This page is part of the National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/us/nhsn-dqm/CapabilityStatement/NHSNCapabilityStatementMeasureReportRecipient | Version: 1.0.0 | |||
Standards status: Trial-use | Maturity Level: 1 | Computable Name: NHSNCapabilityStatementMeasureReportRecipient | ||
Other Identifiers: OID:2.25.316204395913842452684237438142819890580.13.4 |
This statement defines the expected capabilities of a system at NHSN that receives MeasureReport bundles from the dQM Evaluation Engine and validates the result against the profiles in this IG, and potentially other measure-specific profiles that are distributed with the measures themselves (NHSN refers to this kind of validation as “pre-qualification”). The MeasureReport Recipient acts as a DEQM Receiver Server, provides write access to Bundle resources containing MeasureReport and other related resources, and implements the $validate operation.
Raw OpenAPI-Swagger Definition file | Download
This statement defines the expected capabilities of a system at NHSN that receives MeasureReport bundles from the dQM Evaluation Engine and validates the result against the profiles in this IG, and potentially other measure-specific profiles that are distributed with the measures themselves (NHSN refers to this kind of validation as “pre-qualification”). The MeasureReport Recipient acts as a DEQM Receiver Server, provides write access to Bundle resources containing MeasureReport and other related resources, and implements the $validate operation.
Imports other capabilities: |
---|
Jump to:
Security:
Implementations SHOULD consider the guidance included Security & Privacy section.
Resource Type | Supported Interactions | Supported Profiles | Supported Searches | Supported _includes |
Supported _revincludes |
Supported Operations |
---|---|---|---|---|---|---|
Bundle | create, read, search-type, | NHSN MeasureReport Bundle, | ||||
MeasureReport | create, read, search-type, | DEQM Subject List MeasureReport, DEQM Individual MeasureReport Profile, DEQM Summary MeasureReport Profile, |
Conformance Expectation: SHALL
Supported Profiles:
Modify Criteria:
create
interaction creating a Bundle resource using:
POST [base]/Bundle/[id]{?_format=[mime-type]}
Fetch and Search Criteria:
read
interaction returning a Bundle resource using:
GET [base]/Bundle/[id]
search-type
interaction returning Bundle resources matching a search query using:
GET [base]/Bundle/[id]{?[parameters]{&_format=[mime-type]}}
Conformance Expectation: SHALL
Supported Profiles:
Modify Criteria:
create
interaction creating a MeasureReport resource using:
POST [base]/MeasureReport/[id]{?_format=[mime-type]}
Fetch and Search Criteria:
read
interaction returning a MeasureReport resource using:
GET [base]/MeasureReport/[id]
search-type
interaction returning MeasureReport resources matching a search query using:
GET [base]/MeasureReport/[id]{?[parameters]{&_format=[mime-type]}}