XML View
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="UKCore-ServiceRequest-CTChestScan-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="active" />
<intent value="order" />
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="169069000" />
<display value="Computed tomography of chest" />
</coding>
</code>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<occurrencePeriod>
<start value="2024-04-12T09:38:00+00:00" />
</occurrencePeriod>
<authoredOn value="2024-04-12T09:38:00+00:00" />
<requester>
<reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" />
</requester>
<performer>
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</performer>
<locationReference>
<reference value="Location/UKCore-Location-HospitalSJUH-Example" />
</locationReference>
<reasonCode>
<coding>
<system value="http://snomed.info/sct" />
<code value="59282003" />
<display value="Pulmonary embolism" />
</coding>
</reasonCode>
</ServiceRequest>
JSON View
{
"resourceType": "ServiceRequest",
"id": "UKCore-ServiceRequest-CTChestScan-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"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"
}
]
}
]
}