Kenya ePrescription FHIR Implementation Guide
0.1.0 - ci-build KE

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 – Prescription Created by Dr. Njoroge (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-prescription-created"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-provenance"^^xsd:anyURI ;
fhir:l <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 class=\"res-header-id\"><b>Generated Narrative: Provenance example-provenance-prescription-created</b></p><a name=\"example-provenance-prescription-created\"> </a><a name=\"hcexample-provenance-prescription-created\"> </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-ke-provenance.html\">Kenya eRx Provenance</a></p></div><p>Provenance for <a href=\"MedicationRequest-example-medicationrequest-amina-azithromycin.html\">MedicationRequest: identifier = https://ilm-hie.dha.go.ke/fhir/NamingSystem/prescription-identifier#KenyaPrescriptionIdentifier#RX-2025-OPD-00789; status = active; intent = order; category = Outpatient; priority = routine; medication[x] = Azithromycin 500 mg Oral Tablet; authoredOn = 2025-06-15</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2025-06-15 09:30:00+0300</td></tr><tr><td>Recorded</td><td>2025-06-15 09:30:05+0300</td></tr><tr><td>Location</td><td><a href=\"Location-example-location-knh-pharmacy.html\">Location KNH Outpatient Pharmacy</a></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 Sarah Njoroge (official)</a></td><td><a href=\"Organization-example-organization-knh.html\">Organization Kenyatta National Hospital</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:target ( [
fhir:l fhir:MedicationRequest/example-medicationrequest-amina-azithromycin ;
fhir:reference [ fhir:v "MedicationRequest/example-medicationrequest-amina-azithromycin" ]
  ] ) ; # 
  fhir:occurred [
a fhir:DateTime ;
fhir:v "2025-06-15T09:30:00+03:00"^^xsd:dateTime
  ] ; # 
  fhir:recorded [ fhir:v "2025-06-15T09:30:05+03:00"^^xsd:dateTime] ; # 
  fhir:location [
fhir:l fhir:Location/example-location-knh-pharmacy ;
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:l <http://terminology.hl7.org/CodeSystem/v3-DataOperation>       ] ;
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:l <http://terminology.hl7.org/CodeSystem/provenance-participant-type>         ] ;
fhir:code [ fhir:v "author" ] ;
fhir:display [ fhir:v "Author" ]       ] )     ] ;
fhir:who [
fhir:l fhir:Practitioner/example-practitioner-njoroge ;
fhir:reference [ fhir:v "Practitioner/example-practitioner-njoroge" ]     ] ;
fhir:onBehalfOf [
fhir:l fhir:Organization/example-organization-knh ;
fhir:reference [ fhir:v "Organization/example-organization-knh" ]     ]
  ] ) . #