FHIR IG analytics| Package | hl7.fhir.cz.img-order |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-cz-imagingorder-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "ServiceRequest",
"id": "cz-imagingorder-example",
"meta": {
"profile": [
"https://hl7.cz/fhir/img-order/StructureDefinition/cz-imagingOrderInformation"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"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í"
}
]
}