1{ 2 "resourceType": "Observation", 3 "id": "observation-13", 4 "identifier": [ 5 { 6 "use": "official", 7 "system": "http://example.laboratory.com", 8 "value": "1013" 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": "2085-9", 44 "display": "Cholesterol in HDL [Mass/volume] in Serum or Plasma" 45 }, 46 { 47 "system": "urn:oid:1.2.345.6789", 48 "code": "10004", 49 "display": "HDL Cholesterol in Serum or Plasma" 50 } 51 ], 52 "text": "HDL cholesterol" 53 }, 54 "subject": { 55 "reference": "Patient/patient-1", 56 "display": "Example, Anne" 57 }, 58 "encounter": { 59 "reference": "Encounter/encounter-5", 60 "identifier": { 61 "use": "usual", 62 "system": "urn:oid:1.2.345.6789", 63 "value": "10005" 64 }, 65 "display": "Endocrine outpatient appointment" 66 }, 67 "performer": [ 68 { 69 "display": "Outpatient Phlebotomist" 70 } 71 ], 72 "effectiveDateTime": "2022-09-28T09:48:00Z", 73 "issued": "2022-09-28T13:43:41Z", 74 "valueQuantity": { 75 "value": 1.9, 76 "unit": "mmol/l", 77 "system": "http://unitsofmeasure.org", 78 "code": "mmol/l" 79 }, 80 "referenceRange": [ 81 { 82 "low": { 83 "value": 1.5, 84 "unit": "mmol/l", 85 "system": "http://unitsofmeasure.org", 86 "code": "mmol/l" 87 } 88 } 89 ], 90 "interpretation": [ 91 { 92 "coding": [ 93 { 94 "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", 95 "code": "N", 96 "display": "Normal" 97 } 98 ] 99 } 100 ], 101 "specimen": { 102 "reference": "Specimen/specimen_unk", 103 "display": "Specimen" 104 } 105}