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
{
"resourceType" : "Bundle",
"id" : "notification-error",
"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:2efd9e8b-e894-4460-97f1-1d0c09daeb10",
"resource" : {
"resourceType" : "Parameters",
"id" : "2efd9e8b-e894-4460-97f1-1d0c09daeb10",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscriptionstatus"
]
},
"parameter" : [
{
"name" : "subscription",
"valueReference" : {
"reference" : "https://example.org/fhir/r4/Subscription/admission"
}
},
{
"name" : "topic",
"valueCanonical" : "http://hl7.org/SubscriptionTopic/admission"
},
{
"name" : "type",
"valueCode" : "query-status"
},
{
"name" : "status",
"valueCode" : "error"
},
{
"name" : "events-since-subscription-start",
"valueUnsignedInt" : 315
},
{
"name" : "error",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-notification-error-code-system",
"code" : "unreachable"
}
]
}
}
]
},
"request" : {
"method" : "GET",
"url" : "https://example.org/fhir/r4/Subscription/admission/$status"
},
"response" : {
"status" : "200"
}
}
]
}