FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-satO2-fiO2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation satO2-fiO2
identifier: http://example.org/FHIR/observation/identifiers/o1223435-10
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
effective: 2014-12-05 09:30:10+0100
performer: Dr Ronald Bone
value: 95 % (Details: UCUM code% = '%')
interpretation: Normal
device: Acme Pulse Oximeter 2000
| Low | High |
| 90 % (Details: UCUM code% = '%') | 99 % (Details: UCUM code% = '%') |
| Code | Value[x] |
| Inhaled oxygen flow rate | 6 liters/min (Details: UCUM codeL/min = 'L/min') |
{
"resourceType": "Observation",
"id": "satO2-fiO2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-pulse-oximetry|8.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/FHIR/observation/identifiers",
"value": "o1223435-10"
}
],
"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",
"display": "Oxygen saturation in Arterial blood"
},
{
"system": "http://loinc.org",
"code": "59408-5",
"display": "Oxygen saturation in Arterial blood by Pulse oximetry"
},
{
"system": "urn:iso:std:iso:11073:10101",
"code": "150456",
"display": "MDC_PULS_OXIM_SAT_O2"
}
]
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2014-12-05T09:30:10+01:00",
"performer": [
{
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
],
"valueQuantity": {
"value": 95,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
],
"text": "Normal"
}
],
"device": {
"display": "Acme Pulse Oximeter 2000"
},
"referenceRange": [
{
"low": {
"value": 90,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"high": {
"value": 99,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "3151-8",
"display": "Inhaled oxygen flow rate"
}
],
"text": "Inhaled oxygen flow rate"
},
"valueQuantity": {
"value": 6,
"unit": "liters/min",
"system": "http://unitsofmeasure.org",
"code": "L/min"
}
}
]
}