Physical Activity Implementation Guide
1.0.0 - STU Release 1 United States of America flag

This page is part of the U.S. Physical Activity IG (v1.0.0: STU 1.0) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Parameters (Subscription Status) - Task with no Ids - XML Representation

Raw xml | Download



<Parameters xmlns="http://hl7.org/fhir">
  <id value="ExampleSubscriptionStatusWithNoIds"/>
  <parameter>
    <name value="subscription"/>
    <valueReference>
      <reference value="Subscription/ExampleSubscriptionEmail"/>
    </valueReference>
  </parameter>
  <parameter>
    <name value="topic"/>
    <valueCanonical
                    value="http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task"/>
  </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="7"/>
  </parameter>
</Parameters>