1{ 2 "resourceType": "Observation", 3 "id": "observation-43", 4 "identifier": [ 5 { 6 "use": "official", 7 "system": "http://example.laboratory.com", 8 "value": "1011" 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": "urn:oid:1.2.345.6789", 43 "code": "10002", 44 "display": "Blood Glucose (fasting)" 45 } 46 ], 47 "text": "Blood Glucose" 48 }, 49 "subject": { 50 "reference": "Patient/patient-1", 51 "display": "Example, Anne" 52 }, 53 "performer": [ 54 { 55 "display": "Practice Nurse" 56 } 57 ], 58 "effectiveDateTime": "2024-04-07T11:40:00Z", 59 "issued": "2024-04-04T09:00:41Z", 60 "valueQuantity": { 61 "value": 6.0, 62 "unit": "mmol/l", 63 "system": "http://unitsofmeasure.org", 64 "code": "mmol/l" 65 }, 66 "referenceRange": [ 67 { 68 "low": { 69 "value": 3.9, 70 "unit": "mmol/l", 71 "system": "http://unitsofmeasure.org", 72 "code": "mmol/l" 73 }, 74 "high": { 75 "value": 5.6, 76 "unit": "mmol/l", 77 "system": "http://unitsofmeasure.org", 78 "code": "mmol/l" 79 } 80 } 81 ], 82 "interpretation": [ 83 { 84 "coding": [ 85 { 86 "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", 87 "code": "H", 88 "display": "High" 89 } 90 ] 91 } 92 ], 93 "specimen": { 94 "reference": "Specimen/specimen_unk", 95 "display": "Specimen" 96 } 97}