Idea on tracking patient treatment package for Physical therapy/massage

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.

You might find this helpful:

Thanks for the tips. If I want to use WhatsApp as a reminder tool. Will that be an extended module similar to the fax/SMS module?

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

Skeleton package you can use for building a module:

Walkthrough video of module system and building a module:

Its a bit dated but concepts should be much the same to get you started.

1 Like

Thanks. It is for Hong Kong market where WhatsApp is popular.

It is good opportunity to learn about module development.