Notifications
Clear all
Below is what our GE tech sent me related to the SQL Script that we had to run:
The tables were Diagnosis, DiagnosisSpeciality & DiagCMSRembMap - Here’s the query we had to run in order to remove just the ICD-10 codes:
delete from diagnosisspecialty where diagnosisid in (select diagnosisid from diagnosis where codetype = 8)
delete from DiagCMSRembMap
delete from diagnosis where codetype = 8
Posted : September 11, 2015 6:52 am
Page 2 / 2
Prev