/fhir-server

A customized version of the HAPI FHIR server with the IKM DEV logo

Primary LanguageDockerfileApache License 2.0Apache-2.0

Customized HAPI FHIR Server

Builds a simple FHIR Server with the komet logo. It may include other customizations as well.

Prerequisites

For just about anything here, you need to install docker.

Running a HAPI FHIR Server

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 run -it --rm -p 8080:8080 ghcr.io/ikmdev/fhir-server:1.0.0

Viewing Resources

Once your container is up and running,

Also, we love it when you Contribute!