Hi,
Need some insights on this, we have loaded the Vocabulary in our database and we have source data of claims, when we try to join concept table to our Dx table, for one code the concept code are multiplying.
Tables Vocabularies
Procedure CPT4, HCPCS, NULL, RxNorm, CIEL, DPD, OXMIS, BDPM, ICD10PCS, Multum
Condition Multum, RxNorm, DPD, OPCS4, DRG, ICD10, CIEL, ICD9CM, ICD10CM, ICD10PCS, BDPM, HES
Specialty, ATC, OXMIS, SMQ
Drug NDC
Surgical ICD9Proc
Converting the source data using above vocabularies will result in data multiplication because a given source code lies in multiple vocabularies. There will be a significant increase in number of records from source to target as Visit Occurrence table consists of data from multiple tables (Procedure, Diagnosis, Surgical and Drug). These tables would have visit occurrence id from Visit table and there will be multiple matches leading to exponential increase in final record count.
Can anyone help with this? what should be the ethical way to avoid multiplication of the records?