Search and retrieve prior events for a Subscription

$eventsoperation

This operation is used to search for and return notifications that have been previously triggered by a topic-based Subscription.

Instance

Metadata

ID
Subscription-events
Applies to Resources
Subscription

Input Parameters (3)

eventsSinceNumber0..1integer64

The starting event number, inclusive of this event (lower bound).

eventsUntilNumber0..1integer64

The ending event number, inclusive of this event (upper bound).

content0..1code

Requested content style of returned data. Codes from backport-content-value-set (e.g., empty, id-only, full-resource). This is a hint to the server what a client would prefer, and MAY be ignored.

Binding: requiredhttp://hl7.org/fhir/ValueSet/subscription-payload-content|5.0.0

Output Parameters (1)

return1..1Bundlerequired

The operation returns a valid notification bundle, with the first entry being a SubscriptionStatus resource. The bundle type is "subscription-notification".