@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 "sections"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Sections</h2><div><p>The logical sections of the order template</p>\n</div><p>This code system http://nccn.org/fhir/CodeSystem/sections 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>chemotherapyRegimen<a name=\"sections-chemotherapyRegimen\"> </a></td><td>Chemotherapy Regimen</td><td/></tr><tr><td>supportiveCarePremedications<a name=\"sections-supportiveCarePremedications\"> </a></td><td>Supportive Care - Premedications</td><td/></tr><tr><td>supportiveCareAntiemeticTherapy<a name=\"sections-supportiveCareAntiemeticTherapy\"> </a></td><td>Supportive Care - Antiemetic Therapy</td><td/></tr><tr><td>supportiveCareMyeloidGrowthFactor<a name=\"sections-supportiveCareMyeloidGrowthFactor\"> </a></td><td>Supportive Care - Myeloid Growth Factor</td><td/></tr><tr><td>supportiveCareOtherSupportiveTherapy<a name=\"sections-supportiveCareOtherSupportiveTherapy\"> </a></td><td>Supportive Care - Other Supportive Therapy</td><td/></tr><tr><td>monitoringAndHoldParameters<a name=\"sections-monitoringAndHoldParameters\"> </a></td><td>Monitoring and Hold Parameters</td><td/></tr><tr><td>safetyParametersAndSpecialInstructions<a name=\"sections-safetyParametersAndSpecialInstructions\"> </a></td><td>Safety Parameters and Special Instructions</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://nccn.org/fhir/CodeSystem/sections"]; fhir:CodeSystem.name [ fhir:value "Sections"]; 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 logical sections of the order template"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://nccn.org/fhir/ValueSet/sections"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "chemotherapyRegimen" ]; fhir:CodeSystem.concept.display [ fhir:value "Chemotherapy Regimen" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "supportiveCarePremedications" ]; fhir:CodeSystem.concept.display [ fhir:value "Supportive Care - Premedications" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "supportiveCareAntiemeticTherapy" ]; fhir:CodeSystem.concept.display [ fhir:value "Supportive Care - Antiemetic Therapy" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "supportiveCareMyeloidGrowthFactor" ]; fhir:CodeSystem.concept.display [ fhir:value "Supportive Care - Myeloid Growth Factor" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "supportiveCareOtherSupportiveTherapy" ]; fhir:CodeSystem.concept.display [ fhir:value "Supportive Care - Other Supportive Therapy" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "monitoringAndHoldParameters" ]; fhir:CodeSystem.concept.display [ fhir:value "Monitoring and Hold Parameters" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "safetyParametersAndSpecialInstructions" ]; fhir:CodeSystem.concept.display [ fhir:value "Safety Parameters and Special Instructions" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.