FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example SubscriptionStatus/23633d50-ba72-435c-ae51-378d70cfc692 (XML)

Responsible Owner: FHIR Infrastructure Work GroupStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

Notification Bundle for Parameters resource (id = "23633d50-ba72-435c-ae51-378d70cfc692")

<?xml version="1.0" encoding="UTF-8"?>

<Bundle xmlns="http://hl7.org/fhir">
  <id value="23633d50-ba72-435c-ae51-378d70cfc692"/> 
  <type value="subscription-notification"/> 
  <timestamp value="2020-04-17T10:24:13.1882432-05:00"/> 
  <entry> 
    <fullUrl value="urn:uuid:9bb01542-f6f5-48a2-a08d-af2e42658db9"/> 
    <resource> 
      <SubscriptionStatus> 
        <id value="9bb01542-f6f5-48a2-a08d-af2e42658db9"/> 
        <text> 
          <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b> Generated Narrative: SubscriptionStatus 9bb01542-f6f5-48a2-a08d-af2e42658db9</b> </p> <a name="9bb01542-f6f5-48a2-a08d-af2e42658db9"> </a> <a name="hc9bb01542-f6f5-48a2-a08d-af2e42658db9"> </a> <p> <b> status</b> : Active</p> <p> <b> type</b> : Event Notification</p> <p> <b> eventsSinceSubscriptionStart</b> : 20</p> <h3> NotificationEvents</h3> <table class="grid"><tr> <td style="display: none">-</td> <td> <b> EventNumber</b> </td> <td> <b> Focus</b> </td> </tr> <tr> <td style="display: none">*</td> <td> 20</td> <td> <a href="broken-link.html">http://example.org/FHIR/Parameters/AD-6729</a> </td> </tr> </table> <p> <b> subscription</b> : <a href="broken-link.html">http://example.org/FHIR/Subscription/PARAMETERS-123</a> </p> <p> <b> topic</b> : <a href="subscriptiontopic-example-admission-parameters.html">SubscriptionTopic admission-parameters</a> </p> </div> 
        </text> 
        <status value="active"/> 
        <type value="event-notification"/> 
        <eventsSinceSubscriptionStart value="20"/> 
        <notificationEvent> 
          <eventNumber value="20"/> 
          <focus> 
            <reference value="http://example.org/FHIR/Parameters/AD-6729"/> 
          </focus> 
        </notificationEvent> 
        <subscription> 
          <reference value="http://example.org/FHIR/Subscription/PARAMETERS-123"/> 
        </subscription> 
        <topic value="http://example.org/FHIR/SubscriptionTopic/admission-parameters"/> 
      </SubscriptionStatus> 
    </resource> 
  </entry> 
  <entry> 
    <fullUrl value="http://example.org/FHIR/Parameters/AD-6729"/> 
    <resource> 
      <Parameters> 
        <id value="AD-6729"/> 
        <meta> 
          <versionId value="1"/> 
          <lastUpdated value="2019-08-07T10:49:22Z"/> 
        </meta> 
        <parameter> 
          <name value="status"/> 
          <valueCode value="in-progress"/> 
        </parameter> 
        <parameter> 
          <name value="patient"/> 
          <valueReference> 
            <reference value="Patient/ABC"/> 
          </valueReference> 
        </parameter> 
        <parameter> 
          <name value="patient-group"/> 
          <valueReference> 
            <reference value="Group/XYZ"/> 
          </valueReference> 
        </parameter> 
      </Parameters> 
    </resource> 
  </entry> 
</Bundle> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.