This page is part of the Subscriptions R5 Backport (v1.2.0-ballot: STU 1.2 Ballot 1) based on FHIR (HL7® FHIR® Standard) v4.3.0. The current version which supersedes this version is 1.1.0. 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-resend | Version: 1.2.0-ballot | |||
Standards status: Trial-use | Maturity Level: 0 | Computable Name: SubscriptionResend |
This operation is used to resend notifications that have been previously triggered by a topic-based Subscription in R4.
URL: [base]/Subscription/[id]/$resend
Parameters
Use | Name | Scope | 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 | eventsSinceInstant | 0..1 | instant | The starting event date/time, inclusive of this instant (lower bound). | ||
IN | eventsUntilInstant | 0..1 | instant | The ending event date/time, inclusive of this instant (upper bound). | ||
OUT | return | 1..1 | OperationOutcome | Outcome of this request. |