c4e519894b
Refactor/one time io * Delete client work * Streamline imports * Fix list class * Update tests * Clear code funcs test * Fix unit tests * Single read code funcs * Single-read model * Single-load embeddings * Successful E2E test * update unit tests * Update importsg * Reload poetry.lock * remove old exhibit header function * Remove aarete_derived generic function * remove align and format tables * Remove strings to dict * references * Clear code * Move preprocessing_funcs * remove keywords * refactor postprocessing_funcs * Pass unit test - remove qa_qc directory * Black and isort * remove print Approved-by: Alex Galarce
25 lines
838 B
JSON
25 lines
838 B
JSON
{
|
|
"metadata": {
|
|
"from_col": "LOB",
|
|
"to_col": "AARETE_DERIVED_LOB"
|
|
},
|
|
"mapping": {
|
|
"Medicaid" : "Medicaid",
|
|
"Medicare" : "Medicare",
|
|
"Duals" : "Duals",
|
|
"Medicare-Medicaid (MM)" : "Duals",
|
|
"Commercial" : "Commercial",
|
|
"Group" : "Commercial",
|
|
"Commercial-Exchange" : "Marketplace",
|
|
"Marketplace" : "Marketplace",
|
|
"Health Insurance Exchange (HIE)" : "Marketplace",
|
|
"Health Benefit Exchange (HBE)" : "Marketplace",
|
|
"Health Connector" : "Marketplace",
|
|
"Affordable Care Act (ACA)" : "Marketplace",
|
|
"Individual and Family Market (IFM)" : "Marketplace",
|
|
"Corrections" : "Corrections",
|
|
"Veterans Affairs (VA)" : "Veterans Affairs",
|
|
"CHAMPVA" : "CHAMPVA",
|
|
"TRICARE" : "TRICARE"
|
|
}
|
|
} |