MeasureAuthoringTool / bonnie-patient-conversion

Patient conversion microservice for bonnie to go from QDM 5.5/5.6 -> FHIR 4.0.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Patients' conversion application converts QDM bonnie patients to FHIR 4 patients.

The system uses spring boot

To Build:

mvn clean install

To run the spring boot application:

mvn spring-boot:run

To Build docker (docker must be running) image:

mvn spring-boot:build-image

To Run docker image (the version can change):

docker run -it -p5050:5050 bonnie-patients-conversion:0.0.1-SNAPSHOT

To upload image to docker hub use this guide:

https://ropenscilabs.github.io/r-docker-tutorial/04-Dockerhub.html

Docker image located here:

[docker.io/greenemcg/bonnie-patients-conversion]

About

Patient conversion microservice for bonnie to go from QDM 5.5/5.6 -> FHIR 4.0.1


Languages

Language:Java 100.0%