© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
This is package collect data using google forms and save as resource into a FHIR Repository.
Open IRIS for Health installation with IPM client installed. Call in any namespace:
USER>zpm "install health-gforms"
This will install FHIR server in FHIRSERVER namespace and the health-gforms.
Or call the following for installing programmatically:
set sc=$zpm("install fhir-server")
Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/health-gforms/health-gforms.git
Open the terminal in this directory and run:
$ docker-compose up -d