• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Observation",
3  "id": "observation-39",
4  "status": "final",
5  "category": [
6    {
7      "coding": [
8        {
9          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
10          "code": "vital-signs",
11          "display": "Vital Signs"
12        }
13      ],
14      "text": "Vital Signs"
15    }
16  ],
17  "code": {
18    "coding": [
19      {
20        "system": "http://loinc.org",
21        "code": "2708-6",
22        "display": "Oxygen saturation in Arterial blood"
23      }
24    ],
25    "text": "Oxygen saturation"
26  },
27  "subject": {
28    "reference": "Patient/patient-1",
29    "display": "Example, Anne"
30  },
31  "valueQuantity": {
32    "value": 91,
33    "unit": "%",
34    "system": "http://unitsofmeasure.org",
35    "code": "%"
36  },
37  "referenceRange": [
38    {
39      "low": {
40        "value": 92,
41        "unit": "%",
42        "system": "http://unitsofmeasure.org",
43        "code": "%"
44      }
45    }
46  ],
47  "encounter": {
48    "reference": "Encounter/encounter-1",
49    "display": "Inpatient encounter - Respiratory"
50  },
51  "effectiveDateTime": "2023-11-04T18:00:00Z",
52  "note": [
53    {
54      "text": "91% on air"
55    }
56  ]
57}