Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.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/davinci-deqm/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<Measure xmlns="http://hl7.org/fhir">
<id value="date-of-last-power-outage"/>
<meta>
<source value="http://example.org/fhir/server"/>
</meta>
<language value="en"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<table class="narrative-table">
<tbody>
<tr>
<th colspan="2" scope="row" class="row-header">Metadata</th>
</tr>
<tr>
<th scope="row" class="row-header">Title</th>
<td class="content-container">Date Of Last Power Outage</td>
</tr>
<tr>
<th scope="row" class="row-header">Version</th>
<td class="content-container">1.0.0-ballot</td>
</tr>
<tr>
<th scope="row" class="row-header">Approval Date</th>
<td class="content-container">2020-07-07</td>
</tr>
<tr>
<th scope="row" class="row-header">Last Review Date</th>
<td class="content-container">2020-07-07</td>
</tr>
<tr>
<th scope="row" class="row-header">Experimental</th>
<td class="content-container">true</td>
</tr>
<tr>
<th scope="row" class="row-header">Jurisdiction</th>
<td class="content-container">
World
</td>
</tr>
<tr>
<th scope="row" class="row-header">Steward (Publisher)</th>
<td class="content-container">HL7 International / Clinical Quality Information</td>
</tr>
<tr>
<th scope="row" class="row-header">Description</th>
<td class="content-container"><div><p>This example measure illustrates a use for the <a href="StructureDefinition-deqm-alternateScoreType.html">DEQM Alternate Score Type Extension</a>. It is a measure for a system health metric for "date of last power outage" for a location. The MeasureReport returns a measure Score as DateTime value using the <a href="StructureDefinition-deqm-alternateScoreType.html">DEQM Alternate Score Type Extension</a>.</p>
</div></td>
</tr>
<tr>
<th scope="row" class="row-header">Measure Basis</th>
<td class="content-container">Location</td>
</tr>
<tr>
<th scope="row" class="row-header">Measure Scoring</th>
<td class="content-container">
Continuous Variable
</td>
</tr>
<tr>
<th scope="row" class="row-header">Improvement Notation</th>
<td class="content-container">
Decreased score indicates improvement
</td>
</tr>
<tr>
<th scope="row" class="row-header">Measure Type</th>
<td class="content-container">
structure from <a href="http://terminology.hl7.org/7.1.0/CodeSystem-measure-type.html">http://terminology.hl7.org/CodeSystem/measure-type</a>
</td>
</tr>
<tr>
<th colspan="2" scope="row" class="row-header">Measure Group (Rate) (ID: location-datetime)</th>
</tr>
<tr>
<th scope="row" class="row-header">Summary</th>
<td class="content-container">The MeasureReport returns a measure Score as DateTime value using the [DEQM Alternate Score Type Extension](StructureDefinition-deqm-alternateScoreType.html).</td>
</tr>
<tr>
<th colspan="2" scope="row" class="row-header">Generated using version 0.5.4-cibuild of the sample-content-ig Liquid templates</th>
</tr>
</tbody>
</table>
</div>
</text>
<extension
url="http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-populationBasis">
<valueCode value="Location"/>
</extension>
<url value="http://hl7.org/fhir/uv/deqm/Measure/date-of-last-power-outage"/>
<version value="1.0.0-ballot"/>
<name value="DateOfLastPowerOutage"/>
<title value="Date Of Last Power Outage"/>
<status value="active"/>
<experimental value="true"/>
<date value="2020-07-07"/>
<publisher value="HL7 International / Clinical Quality Information"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/cqi"/>
</telecom>
</contact>
<description
value="This example measure illustrates a use for the [DEQM Alternate Score Type Extension](StructureDefinition-deqm-alternateScoreType.html). It is a measure for a system health metric for "date of last power outage" for a location. The MeasureReport returns a measure Score as DateTime value using the [DEQM Alternate Score Type Extension](StructureDefinition-deqm-alternateScoreType.html)."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<approvalDate value="2020-07-07"/>
<lastReviewDate value="2020-07-07"/>
<effectivePeriod>
<start value="2020-07-07"/>
</effectivePeriod>
<scoring>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/measure-scoring"/>
<code value="continuous-variable"/>
<display value="Continuous Variable"/>
</coding>
</scoring>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/measure-type"/>
<code value="structure"/>
</coding>
</type>
<improvementNotation>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/measure-improvement-notation"/>
<code value="decrease"/>
<display value="Decreased score indicates improvement"/>
</coding>
</improvementNotation>
<group id="location-datetime">
<description
value="The MeasureReport returns a measure Score as DateTime value using the [DEQM Alternate Score Type Extension](StructureDefinition-deqm-alternateScoreType.html)."/>
<population id="measure-observation">
<code>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/measure-population"/>
<code value="measure-observation"/>
<display value="Measure Observation"/>
</coding>
</code>
<description value="locations for observation"/>
<criteria>
<language value="text/plain"/>
<expression value="Count of locations in the measurement period."/>
</criteria>
</population>
</group>
</Measure>