Written by

Question Sapan Parikh · Nov 29, 2023

HS.FHIRServer.Installer

How do i Install HS.FHIRServer.Installer in InterSystems IRIS?

Comments

Sapan Parikh  Nov 29, 2023 to Luis Angel Pérez Ramos

Already reviewed the document but still not clear about the process to be followed. 

0
Luis Angel Pérez Ramos  Nov 29, 2023 to Sapan Parikh

Could you be more specific about what point or step you don't understand?

0
Evgeny Shvarov · Nov 29, 2023

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

0
Evgeny Shvarov  Nov 29, 2023 to Evgeny Shvarov

If something is not working please submit issues here.

0
Sapan Parikh  Nov 29, 2023 to Evgeny Shvarov

Where I have to write this command.

0
Evgeny Shvarov  Nov 29, 2023 to Sapan Parikh

$ - mac terminal

USER> - IRIS terminal

0
Sapan Parikh  Nov 30, 2023 to Evgeny Shvarov

First command what I have to write in the terminal.

0