This python tool creates fictional demo data for OpenEMR. It's still a work in progress.
Clone this repo
cd demo-data-generator
virtualenv venv
. venv/bin/activate
pip install .
demodata <command>
demodata <global options> COMMAND <options>
Here are the data points capable of being generated
patients
facilities
Plan on creating an option to allow writing straight to a file, but for
now I recommend piping the output to file.sql
Currently this will spit out valid SQL that will create only patient data
Copyright (C) 2017 Robert Down
The OpenEMR Demo Data Generator tool is licensed under the GNU GPL V3 license.