Kenya ePrescription Implementation Guide
0.1.0 - ci-build Kenya flag

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

: Provenance – Prescription Created by Dr. Njoroge (VALID) - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "example-provenance-prescription-created",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.dha.go.ke/erx/StructureDefinition/ke-provenance",
      "https://fhir.dha.go.ke/fhir/StructureDefinition/ke-provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Provenance – Prescription Created</b></p><p>Dr. Sarah Njoroge (Author) created Amina Hassan's Azithromycin prescription at KNH on 15 June 2025 at 09:30 EAT.</p></div>"
  },
  "target" : [
    {
      🔗 "reference" : "MedicationRequest/example-medicationrequest-amina-azithromycin"
    }
  ],
  "occurredDateTime" : "2025-06-15T09:30:00+03:00",
  "recorded" : "2025-06-15T09:30:05+03:00",
  "location" : {
    🔗 "reference" : "Location/example-location-knh-pharmacy"
  },
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code" : "CREATE",
        "display" : "create"
      }
    ]
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author",
            "display" : "Author"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Practitioner/example-practitioner-njoroge"
      },
      "onBehalfOf" : {
        🔗 "reference" : "Organization/example-organization-knh"
      }
    }
  ]
}