HL7 Czech Laboratory Order IG
0.0.1 - ci-build
HL7 Czech Laboratory Order IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/lab-order/ and changes regularly. See the Directory of published versions
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="CZ-Lab-ServiceRequest-Example"/>
<meta>
<profile
value="https://hl7.cz/fhir/lab-order/StructureDefinition/cz-serviceRequest"/>
</meta>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml">Vyšetření sodíku v séru</div>
</text>
<identifier>
<system value="https://example.org/lab-orders"/>
<value value="ORD-20250623-1234"/>
</identifier>
<requisition>
<system value="https://example.org/composite-id"/>
<value value="REQ-20250623-4567"/>
</requisition>
<status value="active"/>
<intent value="order"/>
<category>
<coding>
<system value="http://snomed.info/sct"/>
<code value="108252007"/>
<display value="Laboratory procedure"/>
</coding>
</category>
<code>
<coding>
<system value="https://nclp.ncez.mzcr.cz/CodeSystem/nclppol"/>
<code value="02505"/>
<display value="Na"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/Zyrgana"/>
</subject>
<authoredOn value="2025-06-23"/>
<requester>🔗
<reference value="PractitionerRole/99988877-aaaa-4000-bbbb-cceeddccbbaa"/>
</requester>
<insurance>🔗
<reference value="Coverage/CZ-Lab-Coverage-Example"/>
</insurance>
<specimen>🔗
<reference value="Specimen/CZ-Lab-Specimen-Example"/>
</specimen>
</ServiceRequest>