{
  "resourceType" : "Provenance",
  "id" : "example-provenance-statement-recorded",
  "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 – 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>"
  },
  "target" : [{
    "reference" : "MedicationStatement/example-medicationstatement-amina-azithromycin"
  }],
  "occurredDateTime" : "2025-06-18T11:00:00+03:00",
  "recorded" : "2025-06-18T11:00: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" : "Patient/example-patient-amina"
    },
    "onBehalfOf" : {
      "reference" : "Organization/example-organization-knh"
    }
  }]
}