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

: CBC W Auto Differential panel - Blood (57021-8) - 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 "cbc-w-auto-differential-blood-vs"];
  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>Import all the codes that are contained in <a href=\"ValueSet-cbc-blood-automated-vs.html\">http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/cbc-blood-automated-vs</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-auto-differential-blood-vs.html\">http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/auto-differential-blood-vs</a></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/cbc-w-auto-differential-blood-vs"];
  fhir:ValueSet.version [ fhir:value "0.1.4"];
  fhir:ValueSet.name [ fhir:value "CBCWAutoDifferentialBloodVS"];
  fhir:ValueSet.title [ fhir:value "CBC W Auto Differential panel - Blood (57021-8)"];
  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 "CBC W Auto Differential panel - Blood (57021-8)"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/cbc-blood-automated-vs";
         fhir:index 0;
         fhir:link <http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/cbc-blood-automated-vs>       ]     ], [
       fhir:index 1;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/auto-differential-blood-vs";
         fhir:index 0;
         fhir:link <http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/auto-differential-blood-vs>       ]     ]
  ].

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

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