Customizing OPEN EMR

Hi

We are wondering how much of OPEN EMR can be changed/customized while still allowing it to be possible to accept and install updates when they occur? (I am asking on behalf of a developer)

Thx AOT
CNM

Depends on type of customization you plan to do. Project updates are released as patches. Standard tools manage the merge/add/delete flawlessly for prior standard code. But when you make local changes, in some cases that causes conflict that merge tools do not handle automatically. Experienced developers will modify code in a way that conflicts are eliminated or minimized. If the developer is familiar with git tools, you are covered.