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 - venous serum 2 mL - XML Representation

Raw xml | Download


<SpecimenDefinition xmlns="http://hl7.org/fhir">
  <id value="example-specimen-2ml-serum"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabSpecimenDefinition"/>
  </meta>
  <language value="en-US"/>
  <text>
    <status value="generated"/>
    <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-2ml-serum</p><p><b>meta</b>: </p><p><b>language</b>: en-US</p><p><b>typeCollected</b>: <span title="Codes: {http://snomed.info/sct 122555007}">Venous blood specimen (specimen)</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>Capacity</b></td><td><b>MinimumVolume[x]</b></td></tr><tr><td>*</td><td>5 milliliter</td><td>2 mL</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></p><h3>Handlings</h3><table class="grid"><tr><td>-</td><td><b>TemperatureQualifier</b></td><td><b>MaxDuration</b></td></tr><tr><td>*</td><td><span title="Codes: ">room temperature or refrigerated</span></td><td>4 day</td></tr></table></blockquote></div>
  </text>
  <typeCollected>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="122555007"/>
      <display value="Venous blood specimen (specimen)"/>
    </coding>
  </typeCollected>
  <typeTested>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0487"/>
        <code value="SER"/>
        <display value="Serum"/>
      </coding>
    </type>
    <preference value="preferred"/>
    <container>
      <capacity>
        <value value="5"/>
        <unit value="milliliter"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
      </capacity>
      <minimumVolumeQuantity>
        <value value="2"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
      </minimumVolumeQuantity>
    </container>
    <retentionTime>
      <value value="24"/>
      <unit value="hour"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="h"/>
    </retentionTime>
    <rejectionCriterion>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/rejection-criteria"/>
        <code value="hemolized"/>
      </coding>
      <text value="blood specimen hemolized"/>
    </rejectionCriterion>
    <handling>
      <temperatureQualifier>
        <text value="room temperature or refrigerated"/>
      </temperatureQualifier>
      <maxDuration>
        <value value="4"/>
        <unit value="day"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="d"/>
      </maxDuration>
    </handling>
  </typeTested>
</SpecimenDefinition>