• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Observation",
3  "id": "observation-26",
4  "identifier": [
5    {
6      "use": "official",
7      "system": "http://example.laboratory.com",
8      "value": "1026"
9    }
10  ],
11  "basedOn": [
12    {
13      "reference": "ServiceRequest/servicerequest_unk"
14    }
15  ],
16  "status": "final",
17  "category": [
18    {
19      "coding": [
20        {
21          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
22          "code": "laboratory",
23          "display": "Laboratory"
24        }
25      ],
26      "text": "Laboratory"
27    },
28    {
29      "coding": [
30        {
31          "system": "urn:oid:1.2.345.6789",
32          "code": "Lab",
33          "display": "Lab"
34        }
35      ],
36      "text": "Laboratory"
37    }
38  ],
39  "code": {
40    "coding": [
41      {
42        "system": "http://loinc.org",
43        "code": "6768-6",
44        "display": "Alkaline phosphatase [Enzymatic activity/volume] in Serum or Plasma"
45      },
46      {
47        "system": "urn:oid:1.2.345.6789",
48        "code": "10026",
49        "display": "Alkaline phosphatase"
50      }
51    ],
52    "text": "Alkaline phosphatase (ALP)"
53  },
54  "subject": {
55    "reference": "Patient/patient-1",
56    "display": "Example, Anne"
57  },
58  "encounter": {
59    "reference": "Encounter/encounter-1",
60    "identifier": {
61      "use": "usual",
62      "system": "urn:oid:1.2.345.6789",
63      "value": "10001"
64    },
65    "display": "Emergency admission"
66  },
67  "performer": [
68    {
69      "display": "On-call doctor"
70    }
71  ],
72  "effectiveDateTime": "2023-11-04T18:40:00Z",
73  "issued": "2023-11-04T20:12:49Z",
74  "valueQuantity": {
75    "value": 84,
76    "unit": "U/L",
77    "system": "http://unitsofmeasure.org",
78    "code": "U/L"
79  },
80  "referenceRange": [
81    {
82      "low": {
83        "value": 30,
84        "unit": "U/L",
85        "system": "http://unitsofmeasure.org",
86        "code": "U/L"
87      },
88      "high": {
89        "value": 120,
90        "unit": "U/L",
91        "system": "http://unitsofmeasure.org",
92        "code": "U/L"
93      }
94    }
95  ],
96  "interpretation": [
97    {
98      "coding": [
99        {
100          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
101          "code": "N",
102          "display": "Normal"
103        }
104      ]
105    }
106  ],
107  "specimen": {
108    "reference": "Specimen/specimen_unk",
109    "display": "Specimen"
110  }
111}