This project is a reference FHIR server for the Da Vinci PCDE Implementation Guide. It is based on the HAPI FHIR JPA Server.
The easiest way to run this server is to use docker. First, clone this repository. Then, from the repository root run:
docker build -t pcde .
This will build the docker image for the reference server. Once the image has been built, the server can be run with the following command:
docker run -p 8080:8080 pcde
or using docker-compose:
docker-compose up
The server will then be browseable at http://localhost:8080, and the server's FHIR endpoint will be available at http://localhost:8080/fhir