FHIR IG analytics| Package | hl7.fhir.cz.img |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-cz-examplebase-imagingorder.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "ServiceRequest",
"id": "cz-examplebase-imagingorder",
"meta": {
"profile": [
"https://hl7.cz/fhir/img/StructureDefinition/cz-imagingOrderInformation"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.cz/nis",
"value": "27520536"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/11000279109",
"code": "363679005"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/11000279109",
"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",
"version": "http://snomed.info/sct/11000279109",
"code": "72696002"
}
]
}
],
"note": [
{
"text": "Poznámka k vyšetření"
}
]
}