<?xml version="1.0" encoding="UTF-8"?>

<Specimen xmlns="http://hl7.org/fhir">
  <id value="CZ-Lab-Specimen-Example"/>
  <meta>
    <profile value="https://hl7.cz/fhir/lab-order/StructureDefinition/cz-specimen"/>
  </meta>
  <language value="en"/>
  <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/Zyrgana"/>
  </subject>
  <receivedTime value="2025-04-24T08:30:00+01:00"/>
  <collection>
    <collectedDateTime value="2025-04-24T08:00: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>