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

FHIR IG analytics

Packageke.fhir.core
Resource TypeObservation
IdObservation-example-observation-amina-hgb.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 example-observation-amina-hgb

status: Final

category: Laboratory

code: Hemoglobin [Mass/volume] in Blood

subject: Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678 (use: official, ))

encounter: Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2026-08-01 08:30:00+0300 --> 2026-08-01 09:15:00+0300

effective: 2026-08-03 09:40:00+0300

performer: Practitioner Dr. Sarah Njoroge

value: 10.2 g/dL (Details: UCUM codeg/dL = 'g/dL')


Source1

{
  "resourceType": "Observation",
  "id": "example-observation-amina-hgb",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-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": "718-7",
        "display": "Hemoglobin [Mass/volume] in Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/CR2026080100001-1"
  },
  "encounter": {
    "reference": "Encounter/example-encounter-amina-outpatient"
  },
  "effectiveDateTime": "2026-08-03T09:40:00+03:00",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner-njoroge"
    }
  ],
  "valueQuantity": {
    "value": 10.2,
    "unit": "g/dL",
    "system": "http://unitsofmeasure.org",
    "code": "g/dL"
  }
}