Say you have two CDM schemas, A and B. Assume they do not share patients.
What are best practices for producing CDM schema C combining all data from A and B, but properly adapted to avoid collision of IDs (person_id, condition_occurrence_id, etc.)?
I do not think such task is particularly hard. I just wonder if others have pre-made approaches, scripts, maybe even functions in R packages.
Thanks!