FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypeObservation
IdObservation-ExampleERefObservationLabGlucose.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation ExampleERefObservationLabGlucose

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')

ReferenceRanges

-LowHighText
*70 mg/dL (Details: UCUM codemg/dL = 'mg/dL')100 mg/dL (Details: UCUM codemg/dL = 'mg/dL')Normal range

Source1

{
  "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"
    }
  ]
}