I used export and import feature perfectly fine but I can’t login with those user names and passwords.
Any suggestions?
BTW, anyone want our code to display key patient data as an audit of the AMC report for attestation of meaningful use? In otherwords, it shows all the patients and their encounters in the date range, vital signs, tobacco use, medical problems entered, allergies and medicines. Also, it counts and flags errors.
Don’t have much input on your question (guessing some others whom do this kind of thing will have some input here though). But, we definitely want your audit code. Can you post it on github? (or at least provide a patch, which I can then get onto github?)
Here’s the whole CQM.PHP file with the patch in it for the audit of the ACM report. Note that you may have to tinker by changing the connection to the current database right close to where the AUDIT STARTS. To trigger the audit you must pick a begin and end date and a provider.
You will then get a list of the encounters in that date range with the demographics for each encounter and a list of medications, allergies, diagnoses, and it checks for things like tobacco use, ethnic and race, etc. Let me know if you have questions. This report grew out of the fact that we imported patient data and the report didn’t work at all…so…. Don 702-767-3136 for help.
Hi Don,
I’ll get this up on github. If you want email me the name/email that you want as the author on this commit (email me at brady@sparmy.com).
thanks,
-brady OpenEMR
There’s been several changes to this script since 4.1.0, which is making techniques such as merging/patching to incorporate into most recent codebase to not work for me. Copy/pasting text is just to time consuming to do. I did get your code into github for other to see, however, please note everybody that this is based on the 4.1.0 codebase: http://github.com/bradymiller/openemr/commits/audit-test-don-4-1-0_1
If you get this code integrated into the most recent codebase (master branch) for your purposes, let me know. However, please only do this if you need it. The semantics of the code do not work well with the main OpenEMR codebase, however the idea/purpose of the code is something that needs to be considered. Having an auditing feature for these reports is very useful and will likely fall under the purview of the following MU stage 2 certification measure in the future: http://www.open-emr.org/wiki/index.php/Clinical_quality_measures_-_capture_and_export_(MU2)
(Also looks like there is a file emr4.php that is inlcuded, which is not in the patch.)