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
{
"resourceType" : "ServiceRequest",
"id" : "cz-examplebase-imagingorder",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/img/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/cz-examplebase-patient"
},
"authoredOn" : "2025-04-01T09:00:00+01:00",
"performer" : [
{
🔗 "reference" : "Device/cz-examplebase-device"
}
],
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "72696002"
}
]
}
],
"note" : [
{
"text" : "Poznámka k vyšetření"
}
]
}