UKCore-VitalSigns-Observation-OxygenSaturation-Example

An example to illustrate an oxygen saturation vital sign

Table View

Observation.id[0]UKCore-VitalSigns-Observation-OxygenSaturation-Example
Observation.text[0].status[0]additional
Observation.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an oxygen saturation vital sign</div>
Observation.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Observation.identifier[0].value[0]f0297f56-48a4-43da-8e54-58146ef36b51
Observation.status[0]final
Observation.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Observation.category[0].coding[0].code[0]vital-signs
Observation.category[0].coding[0].display[0]Vital Signs
Observation.code[0].coding[0].system[0]http://snomed.info/sct
Observation.code[0].coding[0].code[0]103228002
Observation.code[0].coding[0].display[0]Hemoglobin saturation with oxygen
Observation.code[0].coding[1].system[0]http://loinc.org
Observation.code[0].coding[1].code[0]2708-6
Observation.code[0].coding[1].display[0]Oxygen saturation in Arterial blood
Observation.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Observation.effective[0]2018-10-04T14:17:59+01:00
Observation.performer[0].reference[0]Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example
Observation.value[0].value[0]95
Observation.value[0].unit[0]percent
Observation.value[0].system[0]http://unitsofmeasure.org
Observation.value[0].code[0]%

Tree View

Observation

XML View

<Observation xmlns="http://hl7.org/fhir">
    <id value="UKCore-VitalSigns-Observation-OxygenSaturation-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <identifier>
        <system value="https://tools.ietf.org/html/rfc4122" />
        <value value="f0297f56-48a4-43da-8e54-58146ef36b51" />
    </identifier>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="vital-signs" />
            <display value="Vital Signs" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="103228002" />
            <display value="Hemoglobin saturation with oxygen" />
        </coding>
        <coding>
            <system value="http://loinc.org" />
            <code value="2708-6" />
            <display value="Oxygen saturation in Arterial blood" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
    </subject>
    <effectiveDateTime value="2018-10-04T14:17:59+01:00" />
    <performer>
        <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" />
    </performer>
    <valueQuantity>
        <value value="95" />
        <unit value="percent" />
        <system value="http://unitsofmeasure.org" />
        <code value="%" />
    </valueQuantity>
</Observation>

JSON View

{
    "resourceType": "Observation",
    "id": "UKCore-VitalSigns-Observation-OxygenSaturation-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier":  [
        {
            "system": "https://tools.ietf.org/html/rfc4122",
            "value": "f0297f56-48a4-43da-8e54-58146ef36b51"
        }
    ],
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "vital-signs",
                    "display": "Vital Signs"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "103228002",
                "display": "Hemoglobin saturation with oxygen"
            },
            {
                "system": "http://loinc.org",
                "code": "2708-6",
                "display": "Oxygen saturation in Arterial blood"
            }
        ]
    },
    "subject": {
        "reference": "Patient/UKCore-Patient-RichardSmith-Example"
    },
    "effectiveDateTime": "10/04/2018 13:17:59",
    "performer":  [
        {
            "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
        }
    ],
    "valueQuantity": {
        "value": 95,
        "unit": "percent",
        "system": "http://unitsofmeasure.org",
        "code": "%"
    }
}