Hi All,
We are currently installing Atlas with the OMOP CDM 5.3 DDL when creating the tables (link)
However, there are certain columns in CDM whose length we have increased a bit, based on the data we have in our case. Will this impact the overall functionality of Atlas. Please advise. Below are few of the tables and its column where we have made those changes:
Please note: data type remains same, only length has been changed.
Table name: condition_occurrence
Columns name & length: condition_source_value, **varchar(50)**
Changed length: **varchar(256)**
Table name: person
Columns name & length: person_source_value, **varchar(50)**
Changed length: **varchar(200)**
Table name: condition_occurrence
Columns name & length: stop_reason, **varchar(20)**
Changed length: **varchar(256)**
Please advise if the changes made above, based on just the length will have any issues in Atlas functionality.
Also, what if, based on the current dataset at our end, if we change the data type from integer to varchar, how much impactful will it be in terms of Atlas functionality? Meaning, for example, changing column name āperson_idā from āintegerā to āvarcharā. This is required as we have hashed values for the id column.
Any advise on the above will be very helpful.
Thanks,
Rana