Reputation: 179
I am building a custom portal for OpenEMR. So I need some appropriate data feeded into the database. Do you know any link where some sample databases are available to populate my installation of OpenEMR
Upvotes: 0
Views: 3788
Reputation: 1044
There is this project that can generate patients in FHIR format and a lot of file formats (csv, json, xml, etc) and you can find it here
In the README
it explains how to use it, it's pretty simple, simply run run-synthea
and will generate a patient. You can also use run-synthea -p 1000
and will generate 1000 patients.
It's only synthetic data, but except for the PHIs, the data is quite good.
Upvotes: 0
Reputation: 126065
Brady Miller of the OpenEMR project previously commented on SourceForge:
Several possibilities:
Scrape the pertinent tables from the online demo: http://www.open-emr.org/wiki/index.php/OpenEMR_Demo
Use the example_patient_data.sql and example_patient_users.sql scripts in the sql directory
Use the PrintaPatient data generator; details of this program can be found here: http://www.open-emr.org/wiki/index.php/OpenEMR_Tools
Upvotes: 3