HS.FHIRServer.Installer
How do i Install HS.FHIRServer.Installer in InterSystems IRIS?
Discussion (9)3
Comments
Documentation is your friend!
Already reviewed the document but still not clear about the process to be followed.
Could you be more specific about what point or step you don't understand?
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
If something is not working please submit issues here.
Where I have to write this command.
$ - mac terminal
USER> - IRIS terminal
First command what I have to write in the terminal.
Well, I think that you should try first a Learning Path, try this one: