FHIR IG analytics| Package | hl7.fhir.us.dme-orders |
| Resource Type | Observation |
| Id | Observation-o2-sat.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "o2-sat" Version "2" Updated "2020-08-09 18:05:32+0000"
status: final
category: Laboratory (Observation Category Codes#laboratory)
code: Oxygen saturation in Arterial blood by Pulse oximetry (LOINC#59408-5 "SaO2 % BldA PulseOx")
subject: Patient/example1: Amy Shaw " SHAW"
effective: 2020-07-05
value: 85 %
| - | Low | High | AppliesTo |
| * | 95 % (Details: UCUM code % = '%') | 100 % (Details: UCUM code % = '%') | Normal Range (Observation Reference Range Meaning Codes#normal) |
{
"resourceType": "Observation",
"id": "o2-sat",
"meta": {
"versionId": "2",
"lastUpdated": "2020-08-09T18:05:32.947Z",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
],
"text": "Laboratory"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "59408-5",
"display": "SaO2 % BldA PulseOx"
}
],
"text": "Oxygen saturation in Arterial blood by Pulse oximetry"
},
"subject": {
"reference": "Patient/example1",
"display": "Amy Shaw"
},
"effectiveDateTime": "2020-07-05",
"valueQuantity": {
"value": 85,
"unit": "%",
"system": "http://unitsofmeasure.org"
},
"referenceRange": [
{
"low": {
"value": 95,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"high": {
"value": 100,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"appliesTo": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
"code": "normal",
"display": "Normal Range"
}
],
"text": "Normal Range"
}
]
}
]
}