An update in a bonuses list: 2 points for answering the questions of the survey about the interactive InterSystems IRIS Digital Health Interoperability Instruqt Course.
- Log in to post comments
An update in a bonuses list: 2 points for answering the questions of the survey about the interactive InterSystems IRIS Digital Health Interoperability Instruqt Course.
The author and developer of the tool @David hay published an article about it! Thank you, David!
UPDATE
Recently we introduced a yet another Instruqt interactive foundation course on Digital Health Interoperability with IRIS for Health - please give it a try here! It will help everyone who is new to InterSystems Digital Health Interoperability productions to go through several simple but illustrating scenarios and get a great foundation for building your ones!
Great video!
Also, instead of using login-password for GitLab repository I'd recommend use SSH-key. It is more secure and will not demand providing password with every git push.
Check GitLab documentation on ssh-key setup.
In addition to what @Ben Spead suggested there are several more hands-on labs on this site: REST+ Angular, Machine Learning and Interoperability.
Also, there are several Developer Learning Paths on the Online Learning platform that will help you to start with ObjectScript Development.
Once you’ve got the basics I recommend to start coding using Docker enabled templates on Open Exchange - you can find templates with the Template filter on.
For example I recommend a basic ObjectScript template or basic REST API with ObjectScript template.
HTH
@Jose Ruperez ! Your article is in top-5 most viewed through the whole history of Developer Community with 29K reads! Thank you very much! And, please, write more! :)
Also, here is the set of videos on Dev Community Youtube 100% related to IPM.
Technically tarball downloading feature refers to ZPM Registry package, which is intended to host IPM packages. And as folks mentioned above you can use it as the private registry hosting in your organization with the option to proxy some public packages.
I filed the ticket to update the documentation on tarballs.
And I think it makes sense to add the link to tarball download in Open Exchange for IPM packages.
These are good points. IPM(ZPM) is officially supported now by InterSystems, so I'm tagging @Bob Kuszewski and @Timothy Leavitt on providing more information.
Here is the current documentation of IPM and it contains the information on how to load from tarballs here.
As for the option to download the package tarball it is indeed not very documented as it is a relatively rare case that people cannot use Internet to install the community package.
Tarball can be downloaded from the community IPM Registry REST API requested in a format:
https://pm.community.intersystems.com/download/[package-name]/-/[packag…
e.g. here is the URL for git-source-control:
https://pm.community.intersystems.com/download/git-source-control/-/git…
Then when you need to install ZPM module without Internet do:
USER>zpm "load /path/git-source-control-2.3.0.tz"
ZPM itself can be downloaded in advance from here (0.7 release) as it is stated on its page on Open Exchange.
Hi Enrico!
You can download the latest tarball from ZPM (IPM) registry here:
https://pm.community.intersystems.com/packages/git-source-control/lates…
For example here is the latest tarball for git-source-control
Hi @Marcel Schaefer !
Also take a look Global-dump-to-sql module by @Robert Cemper
you'll be able to do something like:
select TOP 15 * from zrcc_G.dump where zrcc_G.Dump(’^%SYS’,’“JOURNAL”’)=1
The only issue it is used to be available for IPM installation, now is not. @Robert Cemper , could you please help with it?
In addition to what folks said ZPM package is a tz tarball file which you can download in advance and install without internet too.
Thank you, Robert! This community is lucky to have you! Thanks for yet another great year!
Yes! Now it works!
Thanks for the article, @Guillaume Rongier !
I cloned repo, ran docker, containers up - but nothing is going on on the port:

Here is the docker-compose log:
Running 1/1-rag-demo_default Cre ✔ Network iris-rag-demo_default Created0.0s [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 1/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 [+] Running 3/3is-rag-demo-ollama-1 ✔ Network iris-rag-demo_default Created0.0s iris-rag-demo-iris-1 ✔ Container iris-rag-demo-ollama-1 Started0.9s ✔ Container iris-rag-demo-iris-1 Started0.9s * Terminal will be reused by tasks, press any key to close it.
I'm a question Whizz!

The update on simplicity:
$ docker run --rm --name iris-demo -d intersystemsdc/irishealth-community $ docker exec -it iris-demo iris session iris USER>zpm "install fhir-server"
That's it!
Thank you, @Dan Pasco!
Could you please also publish the java sample on OEX? .Net version is already there. Thanks!
We know it is late, but we missed Java Gateway bonus - are you Ok if we add it?
$ - mac terminal
USER> - IRIS terminal
I think you can leverage Grafana and Prometheus vs /api/monitor/metrics/ as pretty much what SAM is doing.
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
Thank you, Sean!
this is fixed.
Hi Jani! Clojure, of course, thanks!
@Henrique Dias , if you could also publish a fixed version in a public IPM? That needs a release issuing in Open Exchange. Thank you!