Kenya ePrescription Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya ePrescription 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-ePrescription-IG/ and changes regularly. See the Directory of published versions

: Provenance – Dispense Verified at KNH Pharmacy (VALID) - TTL Representation

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/Provenance/example-provenance-dispense-verified> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-provenance-dispense-verified"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.dha.go.ke/erx/StructureDefinition/ke-provenance" ;
       fhir:index 0 ;
       fhir:link <https://fhir.dha.go.ke/erx/StructureDefinition/ke-provenance>
     ], [
       fhir:value "https://fhir.dha.go.ke/fhir/StructureDefinition/ke-provenance" ;
       fhir:index 1 ;
       fhir:link <https://fhir.dha.go.ke/fhir/StructureDefinition/ke-provenance>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Provenance – Dispense Verified</b></p><p>KNH Pharmacy (Performer) verified and completed dispense of Azithromycin for Amina Hassan on 15 June 2025 at 10:30 EAT. Source: prescription RX-2025-OPD-00789.</p></div>"
  ] ;
  fhir:Provenance.target [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationDispense/example-medicationdispense-amina-azithromycin> ;
     fhir:Reference.reference [ fhir:value "MedicationDispense/example-medicationdispense-amina-azithromycin" ]
  ] ;
  fhir:Provenance.occurredDateTime [ fhir:value "2025-06-15T10:30:00+03:00"^^xsd:dateTime] ;
  fhir:Provenance.recorded [ fhir:value "2025-06-15T10:30:15+03:00"^^xsd:dateTime] ;
  fhir:Provenance.activity [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation" ] ;
       fhir:Coding.code [ fhir:value "UPDATE" ] ;
       fhir:Coding.display [ fhir:value "update" ]
     ]
  ] ;
  fhir:Provenance.agent [
     fhir:index 0 ;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
         fhir:Coding.code [ fhir:value "performer" ] ;
         fhir:Coding.display [ fhir:value "Performer" ]
       ]
     ] ;
     fhir:Provenance.agent.who [
       fhir:link <http://hl7.org/fhir/Organization/example-organization-knh> ;
       fhir:Reference.reference [ fhir:value "Organization/example-organization-knh" ]
     ]
  ] ;
  fhir:Provenance.entity [
     fhir:index 0 ;
     fhir:Provenance.entity.role [ fhir:value "source" ] ;
     fhir:Provenance.entity.what [
       fhir:link <http://hl7.org/fhir/MedicationRequest/example-medicationrequest-amina-azithromycin> ;
       fhir:Reference.reference [ fhir:value "MedicationRequest/example-medicationrequest-amina-azithromycin" ]
     ]
  ] .

<http://hl7.org/fhir/MedicationDispense/example-medicationdispense-amina-azithromycin> a fhir:MedicationDispense .

<http://hl7.org/fhir/Organization/example-organization-knh> a fhir:Organization .

<http://hl7.org/fhir/MedicationRequest/example-medicationrequest-amina-azithromycin> a fhir:MedicationRequest .

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

<http://hl7.org/fhir/Provenance/example-provenance-dispense-verified.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Provenance/example-provenance-dispense-verified.ttl> .