• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Observation",
3  "id": "observation-40",
4  "identifier": [
5    {
6      "use": "official",
7      "system": "http://example.laboratory.com",
8      "value": "1010"
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": "4548-4",
44        "display": "Hemoglobin A1c/Hemoglobin.total in Blood"
45      },
46      {
47        "system": "urn:oid:1.2.345.6789",
48        "code": "10001",
49        "display": "Hemoglobin A1c %"
50      }
51    ],
52    "text": "Hemoglobin A1c"
53  },
54  "subject": {
55    "reference": "Patient/patient-1",
56    "display": "Example, Anne"
57  },
58  "performer": [
59    {
60      "display": "Practice Nurse"
61    }
62  ],
63  "effectiveDateTime": "2024-04-07T11:40:00Z",
64  "issued": "2024-04-04T09:00:41Z",
65  "valueQuantity": {
66    "value": 5.6,
67    "unit": "%",
68    "system": "http://unitsofmeasure.org",
69    "code": "%"
70  },
71  "referenceRange": [
72    {
73      "low": {
74        "value": 4.0,
75        "unit": "%",
76        "system": "http://unitsofmeasure.org",
77        "code": "%"
78      },
79      "high": {
80        "value": 5.6,
81        "unit": "%",
82        "system": "http://unitsofmeasure.org",
83        "code": "%"
84      }
85    }
86  ],
87  "interpretation": [
88    {
89      "coding": [
90        {
91          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
92          "code": "N",
93          "display": "Normal"
94        }
95      ]
96    }
97  ],
98  "specimen": {
99    "reference": "Specimen/specimen_unk",
100    "display": "Specimen"
101  }
102}