Quality Measure Implementation Guide
1.0.0-ballot - ballot International flag

Quality Measure 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/cqf-measures/ and changes regularly. See the Directory of published versions

Resource Profile: CQFM Proportion Measure

Official URL: http://hl7.org/fhir/uv/cqfmeasures/StructureDefinition/proportion-measure-cqfm Version: 4.0.0
Active as of 2024-12-10 Computable Name: CQFMProportionMeasure

The CQFM Proportion Measure Profile describes a proportion scoring measure. For more information on the usage of this profile, refer to the Profiles and Packaging pages in this implementation guide.

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from CQFMComputableMeasure

NameFlagsCard.TypeDescription & Constraintsdoco
.. Measure 0..* CQFMComputableMeasure A quality measure definition
... scoring S 0..1 CodeableConcept proportion
Required Pattern: At least the following
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/measure-scoring
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: proportion
... group SC 1..* BackboneElement Population criteria group
cmp-14: Proportion measures may not have other than initial population, denominator, numerator, denominator-exclusion, denominator-exception, and numerator-exclusion criteria
.... Slices for population SC 3..6 BackboneElement Population criteria
Slice: Unordered, Open by value:code
..... population:initialPopulation S 1..1 BackboneElement Initial Population
...... code S 1..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
Required Pattern: At least the following
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/measure-population
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: initial-population
..... population:denominator S 1..1 BackboneElement Denominator
...... code S 1..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
Required Pattern: At least the following
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/measure-population
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: denominator
..... population:denominatorExclusion S 0..1 BackboneElement Denominator Exclusion
...... code S 1..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
Required Pattern: At least the following
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/measure-population
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: denominator-exclusion
..... population:numerator S 1..1 BackboneElement Numerator
...... code S 1..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
Required Pattern: At least the following
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/measure-population
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: numerator
..... population:numeratorExclusion S 0..1 BackboneElement Numerator Exclusion
...... code S 1..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
Required Pattern: At least the following
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/measure-population
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: numerator-exclusion
..... population:denominatorException S 0..1 BackboneElement Denominator Exception
...... code S 1..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
Required Pattern: At least the following
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/measure-population
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: denominator-exception

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
cmp-14errorMeasure.groupProportion measures may not have other than initial population, denominator, numerator, denominator-exclusion, denominator-exception, and numerator-exclusion criteria
: extension('http://hl7.org/fhir/uv/cqfmeasures/StructureDefinition/cqfm-scoring').exists() and extension('http://hl7.org/fhir/uv/cqfmeasures/StructureDefinition/cqfm-scoring').value.coding.code contains 'proportion' implies population.select(code.coding.where(system = 'http://terminology.hl7.org/CodeSystem/measure-population').code in ('initial-population' | 'numerator' | 'denominator' | 'denominator-exclusion' | 'denominator-exception' | 'numerator-exclusion')).allTrue()

 

Other representations of profile: CSV, Excel, Schematron