FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Observation |
| Id | UKCore-VitalSigns-Observation-OxygenSaturation-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Observation",
"id": "UKCore-VitalSigns-Observation-OxygenSaturation-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "f0297f56-48a4-43da-8e54-58146ef36b51"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "103228002",
"display": "Hemoglobin saturation with oxygen"
},
{
"system": "http://loinc.org",
"code": "2708-6",
"display": "Oxygen saturation in Arterial blood"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"effectiveDateTime": "2018-10-04T14:17:59+01:00",
"performer": [
{
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
}
],
"valueQuantity": {
"value": 95,
"unit": "percent",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}