Kenya Core Implementation Guide
1.0.0 - release Kenya flag

Kenya Core Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 1.0.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-core-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example Provenance - ServiceRequest Authorship - 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-servicerequest-amina> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-provenance-servicerequest-amina"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-provenance|1.0.0" ;
       fhir:index 0 ;
       fhir:link <https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-provenance|1.0.0>
     ]
  ] ;
  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: Provenance example-provenance-servicerequest-amina</b></p><a name=\"example-provenance-servicerequest-amina\"> </a><a name=\"hcexample-provenance-servicerequest-amina\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-kenya-core-provenance.html\">Kenya Core Provenance Profile</a> version: 1.0.0</p></div><p>Provenance for <a href=\"ServiceRequest-example-servicerequest-amina-fhg.html\">ServiceRequest CBC panel</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2026-08-01 08:45:00+0300</td></tr><tr><td>Recorded</td><td>2026-08-01 08:45:12+0300</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td><td><b>On Behalf Of</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"Practitioner-example-practitioner-njoroge.html\">Practitioner Dr. Sarah Njoroge</a></td><td><a href=\"Organization-example-organization-knh.html\">Organization Kenyatta National Hospital</a></td></tr></table></div>"
  ] ;
  fhir:Provenance.target [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/ServiceRequest/example-servicerequest-amina-fhg> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/example-servicerequest-amina-fhg" ]
  ] ;
  fhir:Provenance.occurredDateTime [ fhir:value "2026-08-01T08:45:00+03:00"^^xsd:dateTime] ;
  fhir:Provenance.recorded [ fhir:value "2026-08-01T08:45:12+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 "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/Practitioner/example-practitioner-njoroge> ;
       fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner-njoroge" ]
     ] ;
     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/ServiceRequest/example-servicerequest-amina-fhg> a fhir:ServiceRequest .

<http://hl7.org/fhir/Practitioner/example-practitioner-njoroge> a fhir:Practitioner .

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

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

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