NCCN Templates® 1.0

CodeSystem-indication-classes

@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 "indication-classes"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Indication Classes</h2><div><p>A classification system for indications that appear within the NCCN Chemotherapy Order Templates</p>\n</div><p>This code system http://nccn.org/fhir/CodeSystem/indication-classes 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>treatmentSetting<a name=\"indication-classes-treatmentSetting\"> </a></td><td>treatment setting</td><td>The context of treatment (e.g. treatment setting, disease status, stage, or phase)</td></tr><tr><td>disease-or-histology<a name=\"indication-classes-disease-or-histology\"> </a></td><td>disease or histology</td><td>Disease or disease subtype and/or cancer type</td></tr><tr><td>patientStatus<a name=\"indication-classes-patientStatus\"> </a></td><td>patient status</td><td>Patient attributes such as comorbidities, age, or prior treatment</td></tr><tr><td>molecularMarker<a name=\"indication-classes-molecularMarker\"> </a></td><td>molecular marker</td><td>Biomarkers/genetics, molecular characteristic, or risk group</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://nccn.org/fhir/CodeSystem/indication-classes"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "Indication Classes"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2017-04-05T12:40:16-04:00"^^xsd:dateTime];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.nccn.org/about/contact.aspx" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "phone" ];
       fhir:ContactPoint.value [ fhir:value "+1 2156900300" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "A classification system for indications that appear within the NCCN Chemotherapy Order Templates"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [ fhir:value "http://nccn.org/fhir/ValueSet/indication-classes"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "treatmentSetting" ];
     fhir:CodeSystem.concept.display [ fhir:value "treatment setting" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The context of treatment (e.g. treatment setting, disease status, stage, or phase)" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "disease-or-histology" ];
     fhir:CodeSystem.concept.display [ fhir:value "disease or histology" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Disease or disease subtype and/or cancer type" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "patientStatus" ];
     fhir:CodeSystem.concept.display [ fhir:value "patient status" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Patient attributes such as comorbidities, age, or prior treatment" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "molecularMarker" ];
     fhir:CodeSystem.concept.display [ fhir:value "molecular marker" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Biomarkers/genetics, molecular characteristic, or risk group" ]
  ].

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

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