From 61fb7cf3bce96fc97af04cea6c48831ab6fb2070 Mon Sep 17 00:00:00 2001 From: ailZhou <127151429+ailZhou@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:13:59 -0500 Subject: [PATCH] CIS-CH & CDF-CH: Update text (#2081) --- services/ui-src/src/measures/2024/CDFCH/data.ts | 2 +- services/ui-src/src/measures/2024/CISCH/data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/ui-src/src/measures/2024/CDFCH/data.ts b/services/ui-src/src/measures/2024/CDFCH/data.ts index 961d15e31c..6aad98c3f7 100644 --- a/services/ui-src/src/measures/2024/CDFCH/data.ts +++ b/services/ui-src/src/measures/2024/CDFCH/data.ts @@ -6,7 +6,7 @@ export const { categories, qualifiers } = getCatQualLabels("CDF-CH"); export const data: DataDrivenTypes.PerformanceMeasure = { questionText: [ - "Percentage of beneficiaries ages 12 to 17 screened for depression on the date of the encounter or 14 days prior to the date of the encounter using an age-appropriate standardized depression screening tool, and if positive, a follow-up plan is documented on the date of the eligible encounter.", + "Percentage of beneficiaries ages 12 to 17 screened for depression on the date of the encounter or 14 days prior to the date of the encounter using an age-appropriate standardized depression screening tool, and if positive, a follow-up plan is documented on the date of the qualifying encounter.", ], questionListItems: [], categories, diff --git a/services/ui-src/src/measures/2024/CISCH/data.ts b/services/ui-src/src/measures/2024/CISCH/data.ts index 740975dfaf..888e252841 100644 --- a/services/ui-src/src/measures/2024/CISCH/data.ts +++ b/services/ui-src/src/measures/2024/CISCH/data.ts @@ -6,7 +6,7 @@ export const { categories, qualifiers } = getCatQualLabels("CIS-CH"); export const data: DataDrivenTypes.PerformanceMeasure = { questionText: [ - "Percentage of children age 2 who had four diphtheria, tetanus and acellular pertussis (DTaP); three polio (IPV); one measles, mumps and rubella (MMR); three haemophilus influenza type B (HiB); three hepatitis B (Hep B), one chicken pox (VZV); four pneumococcal conjugate (PCV); one hepatitis A (HepA); two or three rotavirus (RV); and two influenza (flu) vaccines by their second birthday. The measure calculates a rate for each vaccine and three separate combination rates.", + "Percentage of children age 2 who had four diphtheria, tetanus and acellular pertussis (DTaP); three polio (IPV); one measles, mumps and rubella (MMR); three haemophilus influenza type B (HiB); three hepatitis B (Hep B), one chicken pox (VZV); four pneumococcal conjugate (PCV); one hepatitis A (HepA); two or three rotavirus (RV); and two influenza (flu) vaccines by their second birthday. The measure calculates a rate for each vaccine and three combination rates.", ], questionListItems: [], categories,