Is it possible to avoid duplicate visit for an encounter when using form s built with HTML Form Entry Module.
For example if for instance I have a Form A and perform a form entry for Patient P on 2020-06-05 then I should not be able to fill the same form for the same patient.
Something that comes to mind is the use of a ‘require expression’ (example here) for the forms that are linked to that encounter type. This would ensure that the links to the ENTER mode of those forms would not show up when they are not supposed to anymore.