FHIR IG analytics| Package | csiro.fhir.au.gpccmp |
| Resource Type | Observation |
| Id | Observation-oxygen-saturation-foreman-caterina.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation oxygen-saturation-foreman-caterina
Profile: GP CCMP Oxygen Saturation
status: Final
category: Vital Signs
code: Oxygen saturation
effective: 2026-06-20
value: 98 % (Details: UCUM code% = '%')
{
"resourceType": "Observation",
"id": "oxygen-saturation-foreman-caterina",
"meta": {
"profile": [
"https://gpccmp.csiro.au/ig/StructureDefinition/GPCCMPOxygenSaturation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2708-6"
}
],
"text": "Oxygen saturation"
},
"subject": {
"reference": "Patient/foreman-caterina"
},
"effectiveDateTime": "2026-06-20",
"valueQuantity": {
"value": 98,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}