{ "resourceType": "Observation", "id": "observation-43", "identifier": [ { "use": "official", "system": "http://example.laboratory.com", "value": "1011" } ], "basedOn": [ { "reference": "ServiceRequest/servicerequest_unk" } ], "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "laboratory", "display": "Laboratory" } ], "text": "Laboratory" }, { "coding": [ { "system": "urn:oid:1.2.345.6789", "code": "Lab", "display": "Lab" } ], "text": "Laboratory" } ], "code": { "coding": [ { "system": "urn:oid:1.2.345.6789", "code": "10002", "display": "Blood Glucose (fasting)" } ], "text": "Blood Glucose" }, "subject": { "reference": "Patient/patient-1", "display": "Example, Anne" }, "performer": [ { "display": "Practice Nurse" } ], "effectiveDateTime": "2024-04-07T11:40:00Z", "issued": "2024-04-04T09:00:41Z", "valueQuantity": { "value": 6.0, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/l" }, "referenceRange": [ { "low": { "value": 3.9, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/l" }, "high": { "value": 5.6, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/l" } } ], "interpretation": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", "code": "H", "display": "High" } ] } ], "specimen": { "reference": "Specimen/specimen_unk", "display": "Specimen" } }