Skip to content

HL7-DaVinci/pcde-ri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Da Vinci Payer Coverage Decision Exchange Reference Server

This project is a reference FHIR server for the Da Vinci PCDE Implementation Guide. It is based on the HAPI FHIR JPA Server.

Running Locally

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages