A few months back I had to add our DEA number to the prescription. Not knowing what Apache even is etc etc, it was tough but found great post here and just opened (buried) php file, changed ‘no’ to ‘yes’. Awesome. But now we REALLY need to add a second provider name (or NP) to Rx, and our logo and/or practice name and address. Can someone explain this to me in a way I can understand?
I can find my way to xampp/htdocs/openemr/templates \templates/prescription/general_edit.html… but then what? and am I even close to correct place? Our current Rx has upper left blank white, upper right is a big “Rx”, over provider name over the DEA number. We do not have a “Your practice here” or anything like that.
I would like to:
1. add our practice name and address
2. and if possible our logo (if I knew filename and location to replace- not a problem)
3. add a second provider’s name (already setup and as active - but only displays one provider)
I’ve been looking for this answer for something like 20 hours now and need it for compliance/e-scripts…
PLEASE HELP ME!
A million thanks.
To see where code is to edit this stuff, check out some work that that Alfonso is working on to add options of a NPI and license number to the scripts: http://github.com/md-tech/openemr/commits/Rx_NPI_Lic
(the last three commits)
Hopefully this at least directs you to the right place to modify for the prescriptions.
Are you mentioning about the templating functions in OpenEMR. The Template Driven forms of OpenEMR are: CAMOS, Nation Notes, LBF forms
You can customize these forms specific to your need and use it.