Subscriptions R5 Backport
1.2.0-ballot - ballot International flag

This page is part of the Subscriptions R5 Backport (v1.2.0-ballot: STU 1.2 Ballot 1) based on FHIR (HL7® FHIR® Standard) v4.3.0. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Example Bundle: R4 Notification: Full Resource with related query

Bundle r4-notification-full-resource-with-query of type history


Entry 1 - fullUrl = urn:uuid:919ce5d0-d77c-44a7-a397-d8b2a05fd1bf

Request:

GET https://example.org/fhir/Subscription/admission/$status

Response:

200

Resource Parameters:

Parameters

subscriptionhttps://example.org/fhir/Subscription/admission
topichttp://hl7.org/SubscriptionTopic/admission
statusactive
typeevent-notification
events-since-subscription-start2
notification-event
 event-number2
 timestamp2020-05-29 11:44:13-0500
 focushttps://example.org/fhir/Encounter/86009987-eabe-42bf-8c02-b112b18cb616
 related-query
 query-typehttp://example.org/query-types example: Example query
 queryhttp://example.org/fhir/$example?patient=$notificationPatientId
 related-query
 query-typehttp://example.org/query-types prescribed: Prescribed medications
 queryhttp://example.org/fhir/MedicationRequest?patient=$notificationPatientId&encounter=$notificationEncounter1Id


Entry 2 - fullUrl = https://example.org/fhir/Encounter/86009987-eabe-42bf-8c02-b112b18cb616

Request:

POST Encounter

Response:

201

Resource Encounter:

Not done yet