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
<Bundle xmlns="http://hl7.org/fhir">
<id value="notification-id-only"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-notification"/>
</meta>
<type value="history"/>
<timestamp value="2020-05-29T11:44:13.1882432-05:00"/>
<entry>
<fullUrl value="urn:uuid:b21e4fae-ce73-45cb-8e37-1e203362b2ae"/>
<resource>
<Parameters>
<id value="b21e4fae-ce73-45cb-8e37-1e203362b2ae"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscriptionstatus"/>
</meta>
<parameter>
<name value="subscription"/>
<valueReference>
<reference
value="https://example.org/fhir/r4/Subscription/admission"/>
</valueReference>
</parameter>
<parameter>
<name value="topic"/>
<valueCanonical value="http://hl7.org/SubscriptionTopic/admission"/>
</parameter>
<parameter>
<name value="type"/>
<valueCode value="event-notification"/>
</parameter>
<parameter>
<name value="status"/>
<valueCode value="active"/>
</parameter>
<parameter>
<name value="events-since-subscription-start"/>
<valueUnsignedInt value="310"/>
</parameter>
<parameter>
<name value="events-in-notification"/>
<valueUnsignedInt value="1"/>
</parameter>
</Parameters>
</resource>
<request>
<method value="GET"/>
<url value="https://example.org/fhir/r4/Subscription/admission/$status"/>
</request>
<response>
<status value="200"/>
</response>
</entry>
<entry>
<fullUrl
value="https://example.org/fhir/r4/Encounter/551683b3-1477-41d1-b58e-32fe8b0047b0"/>
<request>
<method value="POST"/>
<url value="Encounter"/>
</request>
<response>
<status value="201"/>
</response>
</entry>
</Bundle>