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 - 24H urine - XML Representation

Raw xml | Download


<SpecimenDefinition xmlns="http://hl7.org/fhir">
  <id value="example-specimen-urine-24h"/>
  <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-urine-24h</p><p><b>meta</b>: </p><p><b>language</b>: en-US</p><p><b>collection</b>: <span title="Codes: {http://snomed.info/sct 2475000}">Urine specimen collection, 24 hours (procedure)</span></p><blockquote><p><b>typeTested</b></p><p><b>type</b>: <span title="Codes: {http://snomed.info/sct 122575003}">Urine specimen (specimen)</span></p><p><b>preference</b>: preferred</p><h3>Containers</h3><table class="grid"><tr><td>-</td><td><b>Type</b></td></tr><tr><td>*</td><td><span title="Codes: {http://snomed.info/sct 706055000}">24-hour urine specimen container (physical object)</span></td></tr></table><blockquote><p><b>handling</b></p><p><b>temperatureQualifier</b>: <span title="Codes: ">room temperature</span></p><p><b>maxDuration</b>: 2 hour</p></blockquote><blockquote><p><b>handling</b></p><p><b>temperatureQualifier</b>: <span title="Codes: ">refrigerated</span></p><p><b>maxDuration</b>: 24 hour</p></blockquote></blockquote></div>
  </text>
  <collection>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="2475000"/>
      <display value="Urine specimen collection, 24 hours (procedure)"/>
    </coding>
  </collection>
  <typeTested>
    <type>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="122575003"/>
        <display value="Urine specimen (specimen)"/>
      </coding>
    </type>
    <preference value="preferred"/>
    <container>
      <type>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="706055000"/>
          <display value="24-hour urine specimen container (physical object)"/>
        </coding>
      </type>
    </container>
    <handling>
      <temperatureQualifier>
        <text value="room temperature"/>
      </temperatureQualifier>
      <maxDuration>
        <value value="2"/>
        <unit value="hour"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="h"/>
      </maxDuration>
    </handling>
    <handling>
      <temperatureQualifier>
        <text value="refrigerated"/>
      </temperatureQualifier>
      <maxDuration>
        <value value="24"/>
        <unit value="hour"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="h"/>
      </maxDuration>
    </handling>
  </typeTested>
</SpecimenDefinition>