diff --git a/src/app/components/references/data.ts b/src/app/components/references/data.ts index 5b560158..f58c6306 100644 --- a/src/app/components/references/data.ts +++ b/src/app/components/references/data.ts @@ -68,7 +68,7 @@ export const measurementsFields: IFields = { { name: 'isEndToEndReported', value: 'boolean', description: 'True if the measure was reported via certified EHR technology without any manual interference.', notes: 'writable, required' }, { name: 'performanceMet', value: 'integer', description: 'The number of patients for which the measure criteria are satisfied. Must be greater than or equal to zero and less than or equal to the eligiblePopulation', notes: 'writable, required' }, { name: 'performanceNotMet', value: 'integer', description: 'The number of patients for which the measure criteria are not satisfied.', notes: 'writable, optional' }, - { name: 'eligiblePopulationExclusion', value: 'integer', description: 'The number of patients who are excluded from the measure.', notes: 'writable, optional' }, + { name: 'eligiblePopulationExclusion', value: 'integer', description: 'The number of patients who are excluded from the measure. eligiblePopulationExclusion should be 0 for all QCDR measures as excluded populations should already have been subtracted out of the eligible population in the denominator.', notes: 'writable, optional' }, { name: 'eligiblePopulationException', value: 'integer', description: 'The number of patients for which the measure criteria are not satisfied but who are excluded from the measure. In the measures specifications, this field is also referred to as "Denominator Exception".', notes: 'writable, optional' }, { name: 'numeratorExclusion', value: 'integer', description: 'The number of patients for which the measure criteria are not satisfied but who are excluded from the measure. In the measures specifications, this field is also referred to as "Numerator Exclusion".', notes: 'writable, optional' }, { name: 'eligiblePopulation', value: 'integer', description: 'The total number of eligible patients as described by the measure. Must be greater than or equal to zero. In the measures specifications, this field is also referred to as "Eligible Population Denominator".', notes: 'writable, required' }, @@ -452,4 +452,3 @@ export const scoringData: IScoringData = { }], }; - diff --git a/src/app/components/references/measurements.tsx b/src/app/components/references/measurements.tsx index 0b01a1cf..471fe349 100644 --- a/src/app/components/references/measurements.tsx +++ b/src/app/components/references/measurements.tsx @@ -6,7 +6,7 @@ import { DocPageProps } from '../../../shared/types'; const Measurements: React.FC = ({dataTestId}: DocPageProps) => { return (
-

Last Updated: 12/12/2025

{/* IMPORTANT: update this Last-Updated value if you have made any changes to this page's content. */} +

Last Updated: 04/10/2026

{/* IMPORTANT: update this Last-Updated value if you have made any changes to this page's content. */}

Measurements