{ "resourceType": "Observation", "id": "observation-41", "identifier": [ { "use": "official", "system": "http://example.laboratory.com", "value": "1010" } ], "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": "4548-4", "display": "Hemoglobin A1c/Hemoglobin.total in Blood" }, { "system": "urn:oid:1.2.345.6789", "code": "10001", "display": "Hemoglobin A1c %" } ], "text": "Hemoglobin A1c" }, "subject": { "reference": "Patient/patient-1", "display": "Example, Anne" }, "performer": [ { "display": "Practice Nurse" } ], "effectiveDateTime": "2024-09-02T11:50:00Z", "issued": "2024-09-03T09:00:41Z", "valueQuantity": { "value": 5.2, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" }, "referenceRange": [ { "low": { "value": 4.0, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" }, "high": { "value": 5.6, "unit": "%", "system": "http://unitsofmeasure.org", "code": "%" } } ], "interpretation": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", "code": "N", "display": "Normal" } ] } ], "specimen": { "reference": "Specimen/specimen_unk", "display": "Specimen" } }