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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/AllergyIntolerance/example-allergy-patient-001> a fhir:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-allergy-patient-001"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-allergy-intolerance" ;
fhir:index 0 ;
fhir:link <https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-allergy-intolerance>
], [
fhir:value "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-allergy-intolerance|0.1.0" ;
fhir:index 1 ;
fhir:link <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-allergy-intolerance|0.1.0>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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\">Profiles: <a href=\"StructureDefinition-ke-kps-allergy-intolerance.html\">AllergyIntolerance Profile - KPS</a>, <code>https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-allergy-intolerance|0.1.0</code></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#NationalIdIdentifierNamingSystem#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>"
] ;
fhir:AllergyIntolerance.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ] ;
fhir:Coding.code [ fhir:value "active" ]
]
] ;
fhir:AllergyIntolerance.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ] ;
fhir:Coding.code [ fhir:value "confirmed" ]
]
] ;
fhir:AllergyIntolerance.type [ fhir:value "allergy"] ;
fhir:AllergyIntolerance.criticality [ fhir:value "high"] ;
fhir:AllergyIntolerance.patient [
fhir:link <http://hl7.org/fhir/Patient/ExamplePatientKPS> ;
fhir:Reference.reference [ fhir:value "Patient/ExamplePatientKPS" ]
] ;
fhir:AllergyIntolerance.onsetDateTime [ fhir:value "2021-05-01"^^xsd:date] ;
fhir:AllergyIntolerance.reaction [
fhir:index 0 ;
fhir:AllergyIntolerance.reaction.substance [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/kps-substances-cs" ] ;
fhir:Coding.code [ fhir:value "1018001" ] ;
fhir:Coding.display [ fhir:value "Nornicotine" ]
]
] ;
fhir:AllergyIntolerance.reaction.manifestation [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/manifestation-cs" ] ;
fhir:Coding.code [ fhir:value "JAUNDICE" ] ;
fhir:Coding.display [ fhir:value "Jaundice" ]
]
] ;
fhir:AllergyIntolerance.reaction.description [ fhir:value "Develops severe Jaundice after penicillin" ] ;
fhir:AllergyIntolerance.reaction.severity [ fhir:value "severe" ] ;
fhir:AllergyIntolerance.reaction.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "Carry epinephrine auto-injector at all times." ]
]
] .
<http://hl7.org/fhir/Patient/ExamplePatientKPS> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/AllergyIntolerance/example-allergy-patient-001.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/AllergyIntolerance/example-allergy-patient-001.ttl> .
IG © 2024+ Digital Health Agency (DHA), Kenya. Package ke.fhir.patient-summary#0.1.0 based on FHIR 4.0.1. Generated 2026-08-07
Links: Table of Contents |
QA Report