HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm CI Build

This page is part of the electronic Case Reporting (eCR) (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

XML Format: Subscription-subscription-dxtc

Raw xml


<Subscription xmlns="http://hl7.org/fhir">
  <id value="subscription-dxtc"/>
  <meta>
    <versionId value="5"/>
    <lastUpdated value="2019-10-11T20:44:42.000-04:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
      <table xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
        <tr>
          <td style="font-weight: bold">id</td>
          <td>
            <div title="id">subscription-dxtc</div>
          </td>
        </tr>
        <tr>
          <td style="font-weight: bold">meta</td>
          <td>
            <table>
              <tr>
                <td style="font-weight: bold">versionId</td>
                <td>
                  <div title="versionId">5</div>
                </td>
              </tr>
              <tr>
                <td style="font-weight: bold">lastUpdated</td>
                <td>
                  <div title="lastUpdated">2019-10-11T20:44:42.000-04:00</div>
                </td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td style="font-weight: bold">status</td>
          <td>
            <div title="status">requested</div>
          </td>
        </tr>
        <tr>
          <td style="font-weight: bold">reason</td>
          <td>
            <div title="reason">Example subscription for Diagnosis_Problem trigger codes. Review http://hl7.org/fhir/subscription.html and modify status, channel, endpoint, etc. before using</div>
          </td>
        </tr>
        <tr>
          <td style="font-weight: bold">criteria</td>
          <td>
            <div title="criteria">Condition?code:in=http://hl7.org/fhir/us/ecr/ValueSet/dxtc</div>
          </td>
        </tr>
        <tr>
          <td style="font-weight: bold">channel</td>
          <td>
            <table>
              <tr>
                <td style="font-weight: bold">type</td>
                <td>
                  <div title="type">email</div>
                </td>
              </tr>
              <tr>
                <td style="font-weight: bold">endpoint</td>
                <td>
                  <div title="endpoint">mailto:nobody@example.org</div>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </div>
  </text>
  <status value="requested"/>
  <reason
          value="Example subscription for Diagnosis_Problem trigger codes. Review http://hl7.org/fhir/subscription.html and modify status, channel, endpoint, etc. before using"/>
  <criteria value="Condition?code:in=http://hl7.org/fhir/us/ecr/ValueSet/dxtc"/>
  <channel>
    <type value="email"/>
    <endpoint value="mailto:nobody@example.org"/>
  </channel>
</Subscription>