Subscriptions R5 Backport
1.2.0-ballot - ballot International flag

Subscriptions R5 Backport, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-subscription-backport-ig/ and changes regularly. See the Directory of published versions

OperationDefinition: Subscription Resend Operation

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

UseNameScopeCardinalityTypeBindingDocumentation
INeventsSinceNumber0..1string

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

INeventsUntilNumber0..1string

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

INeventsSinceInstant0..1instant

The starting event date/time, inclusive of this instant (lower bound).

INeventsUntilInstant0..1instant

The ending event date/time, inclusive of this instant (upper bound).

OUTreturn1..1OperationOutcome

Outcome of this request.