XML View
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="UKCore-ServiceRequest-Lab-CReactiveProtein-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="active" />
<intent value="order" />
<category>
<coding>
<system value="http://snomed.info/sct" />
<code value="108252007" />
<display value="Laboratory procedure" />
</coding>
</category>
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="135842001" />
<display value="Serum C reactive protein level" />
</coding>
</code>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<authoredOn value="2022-05-23T12:14:00+00:00" />
<requester>
<reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" />
</requester>
<performer>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</performer>
<locationCode>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<code value="OUTLAB" />
<display value="outpatient laboratory" />
</coding>
</locationCode>
<reasonCode>
<coding>
<system value="http://snomed.info/sct" />
<code value="298167002" />
<display value="Finger joint inflamed" />
</coding>
</reasonCode>
<reasonReference>
<reference value="Observation/UKCore-Observation-FingerJointInflamed-Example" />
<display value="Observation of finger joint inflammation." />
</reasonReference>
<patientInstruction value="ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP." />
</ServiceRequest>
JSON View
{
"resourceType": "ServiceRequest",
"id": "UKCore-ServiceRequest-Lab-CReactiveProtein-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "135842001",
"display": "Serum C reactive protein level"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"authoredOn": "2022-05-23T12:14:00+00:00",
"requester": {
"reference": "Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"
},
"performer": [
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
],
"locationCode": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "OUTLAB",
"display": "outpatient laboratory"
}
]
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "298167002",
"display": "Finger joint inflamed"
}
]
}
],
"reasonReference": [
{
"reference": "Observation/UKCore-Observation-FingerJointInflamed-Example",
"display": "Observation of finger joint inflammation."
}
],
"patientInstruction": "ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP."
}