Subscriptions R5 Backport
0.1.0 - ballot

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

: Backported Notification: Id Only - JSON Representation

Raw json | Download


{
  "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" : "Parameters",
        "id" : "b21e4fae-ce73-45cb-8e37-1e203362b2ae",
        "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" : "event-notification"
          },
          {
            "name" : "status",
            "valueCode" : "active"
          },
          {
            "name" : "events-since-subscription-start",
            "valueUnsignedInt" : 310
          },
          {
            "name" : "events-in-notification",
            "valueUnsignedInt" : 1
          }
        ]
      },
      "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"
      }
    }
  ]
}