Skip to content

Commit

Permalink
cmdct-3401 - COL-HH text changes (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
britt-mo authored Mar 14, 2024
1 parent c70b583 commit 25e6e93
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/COLHH/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const { categories, qualifiers } = getCatQualLabels("COL-HH");

export const data: DataDrivenTypes.PerformanceMeasure = {
questionText: [
"Percentage of health home enrollees ages 46 to 75 who had appropriate screening for colorectal cancer.",
"Percentage of health home enrollees ages 45 to 75 who had appropriate screening for colorectal cancer. This measure applies to enrollees ages 46 to 75 to account for the look back period. (to ensure that the enrollee was at least age 45 for the entire enrollment period.)",
],
categories,
qualifiers,
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 @@ -614,18 +614,18 @@ export const data = {
"COL-HH": {
"qualifiers": [
{
"label": "Ages 46 to 49",
"text": "Ages 46 to 49",
"label": "Ages 46 to 50",
"text": "Ages 46 to 50",
"id": "RHlNkr"
},
{
"label": "Ages 50 to 64",
"text": "Ages 50 to 64",
"label": "Ages 51 to 65",
"text": "Ages 51 to 65",
"id": "u1n5QA"
},
{
"label": "Ages 65 to 75",
"text": "Ages 65 to 75",
"label": "Ages 66 to 75",
"text": "Ages 66 to 75",
"id": "2ATODe"
}
],
Expand Down

0 comments on commit 25e6e93

Please sign in to comment.