Builds a simple FHIR Server with the komet logo. It may include other customizations as well.
Architecture Team
For just about anything here, you need to install docker.
To run this server, run the following (does not require building, as this should be published to github artifacts - adjust the version as is needed):
docker-compose up
Once your container is up and running,
- to view FHIR Resources, go to http://localhost:8080/
- to access the REST Resources, go to http://localhost:8080/fhir/swagger-ui/
Also, we love it when you Contribute!
Technical and non-technical issues can be reported to the Issue Tracker.
Contributions can be submitted via pull requests. Please check the contribution guide for more details.