Hi All,
The facility for which am implementing OpenMRS makes use of various encounter forms for the various encounter types for the various clinics. eg MCH ccc Adult Initial Encounter Form, MCH ccc Adult Follow Up Form, Paediatric Initial Encounter Form, Paediatric Follow Up form e.t.c Now am looking at an implementation model that will:
- Merge all the forms into one form
- Cluster the encounters based on the encounter type(Initial, Follow up), patient category(Paediatric, Adult),Patient Gender(Male, Female), Data Entry User Role(Nurse,Clinician)
- Make use of the htmlformentry module
Basically, am trying to avoid the current implementation model where a user has to deal with many different kinds of forms for different scenarios since this has resulted in confusing the users and consequently led to us collecting wrong data e.g. A user selected and filled a follow up form instead of an encounter form.
Someone please to advise me on whether this approach is implementable and if not, is there another better way to achieve the same?
Thanks