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

<Encounter xmlns="http://hl7.org/fhir">
  <id value="EncounterExample"/>
  <meta>
    <profile value="https://hl7.cz/fhir/lab-order/StructureDefinition/cz-encounter"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">Ambulantní návštěva laboratoře kvůli odběru vzorku krve</div>
  </text>
  <identifier>
    <system value="http://hospital.lab.cz/encounters"/>
    <value value="ENC-LAB-20250703-001"/>
  </identifier>
  <status value="in-progress"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
</Encounter>