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
Page standards status: Trial-use | Maturity Level: 1 |
<CapabilityStatement xmlns="http://hl7.org/fhir">
<id value="NHSNCapabilityStatementMeasureSource"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<!-- TODO
Jurisdiction
Prohibited extension - http://hl7.org/fhir/StructureDefinition/capabilitystatement-prohibited -->
<!-- set include_symbols = false to turn off confonrmance symbols and legen, true to turn on -->
<h2 id="title">NHSN Measure Source CapabilityStatement</h2>
<ul>
<li><b>Title:</b>NHSN Measure Source CapabilityStatement</li>
<li><b>Implementation Guide Version:</b> 1.0.0</li>
<li><b>FHIR Version:</b> 4.0.1</li>
<li><b>Intended Use:</b> Requirements</li>
<li><b>Supported Formats: </b>
json;
xml;
</li>
<li><b>Published:</b> 2024-07-30</li>
<li><b>Published by:</b> HL7 International / Public Health</li>
<li><b>Status:</b> Active</li>
<li><b>Copyright:</b> </li>
</ul>
<br/>
<strong>Description:</strong> <div><div><p>This statement defines the expected capabilities of a system at NHSN that stores FHIR resources such as Measure, Library, ValueSet, etc. that are used for dQM Reporting. The dQM Evaluation Engine queries the Measure Source for the latest Measure content before querying the Patient Data Source and performing measure evaluation. The Measure Source acts as a <a href="https://hl7.org/fhir/us/cqfmeasures/STU4/measure-repository-service.html">DEQM Publishable Measure Repository</a>.</p>
</div></div>
<br/>
<h3>Support and Requirements for Other Artifacts</h3>
<table>
<tbody>
<tr>
<th>Imports other capabilities:</th>
<td>
<ul>
<li>
<a href="http://hl7.org/fhir/us/cqfmeasures/STU5/CapabilityStatement-publishable-measure-repository.html">CQF Measures Publishable Measure Repository Capability Statementversion: null3.0.0)</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<br/>
<!-- TODO - Make this a summary of capabilities, including system wide and each paradigm -->
<p>
<b>Jump to:</b>
</p>
<ul>
<li><a href="#Server">REST Server</a></li>
</ul>
<!-- REST Capabilities -->
<br/>
<a name="Server"> </a>
<h3 id="behavior">FHIR Server RESTful Capabilities</h3>
<!-- REST Security -->
<br/>
<p id="security"><strong>Security:</strong></p>
<div><div><p>Implementations <strong>SHOULD</strong> consider the guidance included <a href="security.html">Security & Privacy</a> section.</p>
</div></div>
<!-- REST System wide Capabilities -->
<h3>System-wide Server Capabilities</h3>
<!-- REST System wide interactions -->
<!-- REST System wide operations -->
<!-- REST System wide search parameters -->
<!-- Resource Capabilities -->
<h4>Summary of Resource/Profile Capabilities</h4>
<!-- TODO need include conformance verb legend -->
<table class="grid">
<thead>
<tr>
<th>Resource Type</th>
<th>Supported Interactions</th>
<th>Supported Profiles</th>
<th>Supported Searches</th>
<th>Supported <code>_includes</code></th>
<th>Supported <code>_revincludes</code></th>
<th>Supported Operations</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="#Server_Library"><span style="white-space: nowrap;">Library</span></a>
</td>
<!-- Supported Interactions -->
<td>
<span style="white-space: nowrap;">read</span>,
<span style="white-space: nowrap;">search-type</span>,
</td>
<!-- Supported Profiles -->
<td>
<a href="http://hl7.org/fhir/uv/crmi/STU1/StructureDefinition-crmi-shareablelibrary.html">CRMI Shareable Library</a>,
</td>
<!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
<td>
</td>
<!-- Supported _includes -->
<td>
</td>
<!-- Supported _revincludes -->
<td>
</td>
<!-- Supported Operations -->
<td>
</td>
</tr>
<tr>
<td>
<a href="#Server_Measure"><span style="white-space: nowrap;">Measure</span></a>
</td>
<!-- Supported Interactions -->
<td>
<span style="white-space: nowrap;">read</span>,
<span style="white-space: nowrap;">search-type</span>,
</td>
<!-- Supported Profiles -->
<td>
<a href="http://hl7.org/fhir/uv/crmi/STU1/StructureDefinition-crmi-shareablemeasure.html">CRMI Shareable Measure</a>,
</td>
<!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
<td>
</td>
<!-- Supported _includes -->
<td>
</td>
<!-- Supported _revincludes -->
<td>
</td>
<!-- Supported Operations -->
<td>
</td>
</tr>
</tbody>
</table>
<br/>
<h3 id="resource-details" class="no_toc">RESTful Server Capabilities by Resource/Profile:</h3>
<!-- Each REST Resource Detail -->
<h4 id="Server_Library" class="no_toc">Library</h4>
<p>Conformance Expectation: <strong>SHOULD</strong></p>
<p>Supported Profiles:</p>
<ul>
<li><strong>SHALL</strong> support
<a href="http://hl7.org/fhir/uv/crmi/STU1/StructureDefinition-crmi-shareablelibrary.html">CRMI Shareable Library</a>
</li>
</ul>
<p>
</p>
<!-- Resource Interactions -->
<!-- Resource Operations -->
<!-- TODO Nexted ul items do not appear with a subbullet style -->
<br/>
<p>Fetch and Search Criteria:</p>
<ul>
<li>
A Server <strong>SHOULD</strong> be capable of a <code>read</code> interaction returning a Library resource using:
<code class="highlighter-rouge">GET [base]/Library/[id]</code>
</li>
<li>
A Server <strong>SHOULD</strong> be capable of a <code>search-type</code> interaction returning Library resources matching a search query using:
<code class="highlighter-rouge">GET [base]/Library/[id]{?[parameters]{&_format=[mime-type]}}</code>
</li>
</ul>
<!-- Search Combination -->
<h4 id="Server_Measure" class="no_toc">Measure</h4>
<p>Conformance Expectation: <strong>SHOULD</strong></p>
<p>Supported Profiles:</p>
<ul>
<li><strong>SHALL</strong> support
<a href="http://hl7.org/fhir/uv/crmi/STU1/StructureDefinition-crmi-shareablemeasure.html">CRMI Shareable Measure</a>
</li>
</ul>
<p>
</p>
<!-- Resource Interactions -->
<!-- Resource Operations -->
<!-- TODO Nexted ul items do not appear with a subbullet style -->
<br/>
<p>Fetch and Search Criteria:</p>
<ul>
<li>
A Server <strong>SHOULD</strong> be capable of a <code>read</code> interaction returning a Measure resource using:
<code class="highlighter-rouge">GET [base]/Measure/[id]</code>
</li>
<li>
A Server <strong>SHOULD</strong> be capable of a <code>search-type</code> interaction returning Measure resources matching a search query using:
<code class="highlighter-rouge">GET [base]/Measure/[id]{?[parameters]{&_format=[mime-type]}}</code>
</li>
</ul>
<!-- Search Combination -->
<!-- Messaging Capabilities -->
<!-- Document Capabilities -->
</div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pher"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="1">
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
<valueCanonical
value="http://hl7.org/fhir/us/nhsn-dqm/ImplementationGuide/hl7.fhir.us.nhsn-dqm"/>
</extension>
</valueInteger>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="trial-use">
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
<valueCanonical
value="http://hl7.org/fhir/us/nhsn-dqm/ImplementationGuide/hl7.fhir.us.nhsn-dqm"/>
</extension>
</valueCode>
</extension>
<url
value="http://hl7.org/fhir/us/nhsn-dqm/CapabilityStatement/NHSNCapabilityStatementMeasureSource"/>
<version value="1.0.0"/>
<name value="NHSNCapabilityStatementMeasureSource"/>
<title value="NHSN Measure Source CapabilityStatement"/>
<status value="active"/>
<experimental value="false"/>
<date value="2024-07-30"/>
<publisher value="HL7 International / Public Health"/>
<contact>
<name value="HL7 International / Public Health"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/pher"/>
</telecom>
</contact>
<description
value="This statement defines the expected capabilities of a system at NHSN that stores FHIR resources such as Measure, Library, ValueSet, etc. that are used for dQM Reporting. The dQM Evaluation Engine queries the Measure Source for the latest Measure content before querying the Patient Data Source and performing measure evaluation. The Measure Source acts as a [DEQM Publishable Measure Repository](https://hl7.org/fhir/us/cqfmeasures/STU4/measure-repository-service.html)."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="US"/>
<display value="United States of America"/>
</coding>
</jurisdiction>
<kind value="requirements"/>
<imports
value="http://hl7.org/fhir/us/cqfmeasures/CapabilityStatement/publishable-measure-repository|3.0.0"/>
<fhirVersion value="4.0.1"/>
<format value="json"/>
<format value="xml"/>
<rest>
<mode value="server"/>
<security>
<description
value="Implementations **SHOULD** consider the guidance included [Security & Privacy](security.html) section."/>
</security>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<type value="Library"/>
<supportedProfile
value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablelibrary">🔗
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<code value="read"/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<code value="search-type"/>
</interaction>
</resource>
<resource>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<type value="Measure"/>
<supportedProfile
value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablemeasure">🔗
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHALL"/>
</extension>
</supportedProfile>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<code value="read"/>
</interaction>
<interaction>
<extension
url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
<valueCode value="SHOULD"/>
</extension>
<code value="search-type"/>
</interaction>
</resource>
</rest>
</CapabilityStatement>