@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 "emetic-risk-level"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>EmeticRisk</h2><div><p>The risk of emesis posed by this regimen</p>\n</div><p>This code system http://nccn.org/fhir/CodeSystem/emetic-risk-level 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>high<a name=\"emetic-risk-level-high\"> </a></td><td>High</td><td/></tr><tr><td>moderate<a name=\"emetic-risk-level-moderate\"> </a></td><td>Moderate</td><td/></tr><tr><td>low<a name=\"emetic-risk-level-low\"> </a></td><td>Low</td><td/></tr><tr><td>minimal<a name=\"emetic-risk-level-minimal\"> </a></td><td>Minimal</td><td/></tr><tr><td>oralhighmoderate<a name=\"emetic-risk-level-oralhighmoderate\"> </a></td><td>Oral high/moderate</td><td/></tr><tr><td>orallowminimal<a name=\"emetic-risk-level-orallowminimal\"> </a></td><td>Oral low/minimal</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://nccn.org/fhir/CodeSystem/emetic-risk-level"]; fhir:CodeSystem.name [ fhir:value "EmeticRisk"]; 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 risk of emesis posed by this regimen"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://nccn.org/fhir/ValueSet/emetic-risk-level"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "high" ]; fhir:CodeSystem.concept.display [ fhir:value "High" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "moderate" ]; fhir:CodeSystem.concept.display [ fhir:value "Moderate" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "low" ]; fhir:CodeSystem.concept.display [ fhir:value "Low" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "minimal" ]; fhir:CodeSystem.concept.display [ fhir:value "Minimal" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "oralhighmoderate" ]; fhir:CodeSystem.concept.display [ fhir:value "Oral high/moderate" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "orallowminimal" ]; fhir:CodeSystem.concept.display [ fhir:value "Oral low/minimal" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.