Kenya Patient Summary FHIR Implementation Guide
0.1.0 - ci-build
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
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="example-allergy-patient-001"/>
<meta>
<profile
value="http://localhost:8085/fhir/StructureDefinition/ke-kps-allergy-intolerance"/>
</meta>
<text>
<status value="generated"/>
<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>
</div></blockquote></td></tr></table></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
<code value="confirmed"/>
</coding>
</verificationStatus>
<type value="allergy"/>
<criticality value="high"/>
<patient>🔗
<reference value="Patient/ExamplePatientKPS"/>
</patient>
<onsetDateTime value="2021-05-01"/>
<reaction>
<substance>
<coding>
<system
value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/kps-substances-cs"/>
<code value="1018001"/>
<display value="Nornicotine"/>
</coding>
</substance>
<manifestation>
<coding>
<system
value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/manifestation-cs"/>
<code value="JAUNDICE"/>
<display value="Jaundice"/>
</coding>
</manifestation>
<description value="Develops severe Jaundice after penicillin"/>
<severity value="severe"/>
<note>
<text value="Carry epinephrine auto-injector at all times."/>
</note>
</reaction>
</AllergyIntolerance>