FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | Observation |
| Id | UKCore-Observation-Lab-WhiteCellCount-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "UKCore-Observation-Lab-WhiteCellCount-Example",
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "3b809516-a294-4de9-a4ce-0c24c7b5f796"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "16181000237107",
"display": "White blood cell count in fluid"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"performer": [
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
],
"valueQuantity": {
"value": 11.2,
"unit": "10*9/L",
"system": "http://unitsofmeasure.org"
},
"specimen": {
"reference": "Specimen/UKCore-Specimen-BloodSpecimen-Example"
},
"referenceRange": [
{
"low": {
"value": 4
},
"high": {
"value": 17
}
}
]
}