• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Observation",
3  "id": "observation-35",
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://snomed.info/sct",
21        "code": "78564009",
22        "display": "Pulse rate"
23      }
24    ],
25    "text": "Pulse rate"
26  },
27  "subject": {
28    "reference": "Patient/patient-1",
29    "display": "Example, Anne"
30  },
31  "valueQuantity": {
32    "value": 66,
33    "unit": "beats/minute",
34    "system": "http://unitsofmeasure.org",
35    "code": "/min"
36  },
37  "encounter": {
38    "reference": "Encounter/encounter-2",
39    "display": "Endocrine outpatient appointment"
40  },
41  "effectiveDateTime": "2024-01-17T11:05:00Z"
42}