FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Observation |
| Id | Observation-betsysmith-johnson01-observation-oxygensat-05.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation betsysmith-johnson01-observation-oxygensat-05
Profile: US Core Pulse Oximetry Profile
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
effective: 2025-09-20 11:00:00-0500
performer: PractitionerRole Registered Nurse
value: 99 percent (Details: UCUM code% = '%')
{
"resourceType": "Observation",
"id": "betsysmith-johnson01-observation-oxygensat-05",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-pulse-oximetry"
]
},
"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"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "59408-5"
},
{
"system": "http://loinc.org",
"code": "2708-6",
"display": "Oxygen saturation in Arterial blood"
}
]
},
"subject": {
"reference": "Patient/patient-betsysmith-johnson01"
},
"effectiveDateTime": "2025-09-20T11:00:00-05:00",
"performer": [
{
"reference": "PractitionerRole/PractitionerRole-RN-RichardRisto"
}
],
"valueQuantity": {
"value": 99,
"unit": "percent",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}