FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | ServiceRequest |
| Id | UKCore-ServiceRequest-CTChestScan-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "ServiceRequest",
"id": "UKCore-ServiceRequest-CTChestScan-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "169069000",
"display": "Computed tomography of chest"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"occurrencePeriod": {
"start": "2024-04-12T09:38:00+00:00"
},
"authoredOn": "2024-04-12T09:38:00+00:00",
"requester": {
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
},
"performer": [
{
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
}
],
"locationReference": [
{
"reference": "Location/UKCore-Location-HospitalSJUH-Example"
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "59282003",
"display": "Pulmonary embolism"
}
]
}
]
}