© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
The issue with
do ##class(HS.HC.Util.Installer).InstallFoundation(namespace)
fixed by changing to
Do ##class(HS.Util.Installer.Foundation).Install(namespace)
User.SQLvar.cls ->fhirtemplate.SQLvar.cls clean up
Fix zpm bug
Added ZPM support.
Now zpm "install fhir-server" will setup a FHIR server in any IRIS for Health
fhir-portal is introduced. Installed via ZPM
Postman Collection is introduced to make the calls to FHIR Server REST API endpoint
App image change
Initial Release