A small JEE server maven project which has a transfer functionality to read out a patient with an id from a fhir server and creates a copy of the first name entry (name is an array in the JSON Object): family, given, prefix and suffix, together with gender and birthdate in a sql table.
To build and run - execute these commands in /patient-transfer
- mvn clean package
- cd docker (Navigate to /docker folder)
- docker build -t wildfly-image .
- docker-compose up