Kenya Core Implementation Guide
1.0.0 - release Kenya flag

Kenya Core Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 1.0.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-core-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example AllergyIntolerance - Penicillin Allergy - XML Representation

Raw xml | Download


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="example-allergyintolerance-amina-penicillin"/>
  <meta>
    <profile
             value="https://fhir.dha.go.ke/core/StructureDefinition/kenya-core-allergyintolerance"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance example-allergyintolerance-amina-penicillin</b></p><a name="example-allergyintolerance-amina-penicillin"> </a><a name="hcexample-allergyintolerance-amina-penicillin"> </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-kenya-core-allergyintolerance.html">Kenya Core AllergyIntolerance Profile</a></p></div><p><b>clinicalStatus</b>: <span title="Codes:{https://fhir.dha.go.ke/terminology/CodeSystem/condition-clinical-status-cs ACTIVE}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{https://fhir.dha.go.ke/terminology/CodeSystem/condition-verification-status-cs CONFIRMED}">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title="Codes:{https://fhir.dha.go.ke/terminology/CodeSystem/active-components-cs AC11678}">Penicillin G</span></p><p><b>patient</b>: <a href="Patient-CR2026080100001-1.html">Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678 (use: official, ))</a></p><p><b>onset</b>: 2018-03-10</p><p><b>recordedDate</b>: 2018-03-10</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>Severity</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{https://fhir.dha.go.ke/terminology/CodeSystem/active-components-cs AC11678}">Penicillin G</span></td><td><span title="Codes:{https://fhir.dha.go.ke/terminology/CodeSystem/manifestation-cs RASH}">Rash</span></td><td>Moderate</td></tr></table></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="https://fhir.dha.go.ke/terminology/CodeSystem/condition-clinical-status-cs"/>
      <code value="ACTIVE"/>
      <display value="Active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="https://fhir.dha.go.ke/terminology/CodeSystem/condition-verification-status-cs"/>
      <code value="CONFIRMED"/>
      <display value="Confirmed"/>
    </coding>
  </verificationStatus>
  <type value="allergy"/>
  <category value="medication"/>
  <criticality value="high"/>
  <code>
    <coding>
      <system
              value="https://fhir.dha.go.ke/terminology/CodeSystem/active-components-cs"/>
      <code value="AC11678"/>
      <display value="Penicillin G"/>
    </coding>
  </code>
  <patient>🔗 
    <reference value="Patient/CR2026080100001-1"/>
  </patient>
  <onsetDateTime value="2018-03-10"/>
  <recordedDate value="2018-03-10"/>
  <reaction>
    <substance>
      <coding>
        <system
                value="https://fhir.dha.go.ke/terminology/CodeSystem/active-components-cs"/>
        <code value="AC11678"/>
        <display value="Penicillin G"/>
      </coding>
    </substance>
    <manifestation>
      <coding>
        <system
                value="https://fhir.dha.go.ke/terminology/CodeSystem/manifestation-cs"/>
        <code value="RASH"/>
        <display value="Rash"/>
      </coding>
    </manifestation>
    <severity value="moderate"/>
  </reaction>
</AllergyIntolerance>