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

FHIR IG analytics

Packageke.fhir.emergency
Resource TypeDiagnosticReport
IdDiagnosticReport-em-ed-diagnostic-report-cbc-example.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: DiagnosticReport em-ed-diagnostic-report-cbc-example

Complete blood count (Hematology)

SubjectAmina Atieno Female, DoB: 1992-05-16 ( http://hie.go.ke/fhir/identifier/patient-official-id#33445566)
Relevant Time2026-06-29 13:05:00+0300
Performer Organization Kenyatta National Hospital

Report Details

Hemoglobin 9.8 g/dL, consistent with acute blood loss


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "em-ed-diagnostic-report-cbc-example",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-diagnostic-report"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "HM",
          "display": "Hematology"
        }
      ]
    }
  ],
  "code": {
    "text": "Complete blood count"
  },
  "subject": {
    "reference": "Patient/pat-0712345678"
  },
  "encounter": {
    "reference": "Encounter/em-ed-encounter-example"
  },
  "effectiveDateTime": "2026-06-29T13:05:00+03:00",
  "performer": [
    {
      "reference": "Organization/org-knh"
    }
  ],
  "conclusion": "Hemoglobin 9.8 g/dL, consistent with acute blood loss"
}