HL7 CZ Laboratory IG
0.5.0 - ci-build Czechia flag

HL7 CZ Laboratory IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-lab/ and changes regularly. See the Directory of published versions

: CZ Lab Order Specimen Example - XML Representation

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="6e2c1f9a-54b7-4d3e-82a1-7c4f9e2b0d85"/>
  <meta>
    <profile
             value="https://hl7.cz/fhir/lab/StructureDefinition/cz-specimen-lab"/>
  </meta>
  <text>
    <status value="empty"/>
    <div xmlns="http://www.w3.org/1999/xhtml">-</div>
  </text>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0487"/>
      <code value="BLD"/>
      <display value="Whole blood"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/c60b7c0e-0d8c-4e43-9f52-86d1dcf1a43c"/>
  </subject>
  <receivedTime value="2025-04-24T07:30:00+02:00"/>
  <collection>
    <collectedDateTime value="2025-04-24T06:32:00+02:00"/>
  </collection>
  <container>
    <type>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="706049000"/>
        <display value="Blood collection tube"/>
      </coding>
    </type>
  </container>
</Specimen>