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

JSON Format: Subscription-subscription-dxtc

Raw json

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