{ "resourceType": "Observation", "id": "observation-13", "identifier": [ { "use": "official", "system": "http://example.laboratory.com", "value": "1013" } ], "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": "http://loinc.org", "code": "2085-9", "display": "Cholesterol in HDL [Mass/volume] in Serum or Plasma" }, { "system": "urn:oid:1.2.345.6789", "code": "10004", "display": "HDL Cholesterol in Serum or Plasma" } ], "text": "HDL cholesterol" }, "subject": { "reference": "Patient/patient-1", "display": "Example, Anne" }, "encounter": { "reference": "Encounter/encounter-5", "identifier": { "use": "usual", "system": "urn:oid:1.2.345.6789", "value": "10005" }, "display": "Endocrine outpatient appointment" }, "performer": [ { "display": "Outpatient Phlebotomist" } ], "effectiveDateTime": "2022-09-28T09:48:00Z", "issued": "2022-09-28T13:43:41Z", "valueQuantity": { "value": 1.9, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/l" }, "referenceRange": [ { "low": { "value": 1.5, "unit": "mmol/l", "system": "http://unitsofmeasure.org", "code": "mmol/l" } } ], "interpretation": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", "code": "N", "display": "Normal" } ] } ], "specimen": { "reference": "Specimen/specimen_unk", "display": "Specimen" } }