Subscriptions R5 Backport
1.1.0 - Standard for Trial Use International flag

This page is part of the Subscriptions R5 Backport (v1.1.0: STU 1.1) based on FHIR v4.3.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: R4 Notification: Error - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "r4-notification-error",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-notification-r4"
    ]
  },
  "type" : "history",
  "timestamp" : "2020-05-29T11:44:13.1882432-05:00",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:7bd91d26-c951-4520-9ac6-67f41bfbe897",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "7bd91d26-c951-4520-9ac6-67f41bfbe897",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-status-r4"
          ]
        },
        "parameter" : [
          {
            "name" : "subscription",
            "valueReference" : {
              "reference" : "https://example.org/fhir/Subscription/admission"
            }
          },
          {
            "name" : "topic",
            "valueCanonical" : "http://hl7.org/SubscriptionTopic/admission"
          },
          {
            "name" : "status",
            "valueCode" : "error"
          },
          {
            "name" : "type",
            "valueCode" : "query-status"
          },
          {
            "name" : "events-since-subscription-start",
            "valueString" : "3"
          },
          {
            "name" : "error",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/subscription-error",
                  "code" : "no-response"
                }
              ]
            }
          }
        ]
      },
      "request" : {
        "method" : "GET",
        "url" : "https://example.org/fhir/Subscription/admission/$status"
      },
      "response" : {
        "status" : "200"
      }
    }
  ]
}