isaac-summers-hakkoda / emr-data-generator

Generate fictional demo data for testing of OpenEMR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

OpenEMR Demo Data Generator

This python tool creates fictional demo data for OpenEMR. It's still a work in progress.

Installation

Clone this repo

cd demo-data-generator
virtualenv venv
. venv/bin/activate
pip install .
demodata <command>

Usage

demodata <global options> COMMAND <options>

Available data points

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

License

Copyright (C) 2017 Robert Down

The OpenEMR Demo Data Generator tool is licensed under the GNU GPL V3 license.

About

Generate fictional demo data for testing of OpenEMR

License:GNU General Public License v3.0


Languages

Language:Python 100.0%