Kenya Patient Summary Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya Patient Summary Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example Composition - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "CompositionKPS",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-composition",
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-composition|0.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition CompositionKPS</b></p><a name=\"CompositionKPS\"> </a><a name=\"hcCompositionKPS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-ke-kps-composition.html\">Composition Profile - KPS</a>, <code>https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-composition|0.1.0</code></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">Patient summary Document</span></p><p><b>encounter</b>: <a href=\"Encounter-EncounterKPS.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2026-05-20 08:00:00+0300 --&gt; 2026-05-20 08:30:00+0300</a></p><p><b>date</b>: 2026-05-20 09:15:00+0300</p><p><b>author</b>: <a href=\"Practitioner-PractitionerKPS.html\">Practitioner Anne Njoroge </a></p><p><b>title</b>: Patient Summary for Amina Mohamed</p><p><b>custodian</b>: <a href=\"Organization-OrganizationKPS.html\">Organization Kenyatta National Hospital</a></p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "60591-5",
        "display" : "Patient summary Document"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientKPS"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EncounterKPS"
  },
  "date" : "2026-05-20T09:15:00+03:00",
  "author" : [
    {
      🔗 "reference" : "Practitioner/PractitionerKPS"
    }
  ],
  "title" : "Patient Summary for Amina Mohamed",
  "custodian" : {
    🔗 "reference" : "Organization/OrganizationKPS"
  },
  "section" : [
    {
      "title" : "Problems",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "11450-4",
            "display" : "Problem list"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Condition/example-bipolar-condition"
        }
      ]
    },
    {
      "title" : "Allergies and Intolerances",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "48765-2",
            "display" : "Allergies and adverse reactions"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "AllergyIntolerance/example-allergy-patient-001"
        }
      ]
    },
    {
      "title" : "Medications",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "10160-0",
            "display" : "History of Medication use"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "MedicationStatement/MedicationStatementKPS"
        }
      ]
    },
    {
      "title" : "Immunizations",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "11369-6",
            "display" : "History of immunization"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Immunization/ImmunizationKPS"
        }
      ]
    },
    {
      "title" : "Results",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "30954-2",
            "display" : "Relevant diagnostic tests/laboratory data"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Observation/ObservationKPS"
        }
      ]
    },
    {
      "title" : "Procedures",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "47519-4",
            "display" : "History of Procedures"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Procedure/ProcedureKPS"
        }
      ]
    }
  ]
}