{ "resourceType": "Observation", "id": "observation-27", "identifier": [ { "use": "official", "system": "http://example.laboratory.com", "value": "1027" } ], "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": "1975-2", "display": "Bilirubin.total [Mass/volume] in Serum or Plasma" }, { "system": "urn:oid:1.2.345.6789", "code": "10027", "display": "Total bilirubin" } ], "text": "Total bilirubin (Bili)" }, "subject": { "reference": "Patient/patient-1", "display": "Example, Anne" }, "encounter": { "reference": "Encounter/encounter-1", "identifier": { "use": "usual", "system": "urn:oid:1.2.345.6789", "value": "10001" }, "display": "Emergency admission" }, "performer": [ { "display": "On-call doctor" } ], "effectiveDateTime": "2023-11-04T18:40:00Z", "issued": "2023-11-04T20:12:49Z", "valueQuantity": { "value": 0.5, "unit": "mg/dL", "system": "http://unitsofmeasure.org", "code": "mg/dL" }, "referenceRange": [ { "low": { "value": 0.3, "unit": "mg/dL", "system": "http://unitsofmeasure.org", "code": "mg/dL" }, "high": { "value": 1.0, "unit": "mg/dL", "system": "http://unitsofmeasure.org", "code": "mg/dL" } } ], "interpretation": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", "code": "N", "display": "Normal" } ] } ], "specimen": { "reference": "Specimen/specimen_unk", "display": "Specimen" } }