This project is currently in its alpha stage. It is actively being developed, and we are in the process of conducting thorough quality assurance testing. Therefore, expect potential instability and incomplete features.
openFHIR is an engine that implements FHIR Connect specification and facilitates bidirectional mappings between openEHR and FHIR. It is an open source edition of the commercial offering available at https://open-fhir.com
Build the docker image
docker-compose build
Run all services
docker-compose up
Build the jar
mvn clean package
Setup postgres (skip if postgres is locally configured)
docker-compose up db
Run using
java -jar target/*.jar
When it's running browse to Swagger UI --> http://localhost:8080/swagger-ui/index.html