MediRecords FHIR Implementation Guide
20220217 - ci-build


: Webhook Bundle for patient.deleted event - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "webhook-patient.deleted",
  "meta" : {
    "lastUpdated" : "2022-03-04T01:43:30Z"
  },
  "type" : "collection",
  "total" : 1,
  "entry" : [
    {
      "request" : {
        "method" : "DELETE",
        "url" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
      }
    }
  ]
}