1
votes

I generated a FHIRbase, but I'm not sure how to run it on Docker. I generated it using Synthea.

Right now it's a bunch of JSON data, and I need to make it into a workable database.

2

2 Answers

1
votes

Documentation on how to deploy the Vonk FHIR server using Docker is here: http://docs.simplifier.net/vonk/deployment/docker.html#use-docker

0
votes

Depending on what your data looks like, if it is valid FHIR STU3 json you could load it into the Vonk server. Vonk is available as a Docker image and is a full RestFul FHIR server.