Kenya Patient Summary Implementation Guide
0.1.0 - ci-build Kenya flag

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

: Event Status - TTL Representation

Active as of 2026-08-07

Raw ttl | Download


@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/CodeSystem/kps-event-status-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "kps-event-status-cs"] ;
  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: CodeSystem kps-event-status-cs</b></p><a name=\"kps-event-status-cs\"> </a><a name=\"hckps-event-status-cs\"> </a><p>This case-sensitive code system <code>https://fhir.dha.go.ke/ig/patient-summary/CodeSystem/kps-event-status-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">preparation<a name=\"kps-event-status-cs-preparation\"> </a></td><td>Preparation</td><td>The core event has not started yet, but some staging activities have begun (e.g. surgical suite preparation). Preparation stages may be tracked for billing purposes.</td></tr><tr><td style=\"white-space:nowrap\">in-progress<a name=\"kps-event-status-cs-in-progress\"> </a></td><td>In Progress</td><td>The event is currently occurring.</td></tr><tr><td style=\"white-space:nowrap\">not-done<a name=\"kps-event-status-cs-not-done\"> </a></td><td>Not Done</td><td>The event was terminated prior to any activity beyond preparation. The main activity has not yet begun.</td></tr><tr><td style=\"white-space:nowrap\">on-hold<a name=\"kps-event-status-cs-on-hold\"> </a></td><td>On Hold</td><td>The event has been temporarily stopped but is expected to resume in the future.</td></tr><tr><td style=\"white-space:nowrap\">stopped<a name=\"kps-event-status-cs-stopped\"> </a></td><td>Stopped</td><td>The event was terminated prior to the full completion of the intended activity but after at least some of the main activity beyond preparation has occurred.</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"kps-event-status-cs-completed\"> </a></td><td>Completed</td><td>The event has now concluded.</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"kps-event-status-cs-entered-in-error\"> </a></td><td>Entered in Error</td><td>This electronic record should never have existed, though it is possible that real-world decisions were based on it. If real-world activity has occurred, the status should be stopped rather than entered-in-error.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"kps-event-status-cs-unknown\"> </a></td><td>Unknown</td><td>The authoring or source system does not know which of the status values currently applies for this event.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir.dha.go.ke/ig/patient-summary/CodeSystem/kps-event-status-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "EventStatusCS"] ;
  fhir:CodeSystem.title [ fhir:value "Event Status"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-07T13:10:11+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Digital Health Agency (DHA), Kenya"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Digital Health Agency (DHA), Kenya" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.dha.go.ke" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "interoperability@dha.go.ke" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "Digital Health Agency of Kenya – Interoperability Team" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "interoperability@dha.go.ke" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.dha.go.ke" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Defines the lifecycle status of an event."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "KE" ] ;
       fhir:Coding.display [ fhir:value "Kenya" ]
     ]
  ] ;
  fhir:CodeSystem.copyright [ fhir:value "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "preparation" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Preparation" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The core event has not started yet, but some staging activities have begun (e.g. surgical suite preparation). Preparation stages may be tracked for billing purposes." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "in-progress" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "In Progress" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The event is currently occurring." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "not-done" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Not Done" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The event was terminated prior to any activity beyond preparation. The main activity has not yet begun." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "on-hold" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "On Hold" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The event has been temporarily stopped but is expected to resume in the future." ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "stopped" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Stopped" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The event was terminated prior to the full completion of the intended activity but after at least some of the main activity beyond preparation has occurred." ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "completed" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Completed" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The event has now concluded." ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "entered-in-error" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Entered in Error" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "This electronic record should never have existed, though it is possible that real-world decisions were based on it. If real-world activity has occurred, the status should be stopped rather than entered-in-error." ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "unknown" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Unknown" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The authoring or source system does not know which of the status values currently applies for this event." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/kps-event-status-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/kps-event-status-cs.ttl> .