8c99f5d073
Bugfix/dynamic primary issues * format and restructure * checkpoint * Merge branch 'main' into bugfix/dynamic-primary-issues * Update constants attributes to base class * Revert "Update constants attributes to base class" This reverts commit 936b1e41f2e2d445e69e840b69af08eac6661120. * Fix mapping * E2E test * remove prints * Merge branch 'main' into bugfix/dynamic-primary-issues * Black * Update any dynamic * Prompt update - more leniency * Remove prints * Merged main into bugfix/dynamic-primary-issues * update crosswalk * Merged main into bugfix/dynamic-primary-issues Approved-by: Alex Galarce
15 lines
448 B
JSON
15 lines
448 B
JSON
{
|
|
"metadata": {
|
|
"from_col": "MBR_NETWORK_DESC",
|
|
"to_col": "MBR_NETWORK_CD"
|
|
},
|
|
"mapping": {
|
|
"Health Maintenance Organization (HMO)": "HMO",
|
|
"Preferred Provider Organization (PPO)": "PPO",
|
|
"Exclusive Provider Organization (EPO)": "EPO",
|
|
"Point of Service (POS)": "POS",
|
|
"PPO-POS" : "PPO|POS",
|
|
"High Deductible Health Plan (HDHP)": "HDHP",
|
|
"Indemnity" : "FFS"
|
|
}
|
|
} |