CIBMTR Reporting Implementation Guide
0.1.4 - Trial Use 1

This page is part of the CIMBTRReporting (v0.1.4: Trial Use 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: NIH Common Data Element Value Meanings for CIBMTR - TTL Representation

Raw ttl | Download


@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 "cibmtr-cadsr-vm"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://cdebrowser.nci.nih.gov defines many codes, of which the following are a subset:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">CADSR:4722619<a name=\"cibmtr-cadsr-vm-CADSR.584722619\"> </a></td><td>Acute GVHD</td></tr><tr><td style=\"white-space:nowrap\">CADSR:2991794<a name=\"cibmtr-cadsr-vm-CADSR.582991794\"> </a></td><td>Classic cGVHD</td></tr><tr><td style=\"white-space:nowrap\">CADSR:2991795<a name=\"cibmtr-cadsr-vm-CADSR.582991795\"> </a></td><td>Overlap cGVHD</td></tr><tr><td style=\"white-space:nowrap\">CADSR:2991796<a name=\"cibmtr-cadsr-vm-CADSR.582991796\"> </a></td><td>Late Acute GVHD</td></tr><tr><td style=\"white-space:nowrap\">CADSR:3261243<a name=\"cibmtr-cadsr-vm-CADSR.583261243\"> </a></td><td>Not Applicable</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://cdebrowser.nci.nih.gov"];
  fhir:CodeSystem.version [ fhir:value "0.1.4"];
  fhir:CodeSystem.name [ fhir:value "CADSR_VM_CS"];
  fhir:CodeSystem.title [ fhir:value "NIH Common Data Element Value Meanings for CIBMTR"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2021-06-25T13:41:27-05:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.cibmtr.org" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Bob Milius" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "bmilius@nmdp.org" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "NIH Common Data Element Value Meanings for CIBMTR"];
  fhir:CodeSystem.copyright [ fhir:value "National Cancer Institute (NCI)"];
  fhir:CodeSystem.content [ fhir:value "fragment"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "CADSR:4722619" ];
     fhir:CodeSystem.concept.display [ fhir:value "Acute GVHD" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "CADSR:2991794" ];
     fhir:CodeSystem.concept.display [ fhir:value "Classic cGVHD" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "CADSR:2991795" ];
     fhir:CodeSystem.concept.display [ fhir:value "Overlap cGVHD" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "CADSR:2991796" ];
     fhir:CodeSystem.concept.display [ fhir:value "Late Acute GVHD" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "CADSR:3261243" ];
     fhir:CodeSystem.concept.display [ fhir:value "Not Applicable" ]
  ].

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

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