Files
doczyai-pipelines/fieldExtraction/constants/mappings/synonym_map.json
T
Alex Galarce 85d69237db Merged in hotfix/fix-constants (pull request #654)
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
2025-08-06 22:47:47 +00:00

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"
}
}