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 – 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 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-statement-recorded"] ; # 
  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 – 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "MedicationStatement/example-medicationstatement-amina-azithromycin" ]
  ] ) ; # 
  fhir:occurred [
a fhir:dateTime ;
fhir:v "2025-06-18T11:00:00+03:00"^^xsd:dateTime
  ] ; # 
  fhir:recorded [ fhir:v "2025-06-18T11:00:05+03:00"^^xsd:dateTime] ; # 
  fhir:location [
fhir:reference [ fhir:v "Location/example-location-knh-pharmacy" ]
  ] ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CREATE" ] ;
fhir:display [ fhir:v "create" ]     ] )
  ] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "author" ] ;
fhir:display [ fhir:v "Author" ]       ] )     ] ;
fhir:who [
fhir:reference [ fhir:v "Patient/example-patient-amina" ]     ] ;
fhir:onBehalfOf [
fhir:reference [ fhir:v "Organization/example-organization-knh" ]     ]
  ] ) . #