@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 "action-placeholder"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ActionPlaceholder</h2><div><p>A placeholder for a related action that is defined outside of the scope of this plan</p>\n</div><p>This code system http://nccn.org/fhir/CodeSystem/action-placeholder 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>chemotherapy/radiation<a name=\"action-placeholder-chemotherapy.47radiation\"> </a></td><td>Chemotherapy/radiation</td><td/></tr><tr><td>local control<a name=\"action-placeholder-localcontrol\"> </a></td><td>Local control</td><td/></tr><tr><td>radiation therapy<a name=\"action-placeholder-radiationtherapy\"> </a></td><td>Radiation therapy</td><td/></tr><tr><td>surgery<a name=\"action-placeholder-surgery\"> </a></td><td>Surgery</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://nccn.org/fhir/CodeSystem/action-placeholder"]; fhir:CodeSystem.name [ fhir:value "ActionPlaceholder"]; 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 "A placeholder for a related action that is defined outside of the scope of this plan"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://nccn.org/fhir/ValueSet/action-placeholder"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "chemotherapy/radiation" ]; fhir:CodeSystem.concept.display [ fhir:value "Chemotherapy/radiation" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "local control" ]; fhir:CodeSystem.concept.display [ fhir:value "Local control" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "radiation therapy" ]; fhir:CodeSystem.concept.display [ fhir:value "Radiation therapy" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "surgery" ]; fhir:CodeSystem.concept.display [ fhir:value "Surgery" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.