Fhirql is a spring boot adaptation of hapi fhir server. This can be used as a template for extending generic FHIR server for specific use cases. See the example projects below. I have updated it to FHIR-R4 and spring-boot 2.4.
- 🔥 The FHIRForm framework for managing healthcare eForms
- 👀 Drishti | An mHealth sense-plan-act framework!
- java >= 13
- maven 3
git clone https://github.com/dermatologist/fhirql.git
mvn spring-boot:run
- Access UI at https://localhost:8080/fhir and FHIR BASE at https://localhost:8080/fhir/fhir
- This uses spring boot Web.
- Override the default UI by adding files with the same name to WEB-INF/templates (Thymeleaf).
- For example this application overrides tmpl-head.html and tmpl-home-welcome.html
- The list of original templates are here
Pre-build docker container of overlay branch is available for testing and can be deployed using the following command. Access it at https://localhost:8080/fhirql (Docker container is for testing only.)
docker run -d --name fhirserver -p 8080:8080 beapen/fhir