This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.0.0: STU 3) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Measure",
"id" : "date-of-last-power-outage",
"meta" : {
"source" : "http://example.org/fhir/server"
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Population Basis</b>: Location</p><p><b>url</b>: <code>http://hl7.org/fhir/us/davinci-deqm/Measure/date-of-last-power-outage</code></p><p><b>version</b>: 3.0.0</p><p><b>name</b>: DateOfLastPowerOutage</p><p><b>title</b>: Date Of Last Power Outage</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2020-07-07</p><p><b>publisher</b>: HL7 International - Clinical Quality Information Work Group</p><p><b>contact</b>: <a href=\"http://www.hl7.org/Special/committees/cqi/index.cfm\">http://www.hl7.org/Special/committees/cqi/index.cfm</a></p><p><b>description</b>: This example measure illustrates a use for the [DEQM Alternate Score Type Extension](StructureDefinition-extension-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-extension-alternateScoreType.html).</p><p><b>jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>approvalDate</b>: 2020-07-07</p><p><b>lastReviewDate</b>: 2020-07-07</p><p><b>effectivePeriod</b>: 2020-07-07 --> (ongoing)</p><p><b>scoring</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/measure-scoring continuous-variable}\">Continuous Variable</span></p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/measure-type structure}\">Structure</span></p><p><b>improvementNotation</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/measure-improvement-notation decrease}\">Decreased score indicates improvement</span></p><blockquote><p><b>group</b></p><p><b>description</b>: The MeasureReport returns a measure Score as DateTime value using the [DEQM Alternate Score Type Extension](StructureDefinition-extension-alternateScoreType.html).</p><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/measure-population measure-observation}\">Measure Observation</span></p><p><b>description</b>: locations for observation</p></blockquote></blockquote></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-populationBasis",
"valueCode" : "Location"
}
],
"url" : "http://hl7.org/fhir/us/davinci-deqm/Measure/date-of-last-power-outage",
"version" : "3.0.0",
"name" : "DateOfLastPowerOutage",
"title" : "Date Of Last Power Outage",
"status" : "active",
"experimental" : true,
"date" : "2020-07-07",
"publisher" : "HL7 International - Clinical Quality Information Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi/index.cfm"
}
]
}
],
"description" : "This example measure illustrates a use for the [DEQM Alternate Score Type Extension](StructureDefinition-extension-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-extension-alternateScoreType.html).",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"approvalDate" : "2020-07-07",
"lastReviewDate" : "2020-07-07",
"effectivePeriod" : {
"start" : "2020-07-07"
},
"scoring" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-scoring",
"code" : "continuous-variable",
"display" : "Continuous Variable"
}
]
},
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-type",
"code" : "structure"
}
]
}
],
"improvementNotation" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
"code" : "decrease",
"display" : "Decreased score indicates improvement"
}
]
},
"group" : [
{
"id" : "location-datetime",
"description" : "The MeasureReport returns a measure Score as DateTime value using the [DEQM Alternate Score Type Extension](StructureDefinition-extension-alternateScoreType.html).",
"population" : [
{
"id" : "measure-observation",
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "measure-observation",
"display" : "Measure Observation"
}
]
},
"description" : "locations for observation",
"criteria" : {
"language" : "text/plain",
"expression" : "Count of locations in the measurement period."
}
}
]
}
]
}