From cc6b53aae736508fcfd451ebce5eac38c25d528c Mon Sep 17 00:00:00 2001 From: Britt Date: Thu, 14 Mar 2024 11:01:49 -0600 Subject: [PATCH] cmdct-3386 text changes COL-AD 2024 (#2113) --- services/ui-src/src/measures/2024/COLAD/data.ts | 2 +- services/ui-src/src/measures/2024/rateLabelText.ts | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/services/ui-src/src/measures/2024/COLAD/data.ts b/services/ui-src/src/measures/2024/COLAD/data.ts index 23abb7471d..1d9bb84692 100644 --- a/services/ui-src/src/measures/2024/COLAD/data.ts +++ b/services/ui-src/src/measures/2024/COLAD/data.ts @@ -6,7 +6,7 @@ export const { categories, qualifiers } = getCatQualLabels("COL-AD"); export const data: DataDrivenTypes.PerformanceMeasure = { questionText: [ - "Percentage of beneficiaries ages 45 to 75 who had appropriate screening for colorectal cancer.", + "Percentage of beneficiaries ages 45 to 75 who had appropriate screening for colorectal cancer. This measure applies to beneficiaries ages 46 to 75 to account for the lookback period (to ensure that the beneficiary was at least 45 for the entire measurement year).", ], questionListItems: [], categories, diff --git a/services/ui-src/src/measures/2024/rateLabelText.ts b/services/ui-src/src/measures/2024/rateLabelText.ts index 450bf9cb93..9fc4364a5c 100644 --- a/services/ui-src/src/measures/2024/rateLabelText.ts +++ b/services/ui-src/src/measures/2024/rateLabelText.ts @@ -594,18 +594,18 @@ export const data = { "COL-AD": { "qualifiers": [ { - "label": "Ages 46 to 49", - "text": "Ages 46 to 49", + "label": "Ages 46 to 50", + "text": "Ages 46 to 50", "id": "jaap4W" }, { - "label": "Ages 50 to 64", - "text": "Ages 50 to 64", + "label": "Ages 51 to 65", + "text": "Ages 51 to 65", "id": "cvwOYG" }, { - "label": "Ages 65 to 75", - "text": "Ages 65 to 75", + "label": "Ages 66 to 75", + "text": "Ages 66 to 75", "id": "YHLMTu" } ],