Situation: I am looking for a way to extract patient data from OpenEMR.
Question: Is it possible to extract patient data using MIRTH connect?. If it is possible, then how to link MIRTH with OpenEMR?
can anyone please help.
You can able to extract the patient medical records using CCDA (Consolidated Clinical Document Architecture) -created by HL7 to exchange standardized data between healthcare providers.
You can also import CCDA file into openemr to load patients from other vendors.
Hello Noor-
Of course there’s the old-fashioned method of running queries against the EMR’s MySql database.
You’ll need to install phpMyAdmin, since it doesn’t come bundled with the EMR any more, or adminer, which is simple but quite capable.
Install instructions on the relevant websites.
It will take a bit of work to find all the table JOINs necessary for complex queries but isn’t too hard if you have SQL-competent people at hand.
@Noor,
Another old fashioned way is - if you have access to the MySQL server, login to the server, run mysql application on the server and query the data base
-ViSolve001