| 11/20/2025 |
4.0.22 |
EL-5-001-3 |
UPDATE |
Annotation |
The age groups for the measure are defined. Each age group should be run as its own frequency.Where the denominator is the records with CHIP code = 2, run a frequency for the defined age groups. For CHIP code = 2, the frequencies across the age groups should sum to 100.(continued on the row below)Where the denominator is the records with CHIP code = 3, run a frequency for the defined age groups. For CHIP code = 3, the frequencies across the age groups should sum to 100. For each chip code, run the frequency of age groups for the previous month.Calculate the change in value from the previous month to the current month for each frequency percent.Sum the changes across all frequencies. |
N/A |
| 11/20/2025 |
4.0.22 |
EL-5-001-3 |
UPDATE |
Specification |
STEP 1: Enrolled on the last day of DQ report monthDefine the eligible population from segment ENROLLMENT-TIME-SPAN-ELG00021 by keeping active records that satisfy the following criteria:1. ENROLLMENT-EFF-DATE <= last day of the DQ report month 2. ENROLLMENT-END-DATE >= last day of the DQ report month OR missing3. MSIS-IDENTIFICATION-NUM is not missingSTEP 2: Primary demographics on the last day of DQ report monthUsing the MSIS IDs that meet the criteria from STEP 1, join to segment PRIMARY-DEMOGRAPHICS-ELG00002 by keeping records that satisfy the following criteria:1a. PRIMARY-DEMOGRAPHIC-ELEMENT-EFF-DATE <= last day of the DQ report month 2a. PRIMARY-DEMOGRAPHIC-ELEMENT-END-DATE >= last day of the DQ report month OR missingOR1b. PRIMARY-DEMOGRAPHIC-ELEMENT-EFF-DATE is missing2b. PRIMARY-DEMOGRAPHIC-ELEMENT-END-DATE is missingSTEP 3: Calculate AgeUsing the PRIMARY-DEMOGRAPHICS-ELG00002 segment.1a. If DATE-OF-DEATH is non-missing and occurs before the last day of the DQ report month, Age is equal to the years between DATE-OF-DEATH and DATE-OF-BIRTH.1b. Otherwise, Age is equal to the years between the last day of the DQ report month and DATE-OF-BIRTH. STEP 4: Create age categoriesCreate age group using the following categories:Age <11 <= Age <= 56 <= Age <= 1415 <= Age <= 1819 <= Age <= 2021 <= Age <= 4445 <= Age <= 6465 <= Age <= 7475 <= Age <= 84Age >= 85STEP 5: Variable demographics on the last day of report monthUsing the MSIS IDs that meet the criteria from STEP 2, join to segment VARIABLE-DEMOGRAPHIC-ELG00003 by keeping records that satisfy the following criteria:1a. VARIABLE-DEMOGRAPHIC-ELEMENT-EFF-DATE <= last day of the DQ report month 2a. VARIABLE-DEMOGRAPHIC-ELEMENT-END-DATE >= last day of the DQ report month OR missingOR1b. VARIABLE-DEMOGRAPHIC-ELEMENT-EFF-DATE is missing2b. VARIABLE-DEMOGRAPHIC-ELEMENT-END-DATE is missingSTEP 6: Merge CHIP-CODEUsing the dataset from STEP 4, merge on CHIP-CODE from the dataset in STEP 5STEP 7: Restrict to a specific CHIP-CODE valueFrom STEP 6, select those where CHIP-CODE = “2” or “3”STEP 8: Calculate frequencyFrom STEP 7, count the total number of MSIS IDS in each age group, separately for each selected CHIP-CODE (“2” or “3”)STEP 9: Calculate percentageDivide the count of MSIS IDs in each age group and CHIP-CODE combination (e.g., CHIP-CODE = 2, Ages 1 - 5) from STEP 8 by the total number of MSIS IDs from STEP 7STEP 10: Repeat for prior monthRepeat STEPS 1 through 9 for the prior month.STEP 11: Calculate change for each age categoryCalculate one-half of the absolute difference of the percentage for each age group and CHIP-CODE combination between the current and prior monthSTEP 12: SUM to calculate index of dissimilarity statisticSum the values from STEP 11 across all age group CHIP-CODE categories |
N/A |