HL7 Czech Imaging Report IG
0.1.0-ballot - ci-build
HL7 Czech Imaging Report IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/img/ and changes regularly. See the Directory of published versions
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="cz-examplebase-imagingorder"/>
<meta>
<profile
value="https://hl7.cz/fhir/img/StructureDefinition/cz-imagingOrderInformation"/>
</meta>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml">Vyšetření MR pravého kolene</div>
</text>
<identifier>
<system value="http://hospital.cz/nis"/>
<value value="27520536"/>
</identifier>
<status value="active"/>
<intent value="order"/>
<category>
<coding>
<system value="http://snomed.info/sct"/>
<code value="363679005"/>
<display value="Imaging"/>
</coding>
</category>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="19741000087109"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/cz-examplebase-patient"/>
</subject>
<authoredOn value="2025-04-01T09:00:00+01:00"/>
<performer>🔗
<reference value="Device/cz-examplebase-device"/>
</performer>
<bodySite>
<coding>
<system value="http://snomed.info/sct"/>
<code value="72696002"/>
</coding>
</bodySite>
<note>
<text value="Poznámka k vyšetření"/>
</note>
</ServiceRequest>