• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Observation",
3  "id": "observation-31",
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": "8310-5",
22        "display": "Body temperature"
23      }
24    ],
25    "text": "Body temperature"
26  },
27  "subject": {
28    "reference": "Patient/patient-1",
29    "display": "Example, Anne"
30  },
31  "valueQuantity": {
32    "value": 37.1,
33    "unit": "C",
34    "system": "http://unitsofmeasure.org",
35    "code": "Cel"
36  },
37  "encounter": {
38    "reference": "Encounter/encounter-5",
39    "display": "Endocrine outpatient appointment"
40  },
41  "effectiveDateTime": "2022-09-28T09:36:00Z",
42  "bodySite": {
43    "coding": [
44        {
45          "system": "http://snomed.info/sct",
46          "code": "74262004",
47          "display": "Oral cavity"
48        }
49    ]
50  },
51  "method": {
52    "coding": [
53      {
54        "system": "http://snomed.info/sct",
55        "code": "89003005",
56        "display": "Oral temperature taking"
57      }
58    ]
59  },
60  "referenceRange": [
61    {
62      "low": {
63        "value": 36.5,
64        "unit": "C",
65        "system": "http://unitsofmeasure.org",
66        "code": "Cel"
67      },
68      "high": {
69        "value": 37.2,
70        "unit": "C",
71        "system": "http://unitsofmeasure.org",
72        "code": "Cel"
73      }
74    }
75  ],
76  "interpretation": [
77    {
78      "coding": [
79        {
80          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
81          "code": "N",
82          "display": "Normal"
83        }
84      ]
85    }
86  ]
87}