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

FHIR IG analytics

Packageke.fhir.eclaims
Resource TypeDiagnosticReport
IdDiagnosticReport-ECLM-DR-001.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 ECLM-DR-001

Complete Blood Count Panel (Laboratory)

SubjectJohn Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678 (use: official, ))
Relevant Time2025-11-02 09:00:00+0300
Reported2025-11-02 11:00:00+0300
Performer Practitioner Dr. James Ochieng (official)

Report Details

CodeValueFlags
Hemoglobin [Mass/volume] in Blood13.5 g/dL (Details: UCUM codeg/dL = 'g/dL')Final

CBC results within normal limits for the patient's age and sex.


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "ECLM-DR-001",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/ke-eclaims-diagnosticreport"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/eclaims-diagnostic-report-codes-cs",
        "code": "CBC",
        "display": "Complete Blood Count Panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ECLM-PT-001"
  },
  "encounter": {
    "reference": "Encounter/ECLM-ENC-001"
  },
  "effectiveDateTime": "2025-11-02T09:00:00+03:00",
  "issued": "2025-11-02T11:00:00+03:00",
  "performer": [
    {
      "reference": "Practitioner/ECLM-PRA-001"
    }
  ],
  "result": [
    {
      "reference": "Observation/ECLM-OBS-001"
    }
  ],
  "conclusion": "CBC results within normal limits for the patient's age and sex."
}