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

Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions

: Subscription (Notification Bundle) - Task with no Ids - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="ExampleSubscriptionBundleWithNoIds"/>
  <type value="history"/>
  <entry>
    <fullUrl value="urn:uuid:b4fb4012-ff43-4e9d-8047-813b13914d72"/>
    <resource>
      <Parameters>
        <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>
    </resource>
    <request>
      <method value="GET"/>
      <url
           value="https://example.org/fhir/Subscription/ExampleSubscriptionEmail/$status"/>
    </request>
    <response>
      <status value="200"/>
    </response>
  </entry>
</Bundle>