Projo FHIR Documentation
0.1.0 - ci-build Switzerland flag

Projo FHIR Documentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Managed Subscription (cr-status-events) - XML Representation

Raw xml | Download


<Subscription xmlns="http://hl7.org/fhir">
  <id value="ExampleSubscription"/>
  <meta>
    <profile
             value="https://projo.evoleen.com/fhir/StructureDefinition/projo-subscription"/>
    <tag>
      <system
              value="https://firearrow.io/fhir/CodeSystem/managed-subscription"/>
      <code value="projo-cr-status-events"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Subscription ExampleSubscription</b></p><a name="ExampleSubscription"> </a><a name="hcExampleSubscription"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-projo-subscription.html">Projo Subscription</a></p><p style="margin-bottom: 0px">Tag: </p></div><p><b>status</b>: Active</p><p><b>reason</b>: Projo CR status events: triggers handleCommunicationRequestStatus on CR completion/revocation.</p><p><b>criteria</b>: CommunicationRequest?status=completed,revoked&amp;category:not=identity-resolution</p><h3>Channels</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Endpoint</b></td><td><b>Payload</b></td></tr><tr><td style="display: none">*</td><td>Message</td><td>channel:fire-arrow-azure-queue:cr-status-events</td><td>application/fhir+json</td></tr></table></div>
  </text>
  <status value="active"/>
  <reason
          value="Projo CR status events: triggers handleCommunicationRequestStatus on CR completion/revocation."/>
  <criteria
            value="CommunicationRequest?status=completed,revoked&amp;category:not=identity-resolution"/>
  <channel>
    <type value="message"/>
    <endpoint value="channel:fire-arrow-azure-queue:cr-status-events"/>
    <payload value="application/fhir+json"/>
  </channel>
</Subscription>