Document Subscription for Mobile (DSUBm)
1.0.0 - Trial-Implementation International flag

This page is part of the Document Subscription for Mobile (DSUBm) (v1.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

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

Raw xml | Download



<Parameters xmlns="http://hl7.org/fhir">
  <id value="ex-SubscriptionStatus-NotificationEvent"/>
  <meta>
    <profile
             value="https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.SubscriptionStatus-Event"/>
  </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="active"/>
  </parameter>
  <parameter>
    <name value="type"/>
    <valueCode value="event-notification"/>
  </parameter>
  <parameter>
    <name value="events-since-subscription-start"/>
    <valueString value="1"/>
  </parameter>
  <parameter>
    <name value="notification-event"/>
    <part>
      <name value="event-number"/>
      <valueString value="1"/>
    </part>
    <part>
      <name value="timestamp"/>
      <valueInstant value="2023-01-01T12:00:00.1882432-05:00"/>
    </part>
  </parameter>
  <parameter>
    <name value="topic"/>
    <valueCanonical
                    value="https://profiles.ihe.net/ITI/DSUBm/SubscriptionTopic/DSUBm-SubscriptionTopic-DocumentReference-PatientDependent"/>
  </parameter>
</Parameters>