Da Vinci Clinical Data Exchange (CDex)
2.1.0-snapshot - CI Build United States of America flag

This page is part of the Da Vinci Clinical Documentation Exchange (v2.1.0-snapshot: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Inline Subscription Task Scenario1 Subscription Requested - JSON Representation

Raw json | Download

{
  "resourceType" : "Subscription",
  "status" : "requested",
  "reason" : "R4 Example Topic-Based Subscription for CD Task based Queries",
  "criteria" : "http://hl7.org/fhir/us/davinci-hrex/SubscriptionTopic/Task",
  "channel" : {
    "type" : "rest-hook",
    "endpoint" : "http://example.org/FHIR/Payer/cdex-task-watch",
    "payload" : "application/fhir+json",
    "_payload" : {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
          "valueCode" : "id-only"
        }
      ]
    }
  }
}