HL7 Czech Imaging Order IG
0.1.0-ballot - ballot Czechia flag

HL7 Czech Imaging Order 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-order/ and changes regularly. See the Directory of published versions

: cz-imagingorder-example - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="cz-imagingorder-example"/>
  <meta>
    <profile
             value="https://hl7.cz/fhir/img-order/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/Mracena"/>
  </subject>
  <authoredOn value="2025-04-01T09:00:00+01:00"/>
  <performer>🔗 
    <reference value="Device/MRDevice"/>
  </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>