Command line interface (CLI)

0. Check that you have the installer, the command below will display all the supported actions.

healthcare-io --help

1. initialize the environment (one-time run), with database parameters. By default this will be using sqlite database

healthcare-io init < your-email >

Note :
To use another database please visit data-transport page to learn about how to create an auth-file, it's a file with database access parameters.
The configuration file will live on $HOME/.healthcareio/config.json

2. Parse {x12} files stored in a folder. The output will be stored in a database specified upon initialization.

healthcare-io parse < x12_folder >

Note :
The data is stored in JSON format in the database specified in $HOME/.healthcareio/config.json
Once stored, it is possible to export them to a relational database supported by data-transport.

Prerequisites

Things to know

System Components