Discussion (9)3
Log in or sign up to continue

Hi @Sapan Parikh !

The easiest way I think is with IPM and Docker.

$ docker pull intersystemsdc/irishealth-community:2023.2-zpm

$ docker run --rm --name iris-demo -d -p 9092:52773 intersystemsdc/irishealth-community:2023.2-zpm

$ docker exec -it iris-demo iris session iris

USER>zpm "install fhir-server"

Done!

Find the InterSystems IRIS FHIR Server at localhost:9092/fhir/r4/

And FHIR Server will be installed in FHIRSERVER namespace