FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | Observation |
| Id | Observation-oxygen-saturation.json |
| FHIR Version | R2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: oxygen-saturation
meta:
status: final
category: Vital Signs (Details : {http://hl7.org/fhir/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})
code: oxygen_saturation (Details : {LOINC code '59408-5' = 'Oxygen saturation in Arterial blood by Pulse oximetry', given as 'Oxygen saturation in Arterial blood by Pulse oximetry '})
encounter: Generated Summary: id: 691; status: in-progress; class: inpatient
effective: 02/07/1999
value: 99.0 %O2 (Details: UCUM code % = '%')
{
"resourceType": "Observation",
"id": "oxygen-saturation",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/StructureDefinition/argo-vitalsigns"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "59408-5",
"display": "Oxygen saturation in Arterial blood by Pulse oximetry "
}
],
"text": "oxygen_saturation"
},
"subject": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
},
"encounter": {
"reference": "Encounter/691"
},
"effectiveDateTime": "1999-07-02",
"valueQuantity": {
"value": 99,
"unit": "%O2",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}