description: The CQFM Executable Measure Profile describes minimum expectations for an executable electronic Clinical Quality Measure (eCQM), including a reference to an executable library, and restricted to the use of identifier-based expressions only for all criteria. package_name: hl7.fhir.us.cqfmeasures derivation: constraint name: CQFMExecutableMeasure type: Measure elements: library: {type: canonical, mustSupport: true, index: 0} group: mustSupport: true index: 1 elements: population: constraint: exc-1: {human: Executable measures must use text/cql-identifier for all population criteria, severity: error, expression: criteria.language = 'text/cql-identifier'} mustSupport: true index: 2 stratifier: constraint: exc-2: {human: Executable measures must use text/cql-identifier or text/fhirpath for all stratifier criteria, severity: error, expression: criteria.language in ('text/cql-identifier' | 'text/fhirpath')} mustSupport: true index: 3 elements: component: constraint: exc-3: {human: Executable measures must use text/cql-identifier or text/fhirpath for all stratifier component criteria, severity: error, expression: criteria.language in ('text/cql-identifier' | 'text/fhirpath')} mustSupport: true index: 4 supplementalData: constraint: exc-3: {human: Executable measures must use text/cql-identifier or text/fhirpath for all supplemental data criteria, severity: error, expression: criteria.language in ('text/cql-identifier' | 'text/fhirpath')} mustSupport: true index: 5 package_version: 5.0.0-ballot2 class: profile kind: resource url: http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/executable-measure-cqfm base: http://hl7.org/fhir/StructureDefinition/Measure version: 4.0.0