Skip to content

Commit

Permalink
cmdct-3386 text changes COL-AD 2024 (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
britt-mo authored Mar 14, 2024
1 parent 25e6e93 commit cc6b53a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion services/ui-src/src/measures/2024/COLAD/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
12 changes: 6 additions & 6 deletions services/ui-src/src/measures/2024/rateLabelText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down

0 comments on commit cc6b53a

Please sign in to comment.