FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Observation |
| Id | Observation-ExampleERefObservationLabGlucose.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleERefObservationLabGlucose
Profile: EReferral Observation
status: Final
category: Laboratory
code: Glucose [Mass/volume] in Blood
subject: Juan Miguel Dela Cruz Male, DoB: 1965-07-20 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#PH-123456789)
effective: 2025-03-15 08:30:00+0800
performer: Practitioner Dr. Maria Cruz Santos(official)
value: 95 mg/dL (Details: UCUM codemg/dL = 'mg/dL')
| Low | High | Text |
| 70 mg/dL (Details: UCUM codemg/dL = 'mg/dL') | 100 mg/dL (Details: UCUM codemg/dL = 'mg/dL') | Normal range |
{
"resourceType": "Observation",
"id": "ExampleERefObservationLabGlucose",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2339-0",
"display": "Glucose [Mass/volume] in Blood"
}
]
},
"subject": {
"reference": "Patient/ExampleERefPatient"
},
"effectiveDateTime": "2025-03-15T08:30:00+08:00",
"performer": [
{
"reference": "Practitioner/ExampleERefPractitioner"
}
],
"valueQuantity": {
"value": 95,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"referenceRange": [
{
"low": {
"value": 70,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"high": {
"value": 100,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"text": "Normal range"
}
]
}