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

FHIR IG analytics

Packageke.fhir.patient-summary
Resource TypeDiagnosticReport
IdDiagnosticReport-DiagnosticReportKPS.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 DiagnosticReportKPS

Hemoglobin Measurement (Laboratory)

SubjectAmina Mohamed Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#NationalIdIdentifierNamingSystem#12345678)
Relevant Time2026-05-20 08:20:00+0300
Reported2026-05-20 09:00:00+0300
Performer Organization Kenyatta National Hospital

Report Details

CodeValueFlagsRelevant Time
Hemoglobin result13.2 g/dLFinal2026-05-20 08:15:00+0300

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "DiagnosticReportKPS",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-diagnostic-report"
    ]
  },
  "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://fhir.dha.go.ke/ig/patient-summary/CodeSystem/ksp-investigation-cs",
        "code": "718-7",
        "display": "Hemoglobin Measurement"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientKPS"
  },
  "effectiveDateTime": "2026-05-20T08:20:00+03:00",
  "issued": "2026-05-20T09:00:00+03:00",
  "performer": [
    {
      "reference": "Organization/OrganizationKPS"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/SpecimenKPS"
    }
  ],
  "result": [
    {
      "reference": "Observation/ObservationKPS"
    }
  ]
}