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

<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="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:f69fed08-cee4-48c2-9475-d2cedb17f88f"/>
  </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>