Document Subscription for Mobile (DSUBm)
1.0.0 - Trial-Implementation International flag

This page is part of the Document Subscription for Mobile (DSUBm) (v1.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example of SubscriptionStatus to be used in a $status response - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "ex-SubscriptionStatus-StatusOperation",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.SubscriptionStatus-StatusOperation"
    ]
  },
  "parameter" : [
    {
      "name" : "subscription",
      "valueReference" : {
        "reference" : "https://example.org/fhir/Subscription/ex-Subscription-DocumentReference-PatientDependent"
      }
    },
    {
      "name" : "status",
      "valueCode" : "error"
    },
    {
      "name" : "type",
      "valueCode" : "query-status"
    },
    {
      "name" : "events-since-subscription-start",
      "valueString" : "3"
    },
    {
      "name" : "topic",
      "valueCanonical" : "https://profiles.ihe.net/ITI/DSUBm/SubscriptionTopic/DSUBm-SubscriptionTopic-DocumentReference-PatientDependent"
    }
  ]
}