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 - JSON Representation

Raw json | Download

{
  "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" : "http://hospital.cz/nis",
      "value" : "27520536"
    }
  ],
  "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í"
    }
  ]
}