API for the Exchange of Medicinal Product Information (APIX)
0.1.0 - ci-build International flag

API for the Exchange of Medicinal Product Information (APIX), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/APIX---API-Exchange-for-Medicinal-Products/ and changes regularly. See the Directory of published versions

: Subscription for Task Status Change with Identifier Filter - XML Representation

Page standards status: Informative

Raw xml | Download


<Subscription xmlns="http://hl7.org/fhir">
  <id value="Subscription-TaskStatusChange-FullResource"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/apix/StructureDefinition/apix-subscription"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Subscription Subscription-TaskStatusChange-FullResource</b></p><a name="Subscription-TaskStatusChange-FullResource"> </a><a name="hcSubscription-TaskStatusChange-FullResource"> </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-apix-subscription.html">APIX Subscription</a></p></div><p><b>identifier</b>: <code>http://example.org/submitterOrgSubscriptions</code>/task-miami10-status-subscription-1c5143fa-e247-405b-8bbc-a0f4025c11ad</p><p><b>status</b>: Requested</p><p><b>topic</b>: <code>http://example.org/localhost:8080/fhir//SubscriptionTopic/1000</code></p><p><b>managingEntity</b>: <a href="Organization-1002.html">Organization Stupendous Regulator</a></p><p><b>reason</b>: Monitor status transitions for a specific Task</p><h3>FilterBies</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ResourceType</b></td><td><b>FilterParameter</b></td><td><b>Value</b></td></tr><tr><td style="display: none">*</td><td><a href="http://hl7.org/fhir/R5/task.html">http://hl7.org/fhir/StructureDefinition/Task</a></td><td>identifier</td><td>systeminternalToSubmitter|miami10</td></tr></table><p><b>channelType</b>: <a href="http://terminology.hl7.org/7.1.0/CodeSystem-subscription-channel-type.html#subscription-channel-type-rest-hook">SubscriptionChannel Type Codes: rest-hook</a> (Rest Hook)</p><p><b>endpoint</b>: <a href="http://example.org/host.docker.internal:3001/fhir-subscription-notify">http://example.org/host.docker.internal:3001/fhir-subscription-notify</a></p><p><b>heartbeatPeriod</b>: 300</p><p><b>timeout</b>: 5</p><p><b>contentType</b>: application/fhir+json</p><p><b>content</b>: Full-resource</p></div>
  </text>
  <identifier>
    <system value="http://example.org/submitterOrgSubscriptions"/>
    <value
           value="task-miami10-status-subscription-1c5143fa-e247-405b-8bbc-a0f4025c11ad"/>
  </identifier>
  <status value="requested"/>
  <topic
         value="http://example.org/localhost:8080/fhir//SubscriptionTopic/1000"/>
  <managingEntity>🔗 
    <reference value="Organization/1002"/>
  </managingEntity>
  <reason value="Monitor status transitions for a specific Task"/>
  <filterBy>
    <resourceType value="Task"/>
    <filterParameter value="identifier"/>
    <value value="systeminternalToSubmitter|miami10"/>
  </filterBy>
  <channelType>
    <system
            value="http://terminology.hl7.org/CodeSystem/subscription-channel-type"/>
    <code value="rest-hook"/>
  </channelType>
  <endpoint
            value="http://example.org/host.docker.internal:3001/fhir-subscription-notify"/>
  <heartbeatPeriod value="300"/>
  <timeout value="5"/>
  <contentType value="application/fhir+json"/>
  <content value="full-resource"/>
</Subscription>