HL7 Europe Laboratory Report
2.0.1-ci - ci-build 150

HL7 Europe Laboratory Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 2.0.1-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/laboratory/ and changes regularly. See the Directory of published versions

: Specimen: container device example - XML Representation

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="Specimen-container-device-example"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/laboratory/StructureDefinition/Specimen-eu-lab"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Specimen Specimen-container-device-example</b></p><a name="Specimen-container-device-example"> </a><a name="hcSpecimen-container-device-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Specimen-eu-lab.html">Specimen: Laboratory</a></p></div><p><b>status</b>: Available</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 119297000}">Blood specimen</span></p><p><b>subject</b>: <a href="Patient-pat-lab-example.html">František Očkovaný Moreira  Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))</a></p><h3>Collections</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Collected[x]</b></td></tr><tr><td style="display: none">*</td><td>2025-04-08 08:15:00+0200</td></tr></table><h3>Containers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Extension</b></td><td><b>Identifier</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td/><td><code>http://example.org/specimen-containers</code>/TUBE-0000123</td><td><span title="Codes:{http://snomed.info/sct 702281005}">Evacuated blood collection tube, thrombin/clot activator/gel separator</span></td></tr></table><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Device #BloodCollectionTubeExample</b></p><a name="Specimen-container-device-example/BloodCollectionTubeExample"> </a><a name="hcSpecimen-container-device-example/BloodCollectionTubeExample"> </a><p><b>manufacturer</b>: Best manufacturer</p><p><b>lotNumber</b>: L20250312A</p><h3>DeviceNames</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td>BEST® Serum Separator Tube 5 mL</td><td>Manufacturer name</td></tr></table><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 702281005}">Evacuated blood collection tube, thrombin/clot activator/gel separator</span></p></blockquote></div>
  </text>
  <contained>
    <Device>
      <id value="BloodCollectionTubeExample"/>
      <manufacturer value="Best manufacturer"/>
      <lotNumber value="L20250312A"/>
      <deviceName>
        <name value="BEST® Serum Separator Tube 5 mL"/>
        <type value="manufacturer-name"/>
      </deviceName>
      <type>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="702281005"/>
          <display
                   value="Evacuated blood collection tube, thrombin/clot activator/gel separator"/>
        </coding>
      </type>
    </Device>
  </contained>
  <status value="available"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="119297000"/>
      <display value="Blood specimen"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/pat-lab-example"/>
  </subject>
  <collection>
    <collectedDateTime value="2025-04-08T08:15:00+02:00"/>
  </collection>
  <container>
    <extension
               url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.container.device">
      <valueReference>
        <reference value="#BloodCollectionTubeExample"/>
      </valueReference>
    </extension>
    <identifier>
      <system value="http://example.org/specimen-containers"/>
      <value value="TUBE-0000123"/>
    </identifier>
    <type>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="702281005"/>
        <display
                 value="Evacuated blood collection tube, thrombin/clot activator/gel separator"/>
      </coding>
    </type>
  </container>
</Specimen>