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

Kenya Patient Summary FHIR Implementation Guide, published by Digital Health Agency of 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 Condition - Severe Manic Bipolar I Disorder Without Psychotic Features (KPS) - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "example-bipolar-condition",
  "meta" : {
    "profile" : [
      🔗 "http://localhost:8085/fhir/StructureDefinition/ke-kps-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition example-bipolar-condition</b></p><a name=\"example-bipolar-condition\"> </a><a name=\"hcexample-bipolar-condition\"> </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\">Profile: <a href=\"StructureDefinition-ke-kps-condition.html\">Condition Profile - KPS</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>severity</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/condition-severity-cs SEVERE}\">Severe</span></p><p><b>code</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/condition-codes-cs 162004}\">Severe manic bipolar I disorder without psychotic features</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientKPS.html\">Hawa Mohamed  Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#28765432)</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterKPS.html\">Encounter: status = finished; class = ambulatory (v3 Code System ActCode#AMB); period = 2026-05-20 08:00:00+0300 --&gt; 2026-05-20 08:30:00+0300</a></p><p><b>onset</b>: 2019-06-10</p><p><b>note</b>: </p><blockquote><div><p>Patient has a confirmed diagnosis of severe manic bipolar I disorder without psychotic features and is receiving ongoing mental health care.</p>\n</div></blockquote></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/condition-severity-cs",
        "code" : "SEVERE",
        "display" : "Severe"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/condition-codes-cs",
        "code" : "162004",
        "display" : "Severe manic bipolar I disorder without psychotic features"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatientKPS"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EncounterKPS"
  },
  "onsetDateTime" : "2019-06-10",
  "note" : [
    {
      "text" : "Patient has a confirmed diagnosis of severe manic bipolar I disorder without psychotic features and is receiving ongoing mental health care."
    }
  ]
}