Files
doczyai-pipelines/fieldExtraction/constants/mappings/crosswalk_product_lob.json
T
Praneel Panchigar b64e1fe4cc Merged in bugfix/derived_lob_changes (pull request #817)
Bugfix/derived lob changes

* Fix LOB_PROGRAM_RELATIONSHIP extraction and preserve debugging code

- Add format requirements to LOB_RELATIONSHIP_INSTRUCTION for proper caching
- Strengthen LOB_RELATIONSHIP prompt with explicit pipe delimiter requirements
- Preserve all DEBUG blocks and print statements in dynamic_funcs.py and file_processing.py
- Update crosswalk mappings and gitignore
- Ensure format instructions are cached at API level to prevent missing pipe delimiters

* Merge main into bugfix/dynamic_issuefixes

Resolved merge conflicts in:
- fieldExtraction/src/investment/dynamic_funcs.py (merged debug print statements)
- fieldExtraction/src/investment/file_processing.py (merged debug statements and exhibit inheritance code)

All conflicts resolved successfully.

* Fix AARETE_DERIVED_LOB to merge values from all crosswalks (PROGRAM and PRODUCT)

- Updated fill_na_mapping to always check both AARETE_DERIVED_PROGRAM and PRODUCT crosswalks
- Merges unique values from all sources (existing, PROGRAM, PRODUCT) instead of only filling when empty
- Ensures Duals is included when PRODUCT contains Molina Medicare Options Plus
- Deduplicates and sorts values before pipe-delimiting
- Each row processed individually for correct LOB assignment per reimbursement term

* Merged main into bugfix/derived_lob_changes


Approved-by: Katon Minhas
2025-12-22 19:40:31 +00:00

96 lines
2.9 KiB
JSON

{
"metadata": {
"from_col": "AARETE_DERIVED_PRODUCT",
"to_col": "AARETE_DERIVED_LOB"
},
"mapping": {
},
"client_mapping" : {
"Healthfirst" : {
"Medicare Select" : "Medicare"
},
"Centene" : {
},
"Aetna" : {
},
"CHC" : {
},
"Fidelis" : {
},
"Parkland" : {
"HEALTHfirst" : "Medicaid",
"KIDSfirst" : "Medicaid"
},
"Molina" :{
"Molina Medicare Options" : "Medicare",
"Molina Medicare Options Plus" : "Duals",
"Molina Health Benefit Exchange" : "Marketplace"
},
"Humana" : {
},
"Moda" : {
"Synergy" : "Commercial",
"Connexus" : "Commercial",
"Beacon" : "Commercial",
"Community Care Network" : "Commercial",
"OHSU" : "Commercial",
"PEBB" : "Commercial",
"OEBB" : "Commercial",
"Affinity" : "Marketplace",
"Moda Select" : "Marketplace"
},
"Healthnet" : {
"Indemnity" : "Commercial",
"Ambetter" : "Commercial",
"Healthy Families Benefit Program" : "Medicaid",
"Salud con Health Net" : ""
},
"Trillium" : {
"Universal" : "Medicaid"
},
"Sentara" : {
},
"CareSource" : {
},
"BCBS" : {
"adultBasic" : "Medicaid",
"Affordablue" : "Marketplace",
"Keystone Health Plan West" : "Commercial",
"PremierBlue" : "Commercial",
"Choice Blue" : "Commercial",
"Special Care Program" : "Marketplace",
"Classic Blue" : "Commercial",
"Preferred Blue" : "Commercial",
"Direct Blue" : "Commercial",
"Select Blue" : "Commerical",
"Community Blue" : "Commercial",
"Connect Blue" : "Commercial",
"My Blue Access" : "Marketplace",
"Short Term Blue" : "Commercial",
"Advance Blue" : "Commercial",
"Simply Blue" : "Commercial",
"Essential" : "Medicaid|Commercial",
"Essential Plan - Aliessa" : "Medicaid",
"Essential Plan - QHP" : "Commercial",
"Exchange" : "Marketplace",
"First Priority Health" : "Commercial",
"Highmark Choice Company" : "Commercial",
"Protection Plus" : "Commercial",
"Super Blue" : "Commercial",
"Super Blue Plus" : "Commercial",
"Super Blue Select" : "Commercial",
"Quality Blue" : "Commercial|Medicare",
"Blue High Performance Network (BlueHPN)" : "Commercial",
"Together Blue" : "Marketplace",
"Traditional" : "Commercial",
"True Performance Program" : "Commercial|Medicare"
}
}
}