@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "radiation-therapy-relation"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>RadiationTherapyRelation</h2><div><p>The actions relationship to radiation therapy</p>\n</div><p>This code system http://nccn.org/fhir/CodeSystem/radiation-therapy-relation defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>followed by concurrent chemotherapy/radiation<a name=\"radiation-therapy-relation-followedbyconcurrentchemotherapy.47radiation\"> </a></td><td>Followed by concurrent chemotherapy/radiation</td><td/></tr><tr><td>followed by radiation<a name=\"radiation-therapy-relation-followedbyradiation\"> </a></td><td>Followed by radiation</td><td/></tr><tr><td>following concurrent chemotherapy/radiation<a name=\"radiation-therapy-relation-followingconcurrentchemotherapy.47radiation\"> </a></td><td>Following concurrent chemotherapy/radiation</td><td/></tr><tr><td>following radiation<a name=\"radiation-therapy-relation-followingradiation\"> </a></td><td>Following radiation</td><td/></tr><tr><td>with or without subsequent radiation<a name=\"radiation-therapy-relation-withorwithoutsubsequentradiation\"> </a></td><td>With or without subsequent radiation</td><td/></tr><tr><td>with radiation<a name=\"radiation-therapy-relation-withradiation\"> </a></td><td>With radiation</td><td/></tr><tr><td>without radiation<a name=\"radiation-therapy-relation-withoutradiation\"> </a></td><td>Without radiation</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://nccn.org/fhir/CodeSystem/radiation-therapy-relation"]; fhir:CodeSystem.name [ fhir:value "RadiationTherapyRelation"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2017-04-14T19:53:50-04:00"^^xsd:dateTime]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "email" ] ] ]; fhir:CodeSystem.description [ fhir:value "The actions relationship to radiation therapy"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://nccn.org/fhir/ValueSet/radiation-therapy-relation"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "followed by concurrent chemotherapy/radiation" ]; fhir:CodeSystem.concept.display [ fhir:value "Followed by concurrent chemotherapy/radiation" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "followed by radiation" ]; fhir:CodeSystem.concept.display [ fhir:value "Followed by radiation" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "following concurrent chemotherapy/radiation" ]; fhir:CodeSystem.concept.display [ fhir:value "Following concurrent chemotherapy/radiation" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "following radiation" ]; fhir:CodeSystem.concept.display [ fhir:value "Following radiation" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "with or without subsequent radiation" ]; fhir:CodeSystem.concept.display [ fhir:value "With or without subsequent radiation" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "with radiation" ]; fhir:CodeSystem.concept.display [ fhir:value "With radiation" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "without radiation" ]; fhir:CodeSystem.concept.display [ fhir:value "Without radiation" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.