FHIR IG analytics| Package | hl7.fhir.us.vitals |
| Resource Type | Observation |
| Id | Observation-oxygenSaturation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation oxygenSaturation-example
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood, method not specified
subject: AdultFemale1234
encounter: GP Visit
effective: 2019-10-16 12:12:29-0900
value: 98 % (Details: UCUM code% = '%')
{
"resourceType": "Observation",
"id": "oxygenSaturation-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vitals/StructureDefinition/oxygen-saturation-arterial-blood"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2708-6"
}
],
"text": "Oxygen saturation in Arterial blood, method not specified"
},
"subject": {
"display": "AdultFemale1234"
},
"encounter": {
"display": "GP Visit"
},
"effectiveDateTime": "2019-10-16T12:12:29-09:00",
"valueQuantity": {
"value": 98,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}