Announcement Guillaume Rongier · Mar 16, 2022 HL7v2 to FHIR, it's easy ! Iris Healthtoolkit Service Easy to use HL7v2 to FHIR, CDA to FHIR, FHIR to HL7v2 as a Service. The aim of this project is to provide an REST API that can convert easily various health formats. Post the desire format in the REST body, get the answer in the new format. #FHIR #HL7 #InterSystems IRIS for Health Open Exchange app 5 7 1 1.3K
Announcement Guillaume Rongier · Oct 20, 2021 Interoperability Read Only access Interoperability Read Only access In companies, most of the time, we have test, stage and production environments. It is very common that we, the developers, do not have the right to modify or touch the production directly because all the modifications must be traced in a versioning tool and tested before a production release. However, a read access to the production (especially to the traces) can allow us to better understand a possible bug. That's why I propose this ZPM module that creates a new role in IRIS that allows access to the productions and this only in read-only with access to the visual traces. #Interoperability #InterSystems IRIS Open Exchange app 1 0 0 297
Announcement Guillaume Rongier · Oct 8, 2021 fhir-scraper A simple python script to copy/scrap/crawl a FHIR repository to another one. The script is written in Python 3. Install it from pip python -m venv .venv source .venv/bin/activate pip install git+https://github.com/grongierisc/fhir-scraper cp .venv/bin/fhir-scraper.py . Edit fhir-scraper.py for your needs. Run it : python fhir-scraper.py How to run it from git First clone this repository. #FHIR #InterSystems IRIS for Health Open Exchange app 1 0 0 225
Announcement Guillaume Rongier · Sep 1, 2021 French Stream On InterSystems Technologies All French-speaking developers are friendly invited to follow a stream in the form of a journal. Every first Thursday of the month at 12:00 (Paris time), we organize a 30-45 minutes stream on Youtube with the following format : #Events #InterSystems IRIS 3 0 0 183
Announcement Guillaume Rongier · Oct 2, 2020 Csvgen-UI Introduction This is a csvgen UI frontend in Angular 8. The aim of this project is to easily import csv file to Iris from a web ui. Demo Install with ZPM It will automatically install the dependency of csvgen and sslclient zpm "install csvgen-ui" This will create two new endpoints : One for the Rest API for uploading files #Angular2 #CSV #InterSystems IRIS Open Exchange app 4 2 0 348
Announcement Guillaume Rongier · Aug 12, 2020 SuperServer port change from 51773 to 1972 on 2020.3+ Hello, Recently I tried to connect to JDBC on IRIS 2020.3+ and I came across the following error: SQL Error [461] [08S01]: [InterSystems IRIS JDBC] Communication link failure: Communication error: Server closed communication device This error implies that the port is not open. Checking with the netstat command: #JDBC #InterSystems IRIS #InterSystems IRIS for Health 6 1 0 987
Announcement Guillaume Rongier · May 5, 2020 ObjectScript Json Patch objectscript-json-patch An implementation of JSON-Patch in ObjectScript. Why you should use JSON-Patch JSON-Patch (RFC6902) is a standard format that allows you to update a JSON document by sending the changes rather than the whole document. JSON Patch plays well with the HTTP PATCH verb (method) and REST style programming. Install With zpm : #JSON #InterSystems IRIS Open Exchange app 5 2 1 403
Announcement Guillaume Rongier · Apr 6, 2020 ObjectScript OpenApi Definition Class Generator InterSystems offers an API-design first approach. You can check this post for more informations : https://community.intersystems.com/post/iris-api-explorer-application. One practical thing about this approch and the OpenAPI specification is the definition of exchange objects. #REST API #Open Exchange Open Exchange app 8 2 5 936