This application takes an ODM XML Questionnaire and converts the ClinicalData Element to a Bundle of QuestionnaireResponse Resources
- checkout repository
- install an java 17 jdk & maven
- call
mvn package
- run the produced .jar within the "target" dir
- checkout repository
- call
docker build -t odmtofhirconverter:1.0 .
- start container with
docker run -p 8080:8080 odmtofhirconverter:1.0