Huli FHIR Core Implementation Guide (R4)
0.1.0 - Release
Huli FHIR Core Implementation Guide (R4) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: https://fhir.huli.ai/r4/OperationDefinition/Subscription-replay | Version: 0.1.0 | |||
| Active as of 2026-09-11 | Computable Name: SubscriptionReplay | |||
Re-enqueue past events whose occurred_at falls in a [from,to] window, for outage recovery / backfill. Only an active subscription may replay; the window is clamped to the retention horizon and one call re-enqueues at most 500 events. Requires system/Subscription.crud.
URL: [base]/Subscription/[id]/$replay
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | from | 1..1 | instant | Inclusive lower bound of the replay window. | ||
| IN | to | 1..1 | instant | Inclusive upper bound of the replay window. | ||
| OUT | deliveriesQueued | 1..1 | integer | Count of deliveries enqueued by this call. | ||
| OUT | truncated | 1..1 | boolean | True when the 500-event cap was hit; call again with the same window to advance to older events. |