Sign inSign up

fliptscript/hapi-fhir-server

By fliptscript

Updated over 6 years ago

Default implementation of a HAPI FHIR server

Image
0

754

fliptscript/hapi-fhir-server repository overview

Running the HAPI FHIR Server

Pull the image:

docker pull fliptscript/hapi-fhir-server

Create a Docker network:

docker network create hin-network

Run the image, attaching it to the network:

docker run -d -p 8001:8080 --network hin-network --name hin-fhir-server fliptscript/hapi-fhir-server

Server will be available at http://localhost:8001/hapi-fhir-jpaserver/

NOTE: Also see: https://hub.docker.com/r/fliptscript/hapi-fhir-server-synthea-100

Tag summary

Content type

Image

Digest

Size

334.9 MB

Last updated

over 6 years ago

docker pull fliptscript/hapi-fhir-server