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 AllergyIntolerance for Kenya Patient Summary- VALID - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "example-allergy-patient-001",
  "meta" : {
    "profile" : [
      🔗 "http://localhost:8085/fhir/StructureDefinition/ke-kps-allergy-intolerance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance example-allergy-patient-001</b></p><a name=\"example-allergy-patient-001\"> </a><a name=\"hcexample-allergy-patient-001\"> </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-allergy-intolerance.html\">AllergyIntolerance Profile - KPS</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>criticality</b>: High Risk</p><p><b>patient</b>: <a href=\"Patient-ExamplePatientKPS.html\">Hawa Mohamed  Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#28765432)</a></p><p><b>onset</b>: 2021-05-01</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Description</b></td><td><b>Severity</b></td><td><b>Note</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/kps-substances-cs 1018001}\">Nornicotine</span></td><td><span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/manifestation-cs JAUNDICE}\">Jaundice</span></td><td>Develops severe Jaundice after penicillin</td><td>Severe</td><td><blockquote><div><p>Carry epinephrine auto-injector at all times.</p>\n</div></blockquote></td></tr></table></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed"
      }
    ]
  },
  "type" : "allergy",
  "criticality" : "high",
  "patient" : {
    🔗 "reference" : "Patient/ExamplePatientKPS"
  },
  "onsetDateTime" : "2021-05-01",
  "reaction" : [
    {
      "substance" : {
        "coding" : [
          {
            "system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/kps-substances-cs",
            "code" : "1018001",
            "display" : "Nornicotine"
          }
        ]
      },
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/manifestation-cs",
              "code" : "JAUNDICE",
              "display" : "Jaundice"
            }
          ]
        }
      ],
      "description" : "Develops severe Jaundice after penicillin",
      "severity" : "severe",
      "note" : [
        {
          "text" : "Carry epinephrine auto-injector at all times."
        }
      ]
    }
  ]
}