This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2020-07-07 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Measure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "date-of-last-power-outage"] ; #
fhir:meta [
fhir:source [ fhir:v "http://example.org/fhir/server"^^xsd:anyURI ]
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Measure</b><a name=\"date-of-last-power-outage\"> </a></p><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\">Resource Measure "date-of-last-power-outage" </p><p style=\"margin-bottom: 0px\">Information Source: http://example.org/fhir/server!</p></div><p><b>CQFM Population Basis</b>: Location</p><p><b>wg</b>: cqi</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>: 4.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</p><p><b>contact</b>: <a href=\"http://www.hl7.org/Special/committees/cqi\">http://www.hl7.org/Special/committees/cqi</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>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-ISO3166Part1.html\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a>#US)</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>: Continuous Variable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-measure-scoring.html\">MeasureScoring</a>#continuous-variable)</span></p><p><b>type</b>: Structure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-measure-type.html\">MeasureType</a>#structure)</span></p><p><b>improvementNotation</b>: Decreased score indicates improvement <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-measure-improvement-notation.html\">MeasureImprovementNotation</a>#decrease)</span></p><blockquote><p><b>group</b></p><blockquote><p><b>id</b></p>location-datetime</blockquote><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><blockquote><p><b>id</b></p>measure-observation</blockquote><p><b>code</b>: Measure Observation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-measure-population.html\">MeasurePopulationType</a>#measure-observation)</span></p><p><b>description</b>: locations for observation</p><h3>Criteria</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td>Count of locations in the measurement period.</td></tr></table></blockquote></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-populationBasis"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Location" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cqi" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-deqm/Measure/date-of-last-power-outage"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.0.0"] ; #
fhir:name [ fhir:v "DateOfLastPowerOutage"] ; #
fhir:title [ fhir:v "Date Of Last Power Outage"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2020-07-07"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / Clinical Quality Information"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ] ] )
] ) ; #
fhir:description [ fhir:v "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)."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:approvalDate [ fhir:v "2020-07-07"^^xsd:date] ; #
fhir:lastReviewDate [ fhir:v "2020-07-07"^^xsd:date] ; #
fhir:effectivePeriod [
fhir:start [ fhir:v "2020-07-07"^^xsd:date ]
] ; #
fhir:scoring [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-scoring"^^xsd:anyURI ] ;
fhir:code [ fhir:v "continuous-variable" ] ;
fhir:display [ fhir:v "Continuous Variable" ] ] )
] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "structure" ] ] )
] ) ; #
fhir:improvementNotation [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-improvement-notation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "decrease" ] ;
fhir:display [ fhir:v "Decreased score indicates improvement" ] ] )
] ; #
fhir:group ( [
fhir:id [ fhir:v "location-datetime" ] ;
fhir:description [ fhir:v "The MeasureReport returns a measure Score as DateTime value using the [DEQM Alternate Score Type Extension](StructureDefinition-extension-alternateScoreType.html)." ] ;
( fhir:population [
fhir:id [ fhir:v "measure-observation" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ] ;
fhir:code [ fhir:v "measure-observation" ] ;
fhir:display [ fhir:v "Measure Observation" ] ] ) ] ;
fhir:description [ fhir:v "locations for observation" ] ;
fhir:criteria [
fhir:language [ fhir:v "text/plain" ] ;
fhir:expression [ fhir:v "Count of locations in the measurement period." ] ] ] )
] ) . #
IG © 2020+ HL7 International / Clinical Quality Information. Package hl7.fhir.us.davinci-deqm#4.0.0 based on FHIR 4.0.1. Generated 2023-10-03
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change