Document Subscription for Mobile (DSUBm)
1.0.1-current - ci-build International flag

Document Subscription for Mobile (DSUBm), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.DSUBm/ and changes regularly. See the Directory of published versions

: Example of SubscriptionStatus to be used in a Handshake Event - XML Representation

Raw xml | Download



<Parameters xmlns="http://hl7.org/fhir">
  <id value="ex-SubscriptionStatus-Handshake"/>
  <meta>
    <profile
             value="https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.SubscriptionStatus-Handshake"/>
  </meta>
  <parameter>
    <name value="subscription"/>
    <valueReference>
      <reference
                 value="https://example.org/fhir/Subscription/ex-Subscription-DocumentReference-PatientDependent"/>
    </valueReference>
  </parameter>
  <parameter>
    <name value="status"/>
    <valueCode value="requested"/>
  </parameter>
  <parameter>
    <name value="type"/>
    <valueCode value="handshake"/>
  </parameter>
  <parameter>
    <name value="topic"/>
    <valueCanonical
                    value="https://profiles.ihe.net/ITI/DSUBm/SubscriptionTopic/DSUBm-SubscriptionTopic-DocumentReference-PatientDependent"/>
  </parameter>
  <parameter>
    <name value="events-since-subscription-start"/>
    <valueString value="0"/>
  </parameter>
  <parameter>
    <name value="notification-event"/>
    <part>
      <name value="event-number"/>
      <valueString value="0"/>
    </part>
  </parameter>
</Parameters>