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 – Medication Statement Asserted by Amina Hassan (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-statement-recorded> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-provenance-statement-recorded"] ;
  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 – Medication Statement Asserted</b></p><p>Amina Hassan (Author) asserted her completed Azithromycin medication statement at KNH on 18 June 2025 at 11:00 EAT.</p></div>"
  ] ;
  fhir:Provenance.target [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationStatement/example-medicationstatement-amina-azithromycin> ;
     fhir:Reference.reference [ fhir:value "MedicationStatement/example-medicationstatement-amina-azithromycin" ]
  ] ;
  fhir:Provenance.occurredDateTime [ fhir:value "2025-06-18T11:00:00+03:00"^^xsd:dateTime] ;
  fhir:Provenance.recorded [ fhir:value "2025-06-18T11:00:05+03:00"^^xsd:dateTime] ;
  fhir:Provenance.location [
     fhir:link <http://hl7.org/fhir/Location/example-location-knh-pharmacy> ;
     fhir:Reference.reference [ fhir:value "Location/example-location-knh-pharmacy" ]
  ] ;
  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 "CREATE" ] ;
       fhir:Coding.display [ fhir:value "create" ]
     ]
  ] ;
  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 "author" ] ;
         fhir:Coding.display [ fhir:value "Author" ]
       ]
     ] ;
     fhir:Provenance.agent.who [
       fhir:link <http://hl7.org/fhir/Patient/example-patient-amina> ;
       fhir:Reference.reference [ fhir:value "Patient/example-patient-amina" ]
     ] ;
     fhir:Provenance.agent.onBehalfOf [
       fhir:link <http://hl7.org/fhir/Organization/example-organization-knh> ;
       fhir:Reference.reference [ fhir:value "Organization/example-organization-knh" ]
     ]
  ] .

<http://hl7.org/fhir/MedicationStatement/example-medicationstatement-amina-azithromycin> a fhir:MedicationStatement .

<http://hl7.org/fhir/Location/example-location-knh-pharmacy> a fhir:Location .

<http://hl7.org/fhir/Patient/example-patient-amina> a fhir:Patient .

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

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

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