Carequality Subscription Implementation Guide for Push Notifications
1.0.0 - CI Build

This page is part of the Carequality Subscription Implementation Guide for Push Notifications (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. 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

: SubscriptionStatus Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "CEQSubscriptionStatusExample",
  "meta" : {
    "profile" : [
      🔗 "https://carequality.org/IG/push-notifications/StructureDefinition/CEQ-subscription-status"
    ]
  },
  "parameter" : [
    {
      "name" : "status",
      "valueCode" : "active"
    },
    {
      "name" : "Events-Since-Subscription-Created",
      "valueUnsignedInt" : 8
    },
    {
      "name" : "subscription-name",
      "valueString" : "Sub84849-26"
    },
    {
      "name" : "subscription-event-code",
      "valueCanonical" : "http://www.carequality.org/CEQTopic/admit"
    }
  ]
}