Order Catalog Implementation Guide
0.1.0 - STU Ballot 1

This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Lab specimen - serum/plasma - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:SpecimenDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-specimen-serum-plasma"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabSpecimenDefinition";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabSpecimenDefinition>     ]
  ];
  fhir:Resource.language [ fhir:value "en-US"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative</b></p><p><b>id</b>: example-specimen-serum-plasma</p><p><b>meta</b>: </p><p><b>language</b>: en-US</p><p><b>typeCollected</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0487 BLDV}\">Blood venous</span></p><p><b>collection</b>: <span title=\"Codes: {http://snomed.info/sct 28520004}\">Venipuncture for blood test</span></p><blockquote><p><b>typeTested</b></p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0487 SER}\">Serum</span></p><p><b>preference</b>: preferred</p><h3>Containers</h3><table class=\"grid\"><tr><td>-</td><td><b>Material</b></td><td><b>Type</b></td><td><b>Cap</b></td><td><b>Description</b></td><td><b>Capacity</b></td><td><b>MinimumVolume[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 61088005}\">plastic</span></td><td><span title=\"Codes: {http://snomed.info/sct 767384004}\">Evacuated blood collection tube with clot activator</span></td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/container-cap red}\">red cap</span></td><td>red cap plastic tube 5 mL</td><td>10 milliliter</td><td>5 milliliter</td></tr></table><p><b>retentionTime</b>: 24 hour</p><p><b>rejectionCriterion</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/rejection-criteria hemolized}\">blood specimen hemolized</span>, <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/rejection-criteria insufficient}\">insufficient quantity of specimen</span></p><blockquote><p><b>handling</b></p><p><b>temperatureQualifier</b>: <span title=\"Codes: \">room temperature or refrigerated</span></p><p><b>maxDuration</b>: 7 day</p></blockquote><blockquote><p><b>handling</b></p><p><b>temperatureQualifier</b>: <span title=\"Codes: \">frozen</span></p><p><b>maxDuration</b>: 28 day</p></blockquote></blockquote><blockquote><p><b>typeTested</b></p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0487 PLAS}\">Plasma</span></p><p><b>preference</b>: alternate</p><h3>Containers</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Cap</b></td><td><b>Description</b></td><td><b>Capacity</b></td><td><b>MinimumVolume[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 767390000}\">Evacuated blood collection tube with heparin lithium and gel separator</span></td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/container-cap green}\">green cap</span></td><td>green cap plastic tube 5 mL</td><td>10 milliliter</td><td>5 milliliter</td></tr></table><p><b>retentionTime</b>: 24 hour</p><p><b>rejectionCriterion</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/rejection-criteria hemolized}\">blood specimen hemolized</span>, <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/rejection-criteria insufficient}\">insufficient quantity of specimen</span></p><blockquote><p><b>handling</b></p><p><b>temperatureQualifier</b>: <span title=\"Codes: \">room temperature or refrigerated</span></p><p><b>maxDuration</b>: 7 day</p></blockquote><blockquote><p><b>handling</b></p><p><b>temperatureQualifier</b>: <span title=\"Codes: \">frozen</span></p><p><b>maxDuration</b>: 28 day</p></blockquote></blockquote></div>"
  ];
  fhir:SpecimenDefinition.typeCollected [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0487" ];
       fhir:Coding.code [ fhir:value "BLDV" ];
       fhir:Coding.display [ fhir:value "Blood venous" ]     ]
  ];
  fhir:SpecimenDefinition.collection [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:28520004;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "28520004" ];
       fhir:Coding.display [ fhir:value "Venipuncture for blood test" ]     ]
  ];
  fhir:SpecimenDefinition.typeTested [
     fhir:index 0;
     fhir:SpecimenDefinition.typeTested.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0487" ];
         fhir:Coding.code [ fhir:value "SER" ];
         fhir:Coding.display [ fhir:value "Serum" ]       ]     ];
     fhir:SpecimenDefinition.typeTested.preference [ fhir:value "preferred" ];
     fhir:SpecimenDefinition.typeTested.container [
       fhir:SpecimenDefinition.typeTested.container.material [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a sct:61088005;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
           fhir:Coding.code [ fhir:value "61088005" ];
           fhir:Coding.display [ fhir:value "Plastic" ]         ];
         fhir:CodeableConcept.text [ fhir:value "plastic" ]       ];
       fhir:SpecimenDefinition.typeTested.container.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a sct:767384004;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
           fhir:Coding.code [ fhir:value "767384004" ];
           fhir:Coding.display [ fhir:value "Evacuated blood collection tube with clot activator" ]         ]       ];
       fhir:SpecimenDefinition.typeTested.container.cap [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/container-cap" ];
           fhir:Coding.code [ fhir:value "red" ]         ];
         fhir:CodeableConcept.text [ fhir:value "red cap" ]       ];
       fhir:SpecimenDefinition.typeTested.container.description [ fhir:value "red cap plastic tube 5 mL" ];
       fhir:SpecimenDefinition.typeTested.container.capacity [
         fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "milliliter" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "mL" ]       ];
       fhir:SpecimenDefinition.typeTested.container.minimumVolumeQuantity [
         fhir:Quantity.value [ fhir:value "5"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "milliliter" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "mL" ]       ]     ];
     fhir:SpecimenDefinition.typeTested.retentionTime [
       fhir:Quantity.value [ fhir:value "24"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "hour" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "h" ]     ];
     fhir:SpecimenDefinition.typeTested.rejectionCriterion [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/rejection-criteria" ];
         fhir:Coding.code [ fhir:value "hemolized" ]       ];
       fhir:CodeableConcept.text [ fhir:value "blood specimen hemolized" ]     ], [
       fhir:index 1;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/rejection-criteria" ];
         fhir:Coding.code [ fhir:value "insufficient" ]       ];
       fhir:CodeableConcept.text [ fhir:value "insufficient quantity of specimen" ]     ];
     fhir:SpecimenDefinition.typeTested.handling [
       fhir:index 0;
       fhir:SpecimenDefinition.typeTested.handling.temperatureQualifier [
         fhir:CodeableConcept.text [ fhir:value "room temperature or refrigerated" ]       ];
       fhir:SpecimenDefinition.typeTested.handling.maxDuration [
         fhir:Quantity.value [ fhir:value "7"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "day" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "d" ]       ]     ], [
       fhir:index 1;
       fhir:SpecimenDefinition.typeTested.handling.temperatureQualifier [
         fhir:CodeableConcept.text [ fhir:value "frozen" ]       ];
       fhir:SpecimenDefinition.typeTested.handling.maxDuration [
         fhir:Quantity.value [ fhir:value "28"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "day" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "d" ]       ]     ]
  ], [
     fhir:index 1;
     fhir:SpecimenDefinition.typeTested.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0487" ];
         fhir:Coding.code [ fhir:value "PLAS" ];
         fhir:Coding.display [ fhir:value "Plasma" ]       ]     ];
     fhir:SpecimenDefinition.typeTested.preference [ fhir:value "alternate" ];
     fhir:SpecimenDefinition.typeTested.container [
       fhir:SpecimenDefinition.typeTested.container.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a sct:767390000;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
           fhir:Coding.code [ fhir:value "767390000" ];
           fhir:Coding.display [ fhir:value "Evacuated blood collection tube with heparin lithium and gel separator" ]         ]       ];
       fhir:SpecimenDefinition.typeTested.container.cap [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/container-cap" ];
           fhir:Coding.code [ fhir:value "green" ]         ];
         fhir:CodeableConcept.text [ fhir:value "green cap" ]       ];
       fhir:SpecimenDefinition.typeTested.container.description [ fhir:value "green cap plastic tube 5 mL" ];
       fhir:SpecimenDefinition.typeTested.container.capacity [
         fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "milliliter" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "mL" ]       ];
       fhir:SpecimenDefinition.typeTested.container.minimumVolumeQuantity [
         fhir:Quantity.value [ fhir:value "5"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "milliliter" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "mL" ]       ]     ];
     fhir:SpecimenDefinition.typeTested.retentionTime [
       fhir:Quantity.value [ fhir:value "24"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "hour" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "h" ]     ];
     fhir:SpecimenDefinition.typeTested.rejectionCriterion [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/rejection-criteria" ];
         fhir:Coding.code [ fhir:value "hemolized" ]       ];
       fhir:CodeableConcept.text [ fhir:value "blood specimen hemolized" ]     ], [
       fhir:index 1;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/rejection-criteria" ];
         fhir:Coding.code [ fhir:value "insufficient" ]       ];
       fhir:CodeableConcept.text [ fhir:value "insufficient quantity of specimen" ]     ];
     fhir:SpecimenDefinition.typeTested.handling [
       fhir:index 0;
       fhir:SpecimenDefinition.typeTested.handling.temperatureQualifier [
         fhir:CodeableConcept.text [ fhir:value "room temperature or refrigerated" ]       ];
       fhir:SpecimenDefinition.typeTested.handling.maxDuration [
         fhir:Quantity.value [ fhir:value "7"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "day" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "d" ]       ]     ], [
       fhir:index 1;
       fhir:SpecimenDefinition.typeTested.handling.temperatureQualifier [
         fhir:CodeableConcept.text [ fhir:value "frozen" ]       ];
       fhir:SpecimenDefinition.typeTested.handling.maxDuration [
         fhir:Quantity.value [ fhir:value "28"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "day" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "d" ]       ]     ]
  ].

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

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