XML View
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="UKCore-ServiceRequest-ECG-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="268400002" />
<display value="12 lead ECG" />
</coding>
</code>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<occurrencePeriod>
<start value="2023-10-13T16:20:27+07:00" />
</occurrencePeriod>
<authoredOn value="2023-10-13T16:28:00+07: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="11092001" />
<display value="Sinus tachycardia" />
</coding>
</reasonCode>
</ServiceRequest>
JSON View
{
"resourceType": "ServiceRequest",
"id": "UKCore-ServiceRequest-ECG-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": "268400002",
"display": "12 lead ECG"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"occurrencePeriod": {
"start": "2023-10-13T16:20:27+07:00"
},
"authoredOn": "2023-10-13T16:28:00+07: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": "11092001",
"display": "Sinus tachycardia"
}
]
}
]
}