The Health Level Seven (HL7) Converter is a tool designed to facilitate the conversion of HL7 messages between various formats, including text, CSV, Excel, and vice versa.
-
Convert HL7 messages to different formats:
- Text to HL7
- CSV to HL7
- Excel to HL7
-
Convert HL7 messages from different formats:
- HL7 to CSV
- HL7 to Excel
To run the Health Level Seven Converter on your local machine, make sure you have Django and Python installed:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies by running: pip install -r requirements.txt
- Start the development server: python manage.py runserver
- Access the converter by navigating to the provided URL in your web browser.
- Choose the desired conversion direction and format.
- Follow the on-screen instructions to upload or input the data.
- Click the "Convert" button to perform the conversion.
We welcome contributions to the Health Level Seven Converter project! To contribute:
- Fork this repository.
- Create a new branch for your feature or fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Create a pull request detailing your changes.
For questions or feedback, feel free to reach out to us at jpknol2000@gmail.com.
This project is licensed under the MIT License.