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 Active - XML Representation

Raw xml | Download


<Subscription xmlns="http://hl7.org/fhir">
  <id value="cdex-task-inline-scenario1-subscription-active"/>
  <status value="active"/>
  <reason
          value="R4 Example Topic-Based Subscription for CD Task based Queries"/>
  <criteria
            value="http://hl7.org/fhir/us/davinci-hrex/SubscriptionTopic/Task"/>
  <channel>
    <type value="rest-hook"/>
    <endpoint value="http://example.org/FHIR/Payer/cdex-task-watch"/>
    <payload value="application/fhir+json">
      <extension
                 url="http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content">
        <valueCode value="id-only"/>
      </extension>
    </payload>
  </channel>
</Subscription>