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
: SearchParameter – Provenance Target - 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/SearchParameter/provenance-target> a fhir:SearchParameter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "provenance-target"] ;
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: SearchParameter provenance-target</b></p><a name=\"provenance-target\"> </a><a name=\"hcprovenance-target\"> </a><h2>ProvenanceTarget</h2><p>Parameter <code>target</code>:<code>reference</code></p><div><p>Allows retrieval of all audit records linked to a specific prescription, dispense, administration, or medication statement resource.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/provenance.html\">Provenance</a></td></tr><tr><td>Expression</td><td><code>Provenance.target</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/medicationrequest.html\">MedicationRequest</a>, <a href=\"http://hl7.org/fhir/R4/medicationdispense.html\">MedicationDispense</a>, <a href=\"http://hl7.org/fhir/R4/medicationadministration.html\">MedicationAdministration</a>, <a href=\"http://hl7.org/fhir/R4/medicationstatement.html\">MedicationStatement</a></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
] ;
fhir:SearchParameter.url [ fhir:value "https://fhir.dha.go.ke/fhir/SearchParameter/provenance-target"] ;
fhir:SearchParameter.version [ fhir:value "0.1.0"] ;
fhir:SearchParameter.name [ fhir:value "ProvenanceTarget"] ;
fhir:SearchParameter.status [ fhir:value "active"] ;
fhir:SearchParameter.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:SearchParameter.date [ fhir:value "2025-06-01"^^xsd:date] ;
fhir:SearchParameter.publisher [ fhir:value "Digital Health Agency (DHA), Kenya"] ;
fhir:SearchParameter.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://dha.go.ke/" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "helpdesk@dha.go.ke" ]
]
], [
fhir:index 1 ;
fhir:ContactDetail.name [ fhir:value "Digital Health Agency, Kenya" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "helpdesk@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:SearchParameter.description [ fhir:value "Allows retrieval of all audit records linked to a specific prescription, dispense, administration, or medication statement resource."] ;
fhir:SearchParameter.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:SearchParameter.code [ fhir:value "target"] ;
fhir:SearchParameter.base [
fhir:value "Provenance" ;
fhir:index 0
] ;
fhir:SearchParameter.type [ fhir:value "reference"] ;
fhir:SearchParameter.expression [ fhir:value "Provenance.target"] ;
fhir:SearchParameter.xpathUsage [ fhir:value "normal"] ;
fhir:SearchParameter.target [
fhir:value "MedicationRequest" ;
fhir:index 0
], [
fhir:value "MedicationDispense" ;
fhir:index 1
], [
fhir:value "MedicationAdministration" ;
fhir:index 2
], [
fhir:value "MedicationStatement" ;
fhir:index 3
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/SearchParameter/provenance-target.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/SearchParameter/provenance-target.ttl> .