• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Observation",
3  "id": "observation-3",
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": 36.7,
33    "unit": "C",
34    "system": "http://unitsofmeasure.org",
35    "code": "Cel"
36  },
37  "encounter": {
38    "reference": "Encounter/encounter-4",
39    "display": "GP appointment"
40  },
41  "effectiveDateTime": "2023-06-14T12:53:49Z",
42  "issued": "2023-06-14T12:53:49Z",
43  "performer": [
44    {
45      "reference": "Practitioner/practitioner-1",
46      "display": "Dr Maria Hernandez"
47    }
48  ],
49  "bodySite": {
50    "coding": [
51        {
52          "system": "http://snomed.info/sct",
53          "code": "74262004",
54          "display": "Oral cavity"
55        }
56    ]
57  },
58  "method": {
59    "coding": [
60      {
61        "system": "http://snomed.info/sct",
62        "code": "89003005",
63        "display": "Oral temperature taking"
64      }
65    ]
66  },
67  "referenceRange": [
68    {
69      "low": {
70        "value": 36.5,
71        "unit": "C",
72        "system": "http://unitsofmeasure.org",
73        "code": "Cel"
74      },
75      "high": {
76        "value": 37.2,
77        "unit": "C",
78        "system": "http://unitsofmeasure.org",
79        "code": "Cel"
80      }
81    }
82  ],
83  "interpretation": [
84    {
85      "coding": [
86        {
87          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
88          "code": "N",
89          "display": "Normal"
90        }
91      ]
92    }
93  ]
94}