Quality Measure Implementation Guide
2.0.0-ballot - STU 2 Ballot International flag

Quality Measure Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-cqm/ and changes regularly. See the Directory of published versions

: Reporting Program Subscription listener

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Subscription",
  "id" : "covid-reporting-changes",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription covid-reporting-changes</b></p><a name=\"covid-reporting-changes\"> </a><a name=\"hccovid-reporting-changes\"> </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\">Language: en</p></div><p><b>status</b>: Requested</p><p><b>contact</b>: ph: 555-555-5555</p><p><b>end</b>: 2027-01-01 00:00:00+0000</p><p><b>reason</b>: ACME hospital to listen of changes tothe CDC Covid Reporting Program</p><p><b>criteria</b>: Measure?url=http://example.org/fhir/Measure/BedCapacityMeasureMonthly</p><h3>Channels</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Endpoint</b></td><td><b>Payload</b></td><td><b>Header</b></td></tr><tr><td style=\"display: none\">*</td><td>Rest Hook</td><td><a href=\"https://example.org/fhir/updates/measures\">https://example.org/fhir/updates/measures</a></td><td>application/fhir+json</td><td>Authorization: Bearer secret-token-abc-123</td></tr></table></div>"
  },
  "status" : "requested",
  "contact" : [
    {
      "system" : "phone",
      "value" : "555-555-5555"
    }
  ],
  "end" : "2027-01-01T00:00:00Z",
  "reason" : "ACME hospital to listen of changes tothe CDC Covid Reporting Program",
  "criteria" : "Measure?url=http://example.org/fhir/Measure/BedCapacityMeasureMonthly",
  "channel" : {
    "type" : "rest-hook",
    "endpoint" : "https://example.org/fhir/updates/measures",
    "payload" : "application/fhir+json",
    "header" : [
      "Authorization: Bearer secret-token-abc-123"
    ]
  }
}