{
  "resourceType" : "ServiceRequest",
  "id" : "cz-imagingorder-example",
  "meta" : {
    "profile" : ["https://hl7.cz/fhir/img-order/StructureDefinition/cz-imagingOrderInformation"]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Vyšetření MR pravého kolene</div>"
  },
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:f69fed08-cee4-48c2-9475-d2cedb17f88f"
  }],
  "status" : "active",
  "intent" : "order",
  "category" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "363679005",
      "display" : "Imaging"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "19741000087109"
    }]
  },
  "subject" : {
    "reference" : "Patient/Mracena"
  },
  "authoredOn" : "2025-04-01T09:00:00+01:00",
  "performer" : [{
    "reference" : "Device/MRDevice"
  }],
  "bodySite" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "72696002"
    }]
  }],
  "note" : [{
    "text" : "Poznámka k vyšetření"
  }]
}