A friend asked me to help track patient treatment packages for chiropractic care. The goal is to remind staff to call patients when their package is about to expire and to help schedule follow-up appointments.
I’m considering implementing this as a new module in OpenEMR, but I haven’t been able to find a clear “how-to” guide for creating custom modules. Are there alternative approaches, such as implementing a workflow using the existing calendar tools?
My sense is that a dedicated module would be more flexible and easier to expand with additional features over time, but I’d appreciate any guidance or recommendations.
You could just configure clinical rule(s) that automatically create reminders. Staff can then use that report as task list and record actions on each of those tasks.
Look at Advanced Prior Auth Module , it has a start and end date. We the clinical rule(s) to fire an alert when patient chart is opened and we also have script that send an email once a week for PA that ending in the next 3 months so staff can work on them.
I don’t think SMS or WhatsApp are the best approach for this, as they may not be HIPAA compliant. That said, Twilio have APIs that can help you integrate OpenEMR with WhatsApp