{ "resourceType": "Observation", "id": "observation-23", "identifier": [ { "use": "official", "system": "http://example.laboratory.com", "value": "1023" } ], "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": "59826-8", "display": "Creatinine [Moles/volume] in Blood" }, { "system": "urn:oid:1.2.345.6789", "code": "10023", "display": "Blood Creatinine" } ], "text": "Creatinine (Cr)" }, "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": 102, "unit": "umol/L", "system": "http://unitsofmeasure.org", "code": "umol/L" }, "referenceRange": [ { "low": { "value": 45, "unit": "umol/L", "system": "http://unitsofmeasure.org", "code": "umol/L" }, "high": { "value": 84, "unit": "umol/L", "system": "http://unitsofmeasure.org", "code": "umol/L" } } ], "interpretation": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", "code": "H", "display": "High" } ] } ], "specimen": { "reference": "Specimen/specimen_unk", "display": "Specimen" } }