FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | ServiceRequest |
| Id | UKCore-ServiceRequest-Lab-CReactiveProtein-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ServiceRequest",
"id": "UKCore-ServiceRequest-Lab-CReactiveProtein-Example",
"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."
}