Subscriptions R5 Backport - Local Development build (v0.1.0). See the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "notification-id-only",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-notification"
]
},
"type" : "history",
"timestamp" : "2020-05-29T11:44:13.1882432-05:00",
"entry" : [
{
"fullUrl" : "urn:uuid:b21e4fae-ce73-45cb-8e37-1e203362b2ae",
"resource" : {
"resourceType" : "SubscriptionStatus",
"id" : "b21e4fae-ce73-45cb-8e37-1e203362b2ae",
"text" : {
"status" : "generated",
"div" : "<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>: 2</p><p><b>eventsInNotification</b>: 1</p><p><b style=\"color: maroon\">Exception generating Narrative: null</b></p></div>"
},
"status" : "active",
"type" : "event-notification",
"eventsSinceSubscriptionStart" : "2",
"eventsInNotification" : 1,
"notificationEvent" : [
{
"eventNumber" : "2",
"timestamp" : "2020-05-29T11:44:13.1882432-05:00",
"focus" : {
"reference" : "https://example.org/fhir/r4/Encounter/551683b3-1477-41d1-b58e-32fe8b0047b0"
}
}
],
"subscription" : {
"reference" : "https://example.org/fhir/r4/Subscription/admission"
},
"topic" : "http://hl7.org/SubscriptionTopic/admission"
},
"request" : {
"method" : "GET",
"url" : "https://example.org/fhir/r4/Subscription/admission/$status"
},
"response" : {
"status" : "200"
}
},
{
"fullUrl" : "https://example.org/fhir/r4/Encounter/551683b3-1477-41d1-b58e-32fe8b0047b0",
"request" : {
"method" : "POST",
"url" : "Encounter"
},
"response" : {
"status" : "201"
}
}
]
}