Da Vinci Clinical Data Exchange (CDex)
2.1.0 - STU2 United States of America flag

Da Vinci Clinical Data Exchange (CDex), published by HL7 International / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ecdx/ and changes regularly. 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"
        }
      ]
    }
  }
}