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

: Platelet morphology panel - Blood (58406-0) - 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 "platelet-morphology-blood-vs"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/7796-6.html\">7796-6</a></td><td>Platelet clump [Presence] in Blood by Light microscopy</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/18312-9.html\">18312-9</a></td><td>Platelet satellitism [Presence] in Blood by Light microscopy</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/33216-3.html\">33216-3</a></td><td>Platelets agranular [Presence] in Blood by Light microscopy</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/5908-9.html\">5908-9</a></td><td>Giant platelets [Presence] in Blood by Light microscopy</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/32146-3.html\">32146-3</a></td><td>Platelets Large [Presence] in Blood by Light microscopy</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/32208-1.html\">32208-1</a></td><td>Platelets Small [Presence] in Blood by Light microscopy</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/11125-2.html\">11125-2</a></td><td>Platelet morphology finding [Identifier] in Blood</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/platelet-morphology-blood-vs"];
  fhir:ValueSet.version [ fhir:value "0.1.4"];
  fhir:ValueSet.name [ fhir:value "PlateletMorphologyBloodVS"];
  fhir:ValueSet.title [ fhir:value "Platelet morphology panel - Blood (58406-0)"];
  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 "Platelet morphology panel - Blood (58406-0)"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "7796-6" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Platelet clump [Presence] in Blood by Light microscopy" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "18312-9" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Platelet satellitism [Presence] in Blood by Light microscopy" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "33216-3" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Platelets agranular [Presence] in Blood by Light microscopy" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "5908-9" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Giant platelets [Presence] in Blood by Light microscopy" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "32146-3" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Platelets Large [Presence] in Blood by Light microscopy" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "32208-1" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Platelets Small [Presence] in Blood by Light microscopy" ]       ], [
         fhir:index 6;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "11125-2" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Platelet morphology finding [Identifier] in Blood" ]       ]     ]
  ].

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

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