NCCN Templates® 1.0

CodeSystem-fever-neutropenia-risk

@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 "fever-neutropenia-risk"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>FeverNeutropeniaRisk</h2><div><p>The risk of fever neutropenia posed by this regimen</p>\n</div><p>This code system http://nccn.org/fhir/CodeSystem/fever-neutropenia-risk 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=\"fever-neutropenia-risk-high\"> </a></td><td>High</td><td>A high risk of fever neutropenia</td></tr><tr><td>intermediate<a name=\"fever-neutropenia-risk-intermediate\"> </a></td><td>Intermediate</td><td>An intermediate risk of fever neutropenia</td></tr><tr><td>referToMgf<a name=\"fever-neutropenia-risk-referToMgf\"> </a></td><td>Refer to Myeloid Growth Factors</td><td>Refer to the NCCN Guidelines for Myeloid Growth Factors</td></tr><tr><td>referToGuideline<a name=\"fever-neutropenia-risk-referToGuideline\"> </a></td><td>Refer to attached guideline</td><td>Refer to the NCCN Guidelines listed under relatedArtifacts</td></tr><tr><td>notRecomended-referToGuideline<a name=\"fever-neutropenia-risk-notRecomended-referToGuideline\"> </a></td><td>Not recommended. Refer to attached guideline</td><td>Not recommended. Refer to the NCCN Guidelines for Myeloid Growth Factors</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://nccn.org/fhir/CodeSystem/fever-neutropenia-risk"];
  fhir:CodeSystem.name [ fhir:value "FeverNeutropeniaRisk"];
  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 fever neutropenia posed by this regimen"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [ fhir:value "http://nccn.org/fhir/ValueSet/fever-neutropenia-risk"];
  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:CodeSystem.concept.definition [ fhir:value "A high risk of fever neutropenia" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "intermediate" ];
     fhir:CodeSystem.concept.display [ fhir:value "Intermediate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An intermediate risk of fever neutropenia" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "referToMgf" ];
     fhir:CodeSystem.concept.display [ fhir:value "Refer to Myeloid Growth Factors" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Refer to the NCCN Guidelines for Myeloid Growth Factors" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "referToGuideline" ];
     fhir:CodeSystem.concept.display [ fhir:value "Refer to attached guideline" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Refer to the NCCN Guidelines listed under relatedArtifacts" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "notRecomended-referToGuideline" ];
     fhir:CodeSystem.concept.display [ fhir:value "Not recommended. Refer to attached guideline" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Not recommended. Refer to the NCCN Guidelines for Myeloid Growth Factors" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.