Files
doczyai-pipelines/fieldExtraction/constants/mappings/crosswalk_place_of_service.json
T
Katon Minhas c4e519894b Merged in refactor/one-time-io (pull request #648)
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
2025-08-05 20:46:19 +00:00

61 lines
2.4 KiB
JSON

{
"metadata": {
"from_col": "PLACE_OF_SERVICE_CD_DESC",
"to_col": "PLACE_OF_SERVICE_CD"
},
"mapping": {
"Pharmacy": "01",
"Telehealth": "02",
"School": "03",
"Homeless Shelter": "04",
"Indian Health Service Free-standing Facility": "05",
"Indian Health Service Provider-based Facility": "06",
"Tribal 638 Free-standing Facility": "07",
"Tribal 638 Provider-based Facility": "08",
"Prison/Correctional Facility": "09",
"Telehealth Provided in Patient's Home": "10",
"Office": "11",
"Home": "12",
"Assisted Living Facility": "13",
"Group Home": "14",
"Mobile Unit": "15",
"Temporary Lodging": "16",
"Walk-In Retail Health Clinic": "17",
"Place of Employment-Worksite": "18",
"Off Campus-Outpatient Hospital": "19",
"Urgent Care Facility": "20",
"Inpatient Hospital": "21",
"On Campus-Outpatient Hospital": "22",
"Emergency Room-Hospital": "23",
"Ambulatory Surgical Center": "24",
"Birthing Center": "25",
"Military Treatment Facility": "26",
"Outreach Site/Street": "27",
"Skilled Nursing Facility": "31",
"Nursing Facility": "32",
"Custodial Care Facility": "33",
"Hospice": "34",
"Ambulance-Land": "41",
"Ambulance-Air or Water": "42",
"Independent Clinic": "49",
"Federally Qualified Health Center": "50",
"Inpatient Psychiatric Facility": "51",
"Psychiatric Facility-Partial Hospitalization": "52",
"Community Mental Health Center": "53",
"Intermediate Care Facility/Individuals with Intellectual Disabilities": "54",
"Residential Substance Abuse Treatment Facility": "55",
"Psychiatric Residential Treatment Center": "56",
"Non-residential Substance Abuse Treatment Facility": "57",
"Non-residential Opioid Treatment Facility": "58",
"Mass Immunization Center": "60",
"Comprehensive Inpatient Rehabilitation Facility": "61",
"Comprehensive Outpatient Rehabilitation Facility": "62",
"End-Stage Renal Disease Treatment Facility": "65",
"Programs of All-Inclusive Care for the Elderly (PACE) Center": "66",
"Public Health Clinic": "71",
"Rural Health Clinic": "72",
"Independent Laboratory": "81",
"Other Place of Service" : "99"
}
}