omoponfhir / omoponfhir-main-v54-r4

OMOP v5.4 on FHIR R4 with SQL Render
Apache License 2.0
6 stars 5 forks source link

Want to try OMOP on FHIR #3

Open kridsadakorn opened 7 months ago

kridsadakorn commented 7 months ago

Hi, I would like to try OMOP on FHIR I tried to build a docker and it was successful.

I wonder once we start the docker container, what exact URL to use?

I tried in open the browser like localhost:8080, didn't work Or after setting up the environment variables and trying something like localhost:8080/omoponfhir, didn't work.

It would be great if you could add a bit more detail in README on where to start after docker.

Thank you.

myungchoi commented 7 months ago

localhost:8080 is correct URL if you are running the Dockerized image at the same PC (running docker and browser in the same PC). If you are getting error, please see if Docker logs have any exceptions. (sudo docker logs )

Did you set up the OMOP DB and created necessary f_* tables and views? This is for OMOP v5.4. You need to have a match version of OMOP as well. If this is not set up correctly, the OMOPonFHIR server will fail to launch.