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
| Active as of 2026-09-11 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:OperationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Subscription-replay"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition Subscription-replay</b></p><a name=\"Subscription-replay\"> </a><a name=\"hcSubscription-replay\"> </a><p>URL: [base]/Subscription/[id]/$replay</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>from</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#instant\">instant</a></td><td/><td><div><p>Inclusive lower bound of the replay window.</p>\n</div></td></tr><tr><td>IN</td><td>to</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#instant\">instant</a></td><td/><td><div><p>Inclusive upper bound of the replay window.</p>\n</div></td></tr><tr><td>OUT</td><td>deliveriesQueued</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#integer\">integer</a></td><td/><td><div><p>Count of deliveries enqueued by this call.</p>\n</div></td></tr><tr><td>OUT</td><td>truncated</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#boolean\">boolean</a></td><td/><td><div><p>True when the 500-event cap was hit; call again with the same window to advance to older events.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://fhir.huli.ai/r4/OperationDefinition/Subscription-replay"^^xsd:anyURI ;
fhir:l <https://fhir.huli.ai/r4/OperationDefinition/Subscription-replay>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "SubscriptionReplay"] ; #
fhir:title [ fhir:v "Subscription $replay"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "operation"] ; #
fhir:date [ fhir:v "2026-09-11T01:20:01+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Huli"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Huli" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://huli.ai" ] ] )
] ) ; #
fhir:description [ fhir:v "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."] ; #
fhir:affectsState [ fhir:v true] ; #
fhir:code [ fhir:v "replay"] ; #
fhir:resource ( [ fhir:v "Subscription"] ) ; #
fhir:system [ fhir:v false] ; #
fhir:type [ fhir:v false] ; #
fhir:instance [ fhir:v true] ; #
fhir:parameter ( [
fhir:name [ fhir:v "from" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Inclusive lower bound of the replay window." ] ;
fhir:type [ fhir:v "instant" ]
] [
fhir:name [ fhir:v "to" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Inclusive upper bound of the replay window." ] ;
fhir:type [ fhir:v "instant" ]
] [
fhir:name [ fhir:v "deliveriesQueued" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Count of deliveries enqueued by this call." ] ;
fhir:type [ fhir:v "integer" ]
] [
fhir:name [ fhir:v "truncated" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "True when the 500-event cap was hit; call again with the same window to advance to older events." ] ;
fhir:type [ fhir:v "boolean" ]
] ) . #
IG © 2026+ Huli. Package huli.fhir.core.r4#0.1.0 based on FHIR 4.0.1. Generated 2026-09-11
Links: Table of Contents |
QA Report