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

: GVHD Type Value Set - 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:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "gvhdtype-valueset"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  234646005 (Graft versus host disease)</li><li>Include these codes as defined in <a href=\"CodeSystem-cibmtr-cadsr-vm.html\"><code>http://cdebrowser.nci.nih.gov</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>CADSR:4722619</td><td>Acute GVHD</td></tr><tr><td>CADSR:2991794</td><td>Classic cGVHD</td></tr><tr><td>CADSR:2991796</td><td>Late Acute GVHD</td></tr><tr><td>CADSR:3261243</td><td>Not Applicable</td></tr><tr><td>CADSR:2991795</td><td>Overlap cGVHD</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/gvhdtype-valueset"];
  fhir:ValueSet.version [ fhir:value "0.1.4"];
  fhir:ValueSet.name [ fhir:value "GVHDTypeValueSet"];
  fhir:ValueSet.title [ fhir:value "GVHD Type Value Set"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2021-06-25T13:41:27-05:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program"];
  fhir:ValueSet.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:ValueSet.description [ fhir:value "Permissible values for types of Graft vs Host Disease, from NIH caDSR"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ];
       fhir:ValueSet.compose.include.filter [
         fhir:index 0;
         fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ];
         fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ];
         fhir:ValueSet.compose.include.filter.value [ fhir:value "234646005" ]       ]     ], [
       fhir:index 1;
       fhir:ValueSet.compose.include.system [ fhir:value "http://cdebrowser.nci.nih.gov" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "CADSR:4722619" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Acute GVHD" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "CADSR:2991794" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Classic cGVHD" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "CADSR:2991796" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Late Acute GVHD" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "CADSR:3261243" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Not Applicable" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "CADSR:2991795" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Overlap cGVHD" ]       ]     ]
  ].

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

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