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 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>