HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 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

: subscription-dxtc - JSON Representation

Raw json | Download


{
  "resourceType" : "Subscription",
  "id" : "subscription-dxtc",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-10-12T23:31:44.680+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\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" : "active",
  "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"
  }
}