Kenya ePrescription FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya ePrescription FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-provenance-dispense-verified"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-provenance"^^xsd:anyURI ;
fhir:link <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-provenance>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "MedicationDispense/example-medicationdispense-amina-azithromycin" ]
  ] ) ; # 
  fhir:occurred [
a fhir:dateTime ;
fhir:v "2025-06-15T10:30:00+03:00"^^xsd:dateTime
  ] ; # 
  fhir:recorded [ fhir:v "2025-06-15T10:30:15+03:00"^^xsd:dateTime] ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UPDATE" ] ;
fhir:display [ fhir:v "update" ]     ] )
  ] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "performer" ] ;
fhir:display [ fhir:v "Performer" ]       ] )     ] ;
fhir:who [
fhir:reference [ fhir:v "Organization/example-organization-knh" ]     ]
  ] ) ; # 
  fhir:entity ( [
fhir:role [ fhir:v "source" ] ;
fhir:what [
fhir:reference [ fhir:v "MedicationRequest/example-medicationrequest-amina-azithromycin" ]     ]
  ] ) . #