• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Observation",
3  "id": "observation-34",
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": "85354-9",
22        "display": "Blood pressure panel with all children optional"
23      }
24    ],
25    "text": "Blood pressure"
26  },
27  "subject": {
28    "reference": "Patient/patient-1",
29    "display": "Example, Anne"
30  },
31  "encounter": {
32    "reference": "Encounter/encounter-5",
33    "display": "Endocrine outpatient appointment"
34  },
35  "performer": [
36    {
37      "display": "Outpatient Healthcare Assistant"
38    }
39  ],
40  "effectiveDateTime": "2022-09-28T09:36:00Z",
41  "issued": "2022-09-28T09:36:00Z",
42  "referenceRange": [
43    {
44      "type": {
45        "coding": [
46          {
47            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
48            "code": "recommended",
49            "display": "Recommended Range"
50          }
51        ]
52      },
53      "appliesTo": [
54        {
55          "coding": [
56            {
57              "system": "http://snomed.info/sct",
58              "code": "248152002",
59              "display": "Female"
60            }
61          ]
62        }
63      ],
64      "age": {
65        "low": {
66          "value": 18,
67          "unit": "year"
68        }
69      },
70      "text": "Recommended range: <140/90mmHg"
71    }
72  ],
73  "interpretation": [
74    {
75      "coding": [
76        {
77          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
78          "code": "H",
79          "display": "High"
80        }
81      ]
82    }
83  ],
84  "component" : [
85    {
86      "code" : {
87        "coding" : [
88          {
89            "system" : "http://loinc.org",
90            "code" : "8480-6",
91            "display" : "Systolic blood pressure"
92          }
93        ],
94        "text" : "Systolic blood pressure"
95      },
96      "valueQuantity" : {
97        "value" : 140,
98        "unit" : "mmHg",
99        "system" : "http://unitsofmeasure.org",
100        "code" : "mm[Hg]"
101      },
102      "interpretation": [
103        {
104          "coding": [
105            {
106              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
107              "code": "H",
108              "display": "High"
109            }
110          ]
111        }
112      ]
113    },
114    {
115      "code" : {
116        "coding" : [
117          {
118            "system" : "http://loinc.org",
119            "code" : "8462-4",
120            "display" : "Diastolic blood pressure"
121          }
122        ],
123        "text" : "Diastolic blood pressure"
124      },
125      "valueQuantity" : {
126        "value" : 86,
127        "unit" : "mmHg",
128        "system" : "http://unitsofmeasure.org",
129        "code" : "mm[Hg]"
130      },
131      "interpretation": [
132        {
133          "coding": [
134            {
135              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
136              "code": "N",
137              "display": "Normal"
138            }
139          ]
140        }
141      ]
142    }
143  ]
144}