f8b8a580ff
fields/additional initializations * Set up test file * New fields + new field names * Add initial prompts to json * Column renaming - remove CONTRACT_ prefix * update tests * testing * Fix regex pattern in json.loads * Merge branch 'hotfix/file-errors' into refactor/new-field-names * add UNIT_OF_MEASURE * initialize new values * Add rate change interval * Merge branch 'main' into fields/additional-initializations * remove test * replace field names * update REIMB_ID * update date columns * update reimbursement effective dt * Revert adhoc scripts * Revert client files * Update postprocessing_funcs * revert regex_utils * Fix valid issue * UNIT_OF_MEASURE * REIMB_TERM * Revert postprocessing funcs tests Approved-by: Alex Galarce
30 lines
1.5 KiB
JSON
30 lines
1.5 KiB
JSON
{
|
|
"metadata": {
|
|
"from_col": "MBR_PROGRAM_DESC",
|
|
"to_col": "MBR_PRODUCT_LOB"
|
|
},
|
|
"mapping": {
|
|
"Aged, Blind, Disabled (ABD)": "Medicaid",
|
|
"Children\u2019s Health Insurance Program (CHIP)": "Medicaid",
|
|
"Children\u2019s Health Insurance Program Perinate (CHIP-Perinate)": "Medicaid",
|
|
"Foster Care": "Medicaid",
|
|
"Intellectual and Developmental Disability (IDD)": "Medicaid",
|
|
"Temporary Assistance Needy Families (TANF)": "Medicaid",
|
|
"Chronic Condition Special Needs Plan (C-SNP)": "Medicare-Medicaid",
|
|
"Dual Eligible Special Needs Plan (D-SNP)": "Medicare-Medicaid",
|
|
"Institutional Special Needs Plan (I-SNP)": "Medicare-Medicaid",
|
|
"Long-Term Services and Supports (LTSS)": "Medicare-Medicaid",
|
|
"Program of All-Inclusive Care for the Elderly (PACE)": "Medicare-Medicaid",
|
|
"Special Needs Plan (SNP)": "Medicare-Medicaid",
|
|
"Medicare Advantage": "Medicare",
|
|
"Supplemental": "Medicare",
|
|
"Administrative Services Only (ASO)": "Commercial-Group",
|
|
"Third-Party Administrator (TPA)": "Commercial-Group",
|
|
"Self-Funded": "Commercial-Group",
|
|
"Employer Funded": "Commercial-Group",
|
|
"Platinum": "Marketplace-Exchange-Individual & Family",
|
|
"Gold": "Marketplace-Exchange-Individual & Family",
|
|
"Silver": "Marketplace-Exchange-Individual & Family",
|
|
"Bronze": "Marketplace-Exchange-Individual & Family"
|
|
}
|
|
} |