{
  "resourceType" : "Provenance",
  "id" : "example-provenance-administration-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 – Administration Recorded</b></p><p>Dr. Sarah Njoroge (Author) recorded James Otieno's IV Azithromycin administration at KNH on 15 June 2025 at 10:00 EAT. Source: prescription RX-2025-OPD-00789.</p></div>"
  },
  "target" : [{
    "reference" : "MedicationAdministration/example-medicationadministration-otieno-iv"
  }],
  "occurredDateTime" : "2025-06-15T10:00:00+03:00",
  "recorded" : "2025-06-15T10:00:10+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"
    }
  }],
  "entity" : [{
    "role" : "source",
    "what" : {
      "reference" : "MedicationRequest/example-medicationrequest-amina-azithromycin"
    }
  }]
}