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/fdd386f3-b4b5-426e-bd96-495eebda96d9 (XML)

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

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

Notification Bundle for Basic resource (id = "fdd386f3-b4b5-426e-bd96-495eebda96d9")

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

<Bundle xmlns="http://hl7.org/fhir">
  <id value="fdd386f3-b4b5-426e-bd96-495eebda96d9"/> 
  <type value="subscription-notification"/> 
  <timestamp value="2020-04-17T10:24:13.1882432-05:00"/> 
  <entry> 
    <fullUrl value="urn:uuid:ce762452-8aed-43eb-bc03-2a024c49248f"/> 
    <resource> 
      <SubscriptionStatus> 
        <id value="ce762452-8aed-43eb-bc03-2a024c49248f"/> 
        <text> 
          <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b> Generated Narrative: SubscriptionStatus ce762452-8aed-43eb-bc03-2a024c49248f</b> </p> <a name="ce762452-8aed-43eb-bc03-2a024c49248f"> </a> <a name="hcce762452-8aed-43eb-bc03-2a024c49248f"> </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/Basic/AD-11220</a> </td> </tr> </table> <p> <b> subscription</b> : <a href="broken-link.html">http://example.org/FHIR/Subscription/BASIC-123</a> </p> <p> <b> topic</b> : <a href="subscriptiontopic-example-admission-basic.html">SubscriptionTopic admission-basic</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/Basic/AD-11220"/> 
          </focus> 
        </notificationEvent> 
        <subscription> 
          <reference value="http://example.org/FHIR/Subscription/BASIC-123"/> 
        </subscription> 
        <topic value="http://example.org/FHIR/SubscriptionTopic/admission-basic"/> 
      </SubscriptionStatus> 
    </resource> 
  </entry> 
  <entry> 
    <fullUrl value="http://example.org/FHIR/Basic/AD-11220"/> 
    <resource> 
      <Basic> 
        <id value="AD-11220"/> 
        <meta> 
          <versionId value="1"/> 
          <lastUpdated value="2019-08-07T10:49:22Z"/> 
        </meta> 
        <text> 
          <status value="extensions"/> <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b> Generated Narrative: Basic AD-11220</b> </p> <a name="AD-11220"> </a> <a name="hcAD-11220"> </a> <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
             1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">version: 1; Last updated: 2019-08-07T10:49:22Z</p> </div> <blockquote> <p> <b> org/fhir/StructureDefinition/admission-content</b> </p> <ul> <li> status: in-progress</li> <li> patient: <a href="broken-link.html">Patient/ABC</a> </li> <li> patient-group: <a href="broken-link.html">Group/XYZ</a> </li> </ul> </blockquote> <p> <b> code</b> : <span title="Codes:{http://example.org/fhir/CodeSystem/basic-resource-codes admission}">Admission Notification</span> </p> <p> <b> subject</b> : <a href="broken-link.html">Patient/ABC</a> </p> </div> 
        </text> 
        <extension url="http://example.org/fhir/StructureDefinition/admission-content">
          <extension url="status">
            <valueCode value="in-progress"/> 
          </extension> 
          <extension url="patient">
            <valueReference> 
              <reference value="Patient/ABC"/> 
            </valueReference> 
          </extension> 
          <extension url="patient-group">
            <valueReference> 
              <reference value="Group/XYZ"/> 
            </valueReference> 
          </extension> 
        </extension> 
        <code> 
          <coding> 
            <system value="http://example.org/fhir/CodeSystem/basic-resource-codes"/> 
            <code value="admission"/> 
            <display value="Admission Notification"/> 
          </coding> 
        </code> 
        <subject> 
          <reference value="Patient/ABC"/> 
        </subject> 
      </Basic> 
    </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.