go to post Evgeny Shvarov · Jan 17 Hi @Momeena Ali ! Yes, you can, for sure! Don't forget to publish your application on Open Exchange in a form of GitHub or Gitlab repository as an open source.
go to post Evgeny Shvarov · Jan 17 Great staff, @Chris Stewart ! Could you please share the related GitHub repo?
go to post Evgeny Shvarov · Jan 17 Hi @David hay ! Thanks for sharing the info on such a profound tool for FHIR developers! BTW, is there any local version of ClinFHIR that can be installed on a laptop? E.g. if I have the FHIR server locally for development purposes to be able to vusualise the data in local FHIR repository?
go to post Evgeny Shvarov · Jan 17 Hi @Guillaume Rongier ! Please consider the PR to make it an IPM module?
go to post Evgeny Shvarov · Jan 16 If I'm not mistaken, iFind is a part of 'Basic' text search which and according to documentation it is not deprecated
go to post Evgeny Shvarov · Jan 16 Hi @Ali Chaib ! 1. Yes, it can work with POST, GET and PUT out of the box. 2. The data is stored in IRIS database, in global arrays - as any data other stored via InterSystems data products. 3. FHIR server exposes standard FHIR R4 REST API which you can access via HTTP requests. 4. These classes help with development Digital Health Interoperability scenarios, e.g. if you have to establish perpetual processes to read from FHIR server and/or transform the data into other formats (e.g. HL7) and/or send it into different consuming applications. 5. This can be implemented via Digital Health interoperability framework. See the example. I request @Patrick Jamieson and @Daniel Franco to provide more information.
go to post Evgeny Shvarov · Jan 15 300 ideas! Wow! Congratulations @Vadim Aniskin and the community itself!
go to post Evgeny Shvarov · Jan 15 Nice "hack" in using ObjectScript Code Generator! ObjectScript is a powerful tool!
go to post Evgeny Shvarov · Jan 15 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.
go to post Evgeny Shvarov · Jan 14 The author and developer of the tool @David hay published an article about it! Thank you, David!
go to post Evgeny Shvarov · Jan 12 Dear FHIR developers! Also want to highlight a very handy visualization developer tool for FHIR servers - clinfhir. You can examine listed servers there or add your ones. Here is one screnshot to raise your interest:
go to post Evgeny Shvarov · Jan 8 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! Enjoy!
go to post Evgeny Shvarov · Jan 7 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.
go to post Evgeny Shvarov · Jan 1 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
go to post Evgeny Shvarov · Dec 30, 2023 @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! :)
go to post Evgeny Shvarov · Dec 30, 2023 @Kevin An congratulations, agan! Maybe you want to write a book on how to code ObjectScript your way? )
go to post Evgeny Shvarov · Dec 29, 2023 Also, here is the set of videos on Dev Community Youtube 100% related to IPM.
go to post Evgeny Shvarov · Dec 29, 2023 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.
go to post Evgeny Shvarov · Dec 29, 2023 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]/-/[package... e.g. here is the URL for git-source-control: https://pm.community.intersystems.com/download/git-source-control/-/git-...