85d69237db
Hotfix/fix constants * Update TRIGGER_CAP methodology prompt and adjust special case configuration * Refactor synonym, valid carveouts, and valid special mappings to include metadata structure * remove TRIGGER_CAP_BREAKOUT function * special_case_configs.py edited online with Bitbucket Approved-by: Katon Minhas
14 lines
454 B
JSON
14 lines
454 B
JSON
{
|
|
"metadata": {
|
|
"description": "Mapping of common healthcare/contracting synonyms to standardized terms for field extraction."
|
|
},
|
|
"mapping": {
|
|
"DME": "DURABLE MEDICAL EQUIPMENT",
|
|
"SNF": "SKILLED NURSING FACILITY",
|
|
"ASC": "AMBULATORY SURGERY CENTER",
|
|
"LABORATORY": "LABORATORY AND PATHOLOGY",
|
|
"LAB": "LABORATORY AND PATHOLOGY",
|
|
"STOP LOSS": "STOP-LOSS",
|
|
"OB": "OBSTETRIC"
|
|
}
|
|
} |