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/Condition/example-bipolar-condition> a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-bipolar-condition"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-condition" ;
fhir:index 0 ;
fhir:link <https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-condition>
], [
fhir:value "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-condition|0.1.0" ;
fhir:index 1 ;
fhir:link <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-condition|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: 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\">Profiles: <a href=\"StructureDefinition-ke-kps-condition.html\">Condition Profile - KPS</a>, <code>https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-condition|0.1.0</code></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:{http://hl7.org/fhir/sid/icd-10 F31.1}\">Bipolar affective disorder, current episode manic without psychotic symptoms</span></p><p><b>subject</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>encounter</b>: <a href=\"Encounter-EncounterKPS.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2026-05-20 08:00:00+0300 --> 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 bipolar affective disorder, current episode manic without psychotic symptoms, and is receiving ongoing mental health care.</p>\n</div></blockquote></div>"
] ;
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
fhir:Coding.code [ fhir:value "active" ] ;
fhir:Coding.display [ fhir:value "Active" ]
]
] ;
fhir:Condition.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
fhir:Coding.code [ fhir:value "confirmed" ] ;
fhir:Coding.display [ fhir:value "Confirmed" ]
]
] ;
fhir:Condition.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
fhir:Coding.code [ fhir:value "problem-list-item" ] ;
fhir:Coding.display [ fhir:value "Problem List Item" ]
]
] ;
fhir:Condition.severity [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/condition-severity-cs" ] ;
fhir:Coding.code [ fhir:value "SEVERE" ] ;
fhir:Coding.display [ fhir:value "Severe" ]
]
] ;
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
fhir:Coding.code [ fhir:value "F31.1" ] ;
fhir:Coding.display [ fhir:value "Bipolar affective disorder, current episode manic without psychotic symptoms" ]
]
] ;
fhir:Condition.subject [
fhir:link <http://hl7.org/fhir/Patient/ExamplePatientKPS> ;
fhir:Reference.reference [ fhir:value "Patient/ExamplePatientKPS" ]
] ;
fhir:Condition.encounter [
fhir:link <http://hl7.org/fhir/Encounter/EncounterKPS> ;
fhir:Reference.reference [ fhir:value "Encounter/EncounterKPS" ]
] ;
fhir:Condition.onsetDateTime [ fhir:value "2019-06-10"^^xsd:date] ;
fhir:Condition.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "Patient has a confirmed diagnosis of bipolar affective disorder, current episode manic without psychotic symptoms, and is receiving ongoing mental health care." ]
] .
<http://hl7.org/fhir/Patient/ExamplePatientKPS> a fhir:Patient .
<http://hl7.org/fhir/Encounter/EncounterKPS> a fhir:Encounter .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Condition/example-bipolar-condition.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Condition/example-bipolar-condition.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