{
  "resourceType" : "Bundle",
  "id" : "deceased-patient-notification-example",
  "type" : "history",
  "timestamp" : "2026-04-26T14:00:00Z",
  "entry" : [{
    "fullUrl" : "urn:uuid:e5b8a4f0-1e2d-4b3a-9c7f-8d6a5b4c3d2e",
    "resource" : {
      "resourceType" : "Parameters",
      "id" : "DeceasedPatientSubscriptionStatusExample",
      "parameter" : [{
        "name" : "subscription",
        "valueReference" : {
          "reference" : "Subscription/deceased-patient-subscription-example"
        }
      },
      {
        "name" : "topic",
        "valueCanonical" : "https://onyxhealth.io/fhir/fodder/SubscriptionTopic/deceased-patient-identified"
      },
      {
        "name" : "status",
        "valueCode" : "active"
      },
      {
        "name" : "type",
        "valueCode" : "event-notification"
      },
      {
        "name" : "events-since-subscription-start",
        "valueString" : "1"
      },
      {
        "name" : "notification-event",
        "part" : [{
          "name" : "event-number",
          "valueString" : "1"
        },
        {
          "name" : "timestamp",
          "valueInstant" : "2026-04-26T14:00:00Z"
        },
        {
          "name" : "focus",
          "valueReference" : {
            "reference" : "Patient/deceased-patient-example"
          }
        }]
      }]
    },
    "request" : {
      "method" : "GET",
      "url" : "Subscription/deceased-patient-subscription-example/$status"
    },
    "response" : {
      "status" : "200"
    }
  },
  {
    "fullUrl" : "https://fodder.example.org/Patient/deceased-patient-example",
    "request" : {
      "method" : "GET",
      "url" : "Patient/deceased-patient-example"
    },
    "response" : {
      "status" : "200"
    }
  }]
}