This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5R4B
sst-1Rule Event notifications must contain events (type = 'event-notification' or type = 'query-event') implies notificationEvent.exists()
sst-2Rule Status messages must contain status type = 'query-status' implies status.exists()
SubscriptionStatus.eventsSinceSubscriptionStart
Element Id SubscriptionStatus.eventsSinceSubscriptionStart
Definition
The total number of actual events which have been generated since the Subscription was created (inclusive of this notification) - regardless of how many have been successfully communicated. This number is NOT incremented for handshake and heartbeat notifications.
Short Display Events since the Subscription was created
In subscriptions where delivery of notifications IS NOT guaranteed (e.g., REST-Hook), this number is a unique and monotonically-increasing event number for a subscription. In channels where delivery of notifications IS guaranteed, this number is a relative index for the events present in the notification (e.g., 1, 2, etc.).
SubscriptionStatus.notificationEvent.timestamp
Element Id SubscriptionStatus.notificationEvent.timestamp
Definition
The actual time this event occurred on the server.
Element Id SubscriptionStatus.notificationEvent.additionalContext
Definition
Additional context information for this event. Generally, this will contain references to additional resources included with the event (e.g., the Patient relevant to an Encounter), however it MAY refer to non-FHIR objects.
Short Display References related to the focus resource and/or context of this event
This value SHOULD NOT be present when using empty payloads, MAY be present when using id-only payloads, and SHOULD be present when using full-resource payloads.
SubscriptionStatus.error
Element Id SubscriptionStatus.error
Definition
A record of errors that occurred when the server processed a notification.