Initial Release
HL7 Message Generator v.1.0
The main goal of this project is to generate HL7 messages based on patients and clinicians generated from seeds.
This project is developed on NodeJS, so to run it you only need to install Node.js and npm. Once installed you have to execute:
$ cd tool-patient-generator
$ npm install
$ node .\app.js
The application will run on your localhost, port 5000: http://localhost:5000
The first step is to generate patients from the seed file (files/seed/personSeed.csv), you can modify it to adapt the names as you wish. You can create so many patients as you need. From the download option you can get the generated csv.
The second steps is to generate clinicians for you messages. This option will generate another csv file with the total of clinicians that you define, the file create is accesible from download option also.
Now you are ready to generate all the messages that you want. You have to define the following options:
The messages generated are accessible from the Download messages option
You can modify any seed file in the project to make it fits to your requirements, this version is based on examples for Spain. Feel free to customize it.
For ADT^A28 messages you can modify the segments used changing the name of the A28 template, you can create A28 messages with no AL1, with no DG1, with no AL1 and DG1 or with both. You only have to rename the file A28_WHATEVER.template to A28.template.