This page is part of the Subscriptions R5 Backport (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
This Bundle provides an example of an empty
notification. This Bundle
is typical of what may be posted to a notification endpoint (e.g., a listening HTTP server, etc.).
Bundle notification-empty of type history
Entry 1 - Full URL = urn:uuid:b21e4fae-ce73-45cb-8e37-1e203362b2ae
Request:
GET https://example.org/fhir/r4/Subscription/admission/$status
Response:
200
Resource Parameters:
Parameters
subscription https://example.org/fhir/r4/Subscription/admission topic http://hl7.org/SubscriptionTopic/admission type event-notification status active events-since-subscription-start 310 events-in-notification 1
In order to satisfy the requirements of a history
Bundle (specifically bdl-3
and bdl-4
), note that Bundle.entry.request
must exist.
For the status resource (entry[0]
), the request is filled out to match a request to the $status
operation.
Since this is an empty
notification and does not include additional entries, no additional constraints are imposed by Bundle
requirements.