|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Home | TRIM3 Navigator | Documentation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Medicaid provides health insurance to low-income individuals. The groups primarily served are the elderly, the disabled, and families with children, although other adults may also be covered. States may extend additional coverage to children and pregnant women via CHIP. TRIM3's MedicaidCHIP module simulates eligibility for Medicaid and Children's Health Insurance Programs (CHIP) and identifies which eligible individuals are actually enrolled in the program. Eligibility is simulated on a monthly basis -- each person is checked for eligibility in each month of the simulation year. A person might be found eligible for Medicaid/CHIP in some months of the year but not the entire year. The eligibility rules are simulated in great detail, including the variations in eligibility rules across states. Like all TRIM3 modules, the MedicaidCHIP module can also simulate hypothetical Medicaid/CHIP rules. There are some features of the Medicaid/CHIP programs that TRIM3 does not model. TRIM3 does not simulate eligibility for the institutionalized since they are not in the CPS universe. Further, children under age 15 generally cannot be simulated as eligible by disability, since they do not report their income and labor force information necessary to identify disability. However, the SSI module uses a special imputation process to identify certain children under 15 as receiving SSI. Only these children can be simulated by the MedicaidCHIP module as eligible by disability. The module does not simulate transitional benefits for those families no longer receiving cash Temporary Assistance to Needy Families (TANF) benefits due to increased income, increased employment, time limits, or other reasons, nor does it simulate any of the special pathways for working persons with disabilities. Finally, the module does not simulate eligibility for partial benefits. This document describes the operation of the MedicaidCHIP module in detail. Note that the discussion refers to the many different "program rules" that control the operation of each TRIM3 MedicaidCHIP simulation. Details on each program rule and its potential values can be obtained from the TRIM3 Data Dictionary. The discussion is organized as follows:
EligibilityOverviewThere are many pathways through which a person can become eligible for Medicaid/CHIP. Whether a person is eligible is based on the category of person under consideration as well as their income and assets. For eligibility purposes, persons fall into one or more of the following categories:
Note that in TRIM3's terminology, an "eligible" person is someone who has passed all eligibility tests in a particular path, regardless of whether he/she actually enrolls to receive those benefits. In some administrative data, "eligible" means someone who not only passes eligibility tests, but took the further step of obtaining a Medicaid card (although they may not have actually used the card to obtain benefits). In TRIM3's terminology, this is a person who is "enrolled". The eligibility pathways are described below in the order in which they are applied. In each month, the first eligibility path that makes a person eligible becomes that person's eligibility type for that month, and no further eligibility testing is performed for that month. A person's monthly eligibility type is stored in the result variable EligibilityType. It is possible for a person to be eligible through different pathways in different months of the year, and different members of the same family may be eligible under different pathways. Non-Citizen EligibilityBefore a non-citizen can be considered for any of the Medicaid/CHIP eligibility pathways, he/she must meet certain non-citizen eligibility requirements. The MedicaidCHIP module follows the same procedure for determining non-citizen eligibility as other TRIM3 simulation modules (click here for details). The only modifications the MedicaidCHIP module makes to this standard method is that the national-level rule TempAlienEligible is replaced by the state-level rule StateTempAlienEligible, and legal aliens are always eligible for Medicaid/CHIP if they have been in the US for at least the number of years specified in the state-level rule EligIfInUSNumberOfYears (and if they pass the sponsor deeming test). In addition to the standard method of determining the eligibility of non-citizens, the CHIPRA act of 2009 (section 214) gave states the option to extend coverage to lawfully present immigrant children and/or pregnant women regardless of how long they have been in the country, and regardless of whether they are subject to sponsor deeming. The state-level rule CHIPRA214 specifies whether a state applies this extension and whether it applies to children, pregnant women, or both, as well as whether it applies to both Medicaid and CHIP coverage or only to Medicaid coverage. Eligibility Pathways for the Elderly and Persons with Disabilities (eligibility types 21-25)The MedicaidCHIP module first checks if a person is eligible via one of the pathways available to elderly persons or persons with disabilities. The program rules that control the processing of these pathways are in the rule category Elderly & Disabled Eligibility and are divided into two sets of subcategories --- those applying to SSI-based eligibility pathways and those applying to poverty-based eligibility pathways. The SSI-based pathways are checked first. The eligibility rules controlling these pathways are in the subcategorySSI-based pathways while the rules specifying which microdata variables to use are in the subcategory SSI_based input variables. The various SSI-based pathways are checked in the following order: SSI Cash Eligibility (eligibility type 21)Receipt of federally funded SSI benefits (as opposed to supplemental state benefits) automatically makes an individual eligible for Medicaid. Information about SSI benefits received is passed from the SSI simulation via the program rules SSIBenefitsReceived and SSIFederalBenefitsEligFor. Any person simulated to receive benefits (SSIBenefitsReceived > 0) and some or all of those benefits were federal benefits (SSIFederalBenefitsEligFor > 0) is considered eligible for Medicaid. Note that the program rule SSICashOption (in the group Mandatory Eligibility Pathways),gives the user the option of disabling this eligibility path (i.e. persons receiving federal SSI are not automatically made eligible for Medicaid). Also note that for a few states, the asset and income limits for this path are actually more strict than those applied for federal SSI eligibility -- states that have expanded their SSI eligibility rules since 1972 are permitted to deny Medicaid eligibility to SSI recipients who would not have been eligible under their state's more restrictive 1972 rules. This is referred to as "Rule 209B", and is the only case in which a federally funded SSI recipient can be denied Medicaid eligibility. The rules in the group Rule 209b are used to indicate which states have more restrictve income and/or asset 209b rules in effect, as well as the levels of those more restrictive limits. The measures of income and assets calculated by the SSI module are used when determining if the 209b requirements are met. These amounts are passed from the SSI simulation via the rules SSISimulatedAvailableIncome and SSISimulatedUnitAssets. SSI Cash Supplements Eligibility (eligibility type 22)As described above, persons who are receiving federal SSI benefits must be covered by a state's Medicaid program. States may extend Medicaid eligibility to persons who, while not receiving federal SSI benefits, are receiving state supplements. The program rule DoesSSIStateSupQualifyForMcaid (in the group Optional Eligibility Pathways) indicates for each state whether or not it offers this extension. Information about a person's receipt of state supplements is obtained from the SSI simulation via the two program rules SSIBenefitsReceived and SSIFederalBenefitsEligFor (a person for whom SSIBenefitsReceived > 0 but SSIFederalBenefitsEligFor = 0 is receiving only state supplements). As is the case with mandatory SSI eligibility, eligibility is denied to persons who fail to meet their state's 209b restrictions (if any). SSI non-cash Eligibility (eligibility type 23)States may also extend Medicaid eligibility to persons who, while not receiving any SSI benefits (neither federal nor state), are eligible for either federal benefits or state supplements. The program rule DoesSSIEligQualifyForMedicaid (also in the group Optional Eligibility Pathways) indicates for each state whether or not it offers this extension. Information about a person's eligibility for federal or state SSI is passed from the SSI simulation via the two program rules SSIBenefitsEligibleFor and SSIFederalBenefitsEligFor. As is the case with other SSI-related eligibility pathways, eligibility is denied to persons who fail to meet their state's more restrictive 209b rules (if any). Percent of Poverty Eligibility (eligibility types 24 & 25)States have the option to extend eligibility to persons not eligible through any of the SSI-based pathways but with income and assets below a state-specified level. The rule group Poverty-based pathways specifies which states have adopted this option, as well as the state's income and asset limits. Note that income limits are specified as a percent-of-poverty (which can not exceed 100% of poverty) and can be different for elderly vs. disabled (whereas the asset limit is the same for both groups). The person's income and assets are generally measured the same as measured for determining SSI eligibility. However, differences in how non-citizens are treated in Medicaid vs SSI can cause these measures to differ. Consequently, the microdata variables used as input for the poverty-based pathways (specified by the rules in the subcategory Poverty-based input variables) must come from a different SSI simulation than the variables used for the SSI-based pathways. While in most respects identical to the simulation used for the SSI-based variables, the simulation used for the poverty-based pathways should use non-citizen eligibility rules that match the non-citizen rules being used in the Medicaid simulation. MAGI-Based Eligibility Pathways (eligibility types 1-13)The MedicaidCHIP module next checks if a person is eligible via one of the MAGI-based pathways. The program rules that control the processing of these pathways are in the rule category MAGI-based Eligibility. The MAGI-based pathways were created by the ACA, and apply to persons under age 65. All of these pathways apply only an income test (i.e. there is no limit on assets), and the income used is a monthly measure that follows the definition of "Modified Adjusted Gross Income" or MAGI. The rules MonthlyMAGIComponents and MonthlyMAGIDeductions (in the subcategory Income Determination) specify what types of income are included in MAGI as well as which income types are deducted to arrive at the final measure of MAGI. In most cases, MAGI is calculated based on the composition of the tax unit (as defined in the FederalTax simulation module), although there are cases where an alternative unit definiton is used . Regardless of whether the tax unit or an alternative unit definition is used, the MAGI is converted to a percent-of-poverty using the poverty guideline for the unit's size, and then compared to a state-specific threshold to determine eligibility. Note that when converting MAGI to a percent-of-poverty, states must disregard from MAGI an amount equal to 5% of the poverty guideline. Since applying this disregard is the same as not applying it and instead increasing the threshold by 5 percentage points, a common practice when specifying MAGI thresholds is to list a threshold that is 5 percentage points above the state's "official" threshold. This practice is followed in the MedicaidCHIP module. Thresholds vary by the type of person being considered, and are specified by the rules in the subcategory Thresholds. Note the following regarding these rules:
If a person's MAGI is above all of the applicable MAGI-based thresholds, but their annual MAGI (i.e. the MAGI computed when filing their tax return, as opposed to the monthly MAGI computed for Medicaid/CHIP eligibility) is below 100% of poverty, the "safe harbor" rule is triggered. Under this rule, such a person can re-determine their Medicaid/CHIP MAGI-based eligibility by comparing their annual MAGI to the MAGI-based thresholds. The rule MAGIThresh_SafeHarbor2 specifies which states the "safe harbor" rule applies to, and gives the user the option to change the percent-of-poverty that triggers this rule in each state. Note that, like all MAGI-based eligibility pathways, the safe harbor rule does not apply to persons 65 or older. In addition, persons covered by Medicare are not covered by the "safe harbor" rule. Medically Needy Eligibility (eligibility types 31-33 & 36-37)States with Medically Needy programs cover persons whose income after medical expenses is under a state-specified threshold. This may include persons whose income is above the threshold prior to medical costs, but who "spend down" to below the threshold, as well as persons with very low medical expenses or no medical expenses whose income is low enough to fall below the threshold. Assets must also be below a state-specified level (but no adjustment is made to a person's assets to account for medical expenses). The program rules that control the processing of these pathways are in the rule category Medically Needy Eligibility. Categorical EligibilityStates may choose whether or not to offer medically needy eligibility. If they do, they must provide coverage to pregnant women and children. States may choose to cover additional children up to age 21, parents and caretakers, the elderly, and disabled individuals. The program rule MedicallyNeedyGroups specifies for each state which of the following groups are categorically eligible:
Income & Asset TestsMany of the states with a Medically Needy program have one set of income and asset limts for the elderly and disabled and another sets for persons in families (i.e. pregnant women, children, and parents/caretakers). Consequently, there are two groups of rules containing these limits --- the rule group Elderly & Disabled Limits and the rule group Family Limits (note that the rule group Elderly & Disabled Limits did not exist prior to version 17 of the MedicaidCHIP module, so the rule gropup Family Limits was used for all persons). When calculating income and assets for elderly/disabled persons, income and assets are generally measured the same as measured for determining SSI eligibility. However, as was described in the "Poverty-based eligibility" part of the "Eligibility Pathways for the Elderly and Persons with Disabilities" section, differences in how non-citizens are treated in Medicaid vs SSI can cause these measures to differ. Consequently, information about income and assets for elderly/disabled persons are obtained from the same set of variables used for the elderly/disable poverty-related pathways (i.e. the rules in the subcategory Poverty-based input variables). Also, note that the elderly/disabled limits only have values for units of size 1 or 2, since an SSI unit consists of either a single individual or a married couple. For persons in families, income is calculated by summing the variables specified by the rules EarnedIncome, ChildSupportIncome, and UnearnedIncome for all persons in the family (related subfamilies are treated as separate families). The result of this computation is stored in the monthly result variable FamilyIncome. Assets are calculated by summing the variables specified by the rules AssetIncome or AssetIncomeReporters for all members of the family. The result of this computation is stored in the monthly result variable MonthlyFamilyAssetIncome. An assumed rate of return of 6% is then applied to this amount to come up with an implied value of the family's assets.Spend DownThe income amount is reduced by an amount meant to approximate the unit's medical expenses. The medical expense amounts used to simulate this "spend down" are specified by the rules in the group Average Medicaid Expenses, and vary by state and user group (children, adults, disabled, and elderly). Alternatively, if a microdata variable is available containing each person's medical expenses (specified via the program rule SpendDownAmounts), that information (plus an estimate of the Medicare Part B premiums paid by each individual) is used instead of the average Medicaid expenses. However, regardless of the expenses computed, in a baseline simulation, if an individual who falls within one of the groups covered by his/her state's medically needy program reported Medicaid coverage on the CPS but is not simulated as eligible that month through any of the non-medically needy rules, the MedicaidCHIP module assumes that person has medical expenses high enough to "spend-down" to within the medically needy income limits. Such persons are automatically considered to be income-eligible for the medically needy program, although they must still pass the asset test to be considered fully eligible. Such a person is also considered to be income-eligible for medically-needy coverage due to high medical expenses in all alternative simulations (assuming that the state is still being modeled as having a medically-needy program in the alternative). Note that the rule SpendDownOption can be used to turn off the application of spend down.Eligibility of Unrelated Children (eligibility type 80)Some children on the CPS are not related to any adults in the household. Since the income and asset level of children is generally based on the income received by their parents/guardians, the MedicaidCHIP module is unable to determine if these unrelated children are income/asset eligible for Medicaid/CHIP. Consequently, it is left up to the user to decide how TRIM should handle these children. If the rule UnrelatedChildOption is turned on (i.e. set to "1"), then these children are automatically considered to be eligible without any eligibility tests being performed. If this rule is turned off, all unrelated children are entirely excluded from Medicaid/CHIP eligibility. Note that UnrelatedChildOption only applies to unrelated children under age 15. Older unrelated children are treated the same as single adults. Also note that some of these unrelated children may be foster children, and foster children are almost always eligible for Medicaid. Children in this situation who are not formally foster children would likely be considered one-person units for Medicaid/CHIP eligibility.Medicare Savings Programs (MSPs)Low income persons covered by Medicare (i.e. low income elderly/disabled) may be eligible to have Medicaid pay some or all of their Medicare-related costs (i.e. premiums and cost-sharing). There are three types of MSP s that the MedicaidCHIP module models QMB, SLMB, and QI. A fourth type QDWI is not modeled. Furthermore, the MedicaidCHIP module excludes from MSP eligibility any Medicare enrollee who is simulated to be eligible for regular Medicaid (i.e. eligibility for the special categories of "QMB Plus" and "SLMB Plus" is not simulated). There is a single asset limit for all three types of MSP s. The federal government sets a minimum level, but states can choose to have a higher limit or no limit. Prior to the passage of MIPPA (the Medicare Improvements for Patients and Providers Act of 2008), the minimum asset level had been a constant $4000 for single individuals and $6000 for couples. However, MIPPA changed that so that starting in 2010 the asset limit was the same as that for Medicare s Part D Low-Income Subsidy program (LIS) -- $6600 for singles and $9910 for couples. This asset limit is increased each year by the CPI (in years when the CPI decreases, the asset limit is not decreased but stays constant). If a Medicare recipient meets the asset requirement, the particular type of MSP he/she is eligible for is based on income as a percent of the poverty guideline. Again, there are federally-set minimum levels but states can implement higher levels. The federal levels are:
Among the various MSP programs, the QMB program is the most generous, and covers Medicare premiums as well as all cost-sharing. The SLMB program and the QI program both just cover premiums. The difference between the SLMB and QI programs (besides the higher income threshold for QI) is that the QI program is capped and is entirely financed with federal funds. The rules in the category Medicare Savings Programs contain the asset limits and percent-of-poverty thresholds. The rule MSPAssets specifies each state's asset limit for MSP eligibility (999999 means the state does not impose an asset limit). The percent-of-poverty thresholds are specified via the three rules QMBPctOfPov, SLMBPctOfPov and QIPctOfPov. Note that D.C. only has a threshold specified for one of the three types of MSP's -- QMB. This is because D.C.'s threshold for QMB is generous enough to include persons who would normally only qualify only for SLMB or QI. Note that the results of MSP eligibility testing are stored in result variables separate from the variables used to store the results of Medicaid/CHIP eligibility testing (MSPAnnualEligibility and MSPMonthlyEligibility vs. AnnualEligibilityType and EligibilityType). EnrollmentOverviewFor each month that a person is simulated as eligible for Medicaid/CHIP, a decision can be made as to whether the person is actually enrolled in the program in that month. A person may be simulated to enroll in some but not all of his/her months of eligibility. If a person is simulated to enroll in a given month, he/she is assigned a value to the result variable EnrollmentType equal to the value of the result variable EligibilityType for that month. If the program rule EnrollmentOption is set to zero ("No special enrollment method used") the method for determining which months a person enrolls is based upon whether the MedicaidCHIP module is being run in baseline mode or in alternative mode, and is described below. The other possible values for the rule EnrollmentOption cause either all persons to enroll in all eligible months (option #1) or in no months (option #2).Enrollment in a Baseline SimulationDuring a baseline run, the determination of whether a person enrolls in an eligible month is made outside of the medicaid module. This requires that a SAS extract file be created and a series of SAS programs be run, the end result being the creation of a file indicating whether each person enrolls in each month. This file must be imported into TRIM as an "Out of Model" results file for the year being modelled. Once imported, the rule BaselineEnrollmentDecision should be set to point to the variable Enroll from this results file. When the MedicaidCHIP module needs to determine if a person is enrolled in a given month during a baseline simulation, it refers to this variable. Click here for details about the baseline enrollment processes. Enrollment in an Alternative SimulationUnlike the baseline enrollment decision, the enrollment decision for an alternative run is made within the MedicaidCHIP module. Consequently, alternative simulations can be run without needing to re-do the baseline enrollment procedure. In an alternative simulation, the monthly enrollment decision for persons who were eligible in that month in the baseline is the same as the baseline decision. Information on the baseline decision is obtained from the same "Out of Model" results file that was used in the baseline run, via the rule BaselineEnrollmentDecision. For persons who were not eligible in that month in the baseline, a logit equation is used to assign an enrollment probability. However, since the enrollment decision for newly-eligible persons is made jointly for all newly-eligible members of a family (subfamilies separate), these person-level probabilities must be combined into a single family-level probability. The method used to combine them is specified by the rule NewlyEligEnrProb:
The resulting family-level probability is compared to a random number to determine if all the newly-eligible members of the family enroll in that month. The coefficients of the logit equation which is used to assign the person-level probabilties of enrollment to newly-eligible persons during an alternative run are as follows:
The resulting probabilties of enrollment are as follows:
Continuous EnrollmentIn both baseline and alternative runs, after the initial monthly enrollment decisions have been made (as described above), the MedicaidCHIP module simulates the effect of "continuous enrollment" (also referred to as "continuous eligibility"). This allows a person to remain enrolled in Medicaid/CHIP for a certain number of months without requiring the person to report changes in income or other circumstances. Thus, under continuous enrollment rules, a person might be covered by Medicaid or CHIP in a month when s/he is technically ineligible based on their income in that month. The program rules in the group ReportingPeriodGroup indicate the number of months of continuous enrollment offered by a state to persons in different categories:
If the relevant reporting period rule is set to 1 month, there is no continuous enrollment. However, if it is set to a number greater than 1, continuous enrollment is simulated. In that case, once a person in that state/category is initially simulated to enroll in one month, his/her enrollment is automatically extended to the full reporting period. For example, if the rules indicate a 6 month reporting period for non-medically-needy Medicaid children, a child first simulated to enroll in March will be automatically simulated as enrolled through August. The reporting period associated with a person (regardless of whether they actually enroll) is stored in the monthly result variable ReportingPeriod. Note that a peson may not be able to "use" all of his/her months of continuous enrollment during the simulation year if the simulation year ends before the months are used. Since we do not model the opposite case when a person is eligible in January due to a spell of continuous enrollment that began in the prior year, the effects of continuous enrollment are slightly under-stated. Note that pregnant women are always continuously enrolled for all months of their pregnancy. The simulation of continuous enrollment is not affected by the simulated monthly eligibility status during the months of continuous enrollment. Once a person covered by continuous enrollment is simulated to enroll in a particular month, s/he is simulated to enroll for the rest of the continuous enrollment period, even if s/he is technically ineligible in some or all of the remaining months in the period. In addition, if the rule ContinuousEnrEligOpt is set to 0, the simulation of continuous enrollment does not affect the simulated eligibility status of the continuous enrollment months. Thus, the output variables might indicate that a person is both ineligible and enrolled in a particular month. Or, a person might be simulated as enrolled in Medicaid in a month when s/he is coded as eligible for CHIP, but not Medicaid. All such discrepancies in the output variables are due to continuous enrollment. However, if the rule ContinuousEnrEligOpt is set to 1, the eligibility type for the months of continuous enrollment is set to the enrollment type of the continuous enrollment spell. For example, in the above example, if when the child enrolled in March he/she was eligible for regular Medicaid (e.g. eligibility type #3 "MAGI Thresh children 1 to 5") but in the remaining 5 months of the continuous enrollment spell the child had eligibility type #7 "MAGI Thresh Separate CHIP" (or was not eligible at all), the eligibility type for those months would be set to #3. Note that the monthly result variable ContinuousEnrEligEffect is set to indicate what, if any, changes were made to each month's eligibility type due to continuous enrollment (see the TRIM3 Dictionary for details). Also note that the annual result variable NumberOfMonthsOfEligibility does not include months of continuous coverage where the person is technically ineligible, whereas the annual result variables NumMonthsNonSCHIPMcdElig and NumMonthsSCHIPElig do include such months. Note that continuous enrollment is only simulated if enrollment is being simulated (i.e. if the simulation is set to just simulated eligibility, continuous enrollment is not simulated). Also, the current simulation of continuous enrollment does not capture some nuances in the continuous enrollment rules. In particular, we do not capture rules specifying that continuous CHIP enrollment ends if the person becomes enrolled in ESI and/or becomes eligible for Medicaid. Additional InformationAnnual Eligibility and EnrollmentIn addition to determining eligibility and enrollment on a month-by-month basis, persons are also assigned an annual eligibility type and an annual enrollment type using an "ever-on" concept:
Reporter StatusFor various purposes, the MedicaidCHIP module needs to know whether a person should be considered a "reporter"--i.e. did they report being covered by Medicaid/CHIP during the CPS interview. Due to the likelihood that many persons may be confused as to whether they are covered by Medicaid as opposed to CHIP (or vise-versa), the MedicaidCHIP module does not separate reporters into CHIP-reporters and Medicaid-reporters, but treats them all as undifferentiated "reporters". Thus, a child eligible for either Medicaid or CHIP is treated as a "reporter" if s/he is reported to be covered by either Medicaid or CHIP. For all persons, the result variable ReporterStatus indicates their "reporter status" as follows:
The determination of a person's reporter status is made as follows:
Note that if after looking at the above variables, a person is flagged as a "true" reporter, a check is made of the variable AllocFlag665. This variable indicates whether all responses for this person were imputed by Census. If so, the person's status is changed from a 2 to a 1. For more details about using the various health insurance variables on the CPS, see the article Using Health Insurance Coverage Variables. While the result variable ReporterStatus is set for all persons, and is an annual variable, the result variable IsReporterThisMonth is monthly and is set only for persons who are reporters (i.e. ReporterStatus is 1 or 2) and are simulated as eligible for Medicaid/CHIP in at least one month. It indicates to which months their reported coverage is assumed to apply. This is determined by assigning coverage to a number of eligible months equal to the value of the variable HealthMedicaidMonthsCovered. If there are more eligible months than indicated by HealthMedicaidMonthsCovered, the eligible months are ranked according to the following heirarchy:
Months in one category are chosen to be reporter months before months in later categories, until a number of eligible months equal to the value of HealthMedicaidMonthsCovered have been chosen. Note that if HealthMedicaidMonthsCovered is greater than the number of eligible months, or if it equals 0, then all eligible months are considered to be reporter months. Pregnancy-based EligibilityAlthough pregnancy is not reported on CPS data, Medicaid eligibility based on pregnancy may be simulated by the MedicaidCHIP module, based on the value of the rule PregnancyOption:
Options #1 and # 3 can only be used during a baseline run. Both of these options impute pregnancy to all female family heads and spouses who have an infant (i.e. 0-year old) in their family. This method of imputation is referred to as the "0-year old" method. Using this method, the woman is assumed to be pregnant for the 9 months of April through December (option #1) or for a spell of 9 months begining in a random month (option #3). Note that in option #3, if the random start month is later than April, the spell is "wrapped around" to include January and later months as needed. In both options #1 and #3, a woman of child-bearing age (13-44) who reports receiving Medicaid/CHIP, but is not simulated to be eligible by any of the non-pregnancy-based rules in any month, is assumed to be pregnant in the 6 months of July through December (option #1) or for a spell of 9 months begining in a random month (option #3), if doing so makes her eligible in at least one of those months. This method is referred to as the "ineligible reporter" method. In an alternative run, pregnancy can only be simulated using option #2. When this option is chosen, the rule PregnancyIndicator should refer to the monthly result variable IsPregnant produced by the baseline run. Option #2 can also be used in a baseline run if the user wishes to use an outside source of pregnancy information. Alternative SimulationsAn alternative (or non-baseline) simulation is one that models hypothetical or proposed rules rather than the actual rules that were in effect in a particular year. To set up an alternative simulation, do the following:
Input Needed From Other SimulationsThe MedicaidCHIP module requires input from numerous other simulations:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||