This project contains the ESI TP for the ESIR engineering school. It will presents students the basics understanding of HL7 ADT messages.
This project is composed by 3 projects:
- esrh-tp-hL7: this one, describing the project and serving as a direct entry point to launch the program;
- esrh-hl7-back-end: this is the project hosting the back-end of the web application;
- esrh-hl7-front-end: this project hosts the front-end part.
This project is part of the ESI module for the ESIR engineering school in Rennes (France). You can find two main documentations:
- the instructions for the practical work 🇫🇷;
- a very simplifed guide for the HL7 standard and especially the ADT part 🇫🇷.
You can start the project using docker-compose and the compose file at the root of this project.
docker-compose up -d
This will start the different containers needed for this project to run, and especially an nginx one listening on port 80.
Then, you can access the project using your favorited browser at http://localhost.
Contributions are welcome. Please, be sure to follow the contributing guide.
We are currently looking for people to translate in English the two guides available in the doc directory.
