This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw XML (canonical form + also see XML Format Specification)
Example of a Subscription notification with payload: full-resource (id = "00b99077-2bda-436e-98cc-a4f65d6c2fe0")
<?xml version="1.0" encoding="UTF-8"?> <Bundle xmlns="http://hl7.org/fhir"> <id value="00b99077-2bda-436e-98cc-a4f65d6c2fe0"/> <type value="subscription-notification"/> <timestamp value="2020-04-17T10:24:13.1882432-05:00"/> <entry> <fullUrl value="urn:uuid:d195d9b8-6f78-4d71-9d22-3c1a923bfea5"/> <resource> <SubscriptionStatus> <id value="d195d9b8-6f78-4d71-9d22-3c1a923bfea5"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative</b> </p> <p> <b> status</b> : active</p> <p> <b> type</b> : event-notification</p> <p> <b> eventsSinceSubscriptionStart</b> : 310</p> <p> <b> eventsInNotification</b> : 1</p> <p> <b> subscription</b> : <a> http://example.org/FHIR/R5/Subscription/123</a> </p> <p> <b> topic</b> : <a> http://example.org/FHIR/R5/SubscriptionTopic/admission</a> </p> </div> </text> <status value="active"/> <type value="event-notification"/> <eventsSinceSubscriptionStart value="310"/> <eventsInNotification value="1"/> <subscription> <reference value="http://example.org/FHIR/R5/Subscription/123"/> </subscription> <topic value="http://example.org/FHIR/R5/SubscriptionTopic/admission"/> </SubscriptionStatus> </resource> </entry> <entry> <fullUrl value="https://example.org/FHIR/R5/Encounter/3"/> <resource> <Encounter> <id value="3"/> <meta> <versionId value="1"/> <lastUpdated value="2019-08-07T10:49:22Z"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative</b> </p> <p> <b> status</b> : in-progress</p> <p> <b> class</b> : <span> virtual</span> </p> <p> <b> subject</b> : <a> Patient/123</a> </p> </div> </text> <status value="in-progress"/> <class> <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> <code value="VR"/> <display value="virtual"/> </class> <subject> <reference value="Patient/123"/> </subject> </Encounter> </resource> <request> <method value="PUT"/> <url value="Encounter/3"/> </request> <response> <status value="201"/> </response> </entry> </Bundle>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.