This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
Oxygen Saturation Example (DeviceMetricObservation profile)
{
"resourceType": "Observation",
"id": "satO2",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"code": {
"coding": [
{
"system": "https://rtmms.nist.gov",
"code": "150456",
"display": "MDC_PULS_OXIM_SAT_O2"
}
]
},
"valueQuantity": {
"value": 95,
"units": "percent",
"system": "https://rtmms.nist.gov",
"code": "262688"
},
"interpretation": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0078",
"code": "N",
"display": "normal"
}
]
},
"appliesDateTime": "2014-12-05T09:30:10+01:00",
"status": "final",
"reliability": "ok",
"identifier": [
{
"system": "http://goodcare.org/observation/id",
"value": "o1223435-10"
}
],
"subject": {
"reference": "Patient/example"
},
"device": {
"reference": "DeviceMetric/example"
},
"referenceRange": [
{
"low": {
"value": 90,
"units": "percent",
"system": "https://rtmms.nist.gov",
"code": "262688"
},
"high": {
"value": 99,
"units": "percent",
"system": "https://rtmms.nist.gov",
"code": "262688"
}
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.