This page is part of the Subscriptions R5 Backport (v1.1.0: STU 1.1) based on FHIR v4.3.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-events | Version: 1.1.0 | |||
Standards status: Trial-use | Maturity Level: 0 | Computable Name: R5SubscriptionEvents |
This operation is used to search for and return notifications that have been previously triggered by a topic-based Subscription in R4.
URL: [base]/Subscription/[id]/$events
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | eventsSinceNumber | 0..1 | string | The starting event number, inclusive of this event (lower bound). | |
IN | eventsUntilNumber | 0..1 | string | The ending event number, inclusive of this event (upper bound). | |
IN | content | 0..1 | code | 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. | |
OUT | return | 1..1 | Bundle | The operation returns a valid notification bundle, with the first entry being the subscription status information resource. The bundle type is "history". |