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: Status - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "notification-status",
  "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
    }
  ]
}