Article Lucas Enard · Nov 29, 2022 5m read Incredible CSV TO FHIR TO SQL TO JUPYTER - FHIR contest V2 Hello everyone, this is with great pleasure that I announce the V2 of my application 'Contest-FHIR'. In this new version, I used new tools and techniques I discovered at the EUROPEAN HEALTHCARE HACKATHON in which I was invited by InterSystems as a guest and as a mentor to display the multiple projects I did in my intership back in April 2022. Today I present to you the V2 of my application, it can now transform CSV to FHIR to SQL to JUPYTER notebook. #Artificial Intelligence (AI) #Python #InterSystems IRIS for Health #VSCode Open Exchange app 4 0 0 468
Article Lucas Enard · Nov 27, 2022 9m read Easy CSV TO FHIR - InterSystems Contest Hello everyone, I’m a French student in academical exchange for my fifth year of engineering school and here is my participation in the FHIR for Women's Health contest. This project is supposed to be seen as the backend of a bigger application. It can be plugged into a Front End app and help you gather information from your patients. It will read your data in local and use a Data Transformation to make it into a FHIR object before sending it to the included local FHIR server. #FHIR #Python #InterSystems IRIS for Health #Open Exchange #VSCode Open Exchange app 4 1 1 916
Article Lucas Enard · Sep 11, 2022 16m read Sustainable Machine Learning for the InterSystems Interoperability Contest Hello everyone, I’m a French student that just arrived in Prague for an academical exchange for my fifth year of engineering school and here is my participation in the interop contest. I hadn’t much time to code since I was moving from France to Prague and I’m participating alone, so I decided to make a project that’s more like a template rather than an application. #API #Databases #Docker #Interoperability #Natural Language Processing #Python #InterSystems IRIS Open Exchange app 4 4 0 303
Article Lucas Enard · Aug 24, 2022 7m read Web Scraping in IRIS using only Python This GitHub is the simplest way to scrap using IRIS and Python, all of that already incorporated in an IRIS PRODUCTION. From here you can build any IRIS production in full Python or in ObjectScript as this module is interoperable. See for more information #Big Data #Databases #Python #Tools #Visualization #InterSystems IRIS #VSCode Open Exchange app 0 0 1 322
Article Lucas Enard · Aug 17, 2022 9m read The simplest template with REST CRUD for InterSystems IRIS with ONLY Python In this GitHub based on this InterSystems community rest api template Guillaume and I have created this example of all the import CRUD operations usable using ONLY Python on IRIS and using Flask. Using the IRIS ORM or by simply doing SQL requests as both methods are seen in the GitHub. #API #Embedded Python #Python #InterSystems IRIS Open Exchange app 2 13 0 729
Article Lucas Enard · Aug 17, 2022 8m read Full Python IRIS production : DataTransformation of a CSV to a FHIR server. In this GitHub we gather information from a csv, use a DataTransformation to make it into a FHIR object and then, save that information to a FHIR server all that using only Python. The objective is to show how easy it is to manipulate data into the output we want, here a FHIR Bundle, in the IRIS full Python framework. #CSV #Databases #Data Import and Export #FHIR #Python #InterSystems IRIS for Health Open Exchange app 3 3 0 512
Article Lucas Enard · Aug 17, 2022 7m read Train and tune a machine learning model using IRIS and Python In this GitHub we fine tune a bert model from HuggingFace on review data like Yelp reviews. The objective of this GitHub is to simulate a simple use case of Machine Learning in IRIS :We have an IRIS Operation that, on command, can fetch data from the IRIS DataBase to train an existing model in local, then if the new model is better, the user can override the old one with the new one.That way, every x days, if the DataBase has been extended by the users for example, you can train the model on the new data or on all the data and choose to keep or let go this new model. #Databases #Machine Learning (ML) #Python #InterSystems IRIS Open Exchange app 5 2 1 387
Article Lucas Enard · Aug 2, 2022 8m read Machine Learning in IRIS using the HuggingFace API and/or ml models in local ( using Python ) On this GitHub you can find all the information on how to use a HuggingFace machine learning / AI model on the IRIS Framework using python. 1. iris-huggingface Usage of Machine Learning models in IRIS using Python; For text-to-text, text-to-image or image-to-image models. #Artificial Intelligence (AI) #API #Best Practices #Machine Learning (ML) #Python #InterSystems IRIS #VSCode Open Exchange app 6 5 1 648
Article Lucas Enard · Jul 27, 2022 7m read Financial Information eXchange : The FIX protocol finally on IRIS Following this GitHub we will see how the FIX protocol can be implemented easily using IRIS and Python. If you don't have much time focus on the Send a Quote before the Order part near the end, as it will, in a matter of minute, tell you how to send a Quote Request followed by an Order Request and show you the result from the server, and that in no more than five clicks. #Embedded Python #Interoperability #Python #Tools #InterSystems IRIS #VSCode Open Exchange app 9 4 0 867
Article Lucas Enard · Jun 3, 2022 5m read Questionnaire & Forms in FHIR : From creation to usage This article will discuss FHIR Questionnaire and QuestionnaireResponse from the creation of the form to the upload on the server and how to fill them. #FHIR #InterSystems IRIS for Health 2 0 2 1.4K
Article Lucas Enard · May 13, 2022 8m read A simple example of a Fhir client in java 1. Fhir-client-java This is a simple fhir client in java to practice with fhir resources and CRUD requests to a fhir server. Note that for the most part auto-completion is activated. GitHub #FHIR #Java #REST API #InterSystems IRIS #Open Exchange #VSCode Open Exchange app 3 0 0 4.3K
Article Lucas Enard · May 13, 2022 8m read A simple example of a Fhir client in c# 1. Fhir-client-net This is a simple fhir client in c# to practice with fhir resources and CRUD requests to a fhir server. Note that for the most part auto-completion is activated. GitHub #.NET #FHIR #REST API #InterSystems IRIS #Open Exchange #VSCode Open Exchange app 2 0 0 7.5K
Article Lucas Enard · May 13, 2022 11m read A simple example of a Fhir client in python 1. Fhir-client-python This is a simple fhir client in python to practice with fhir resources and CRUD requests to a fhir server. Note that for the most part auto-completion is activated, that's the main reason to use fhir.resources. GitHub #FHIR #Python #REST API #InterSystems IRIS #Open Exchange #VSCode Open Exchange app 5 6 3 8.1K
Article Lucas Enard · May 9, 2022 2m read Benchmark time of response for messages in python and objectscript This is a benchmark built in python and objectscript in InterSystems IRIS. The objective is to compare the speed for sending back and forth a thousand request/message from a BP to a BO in python and in objectscript. See https://github.com/LucasEnard/benchmark-python-objectscript for more information. #ObjectScript #Python #InterSystems IRIS 5 3 0 382
Article Lucas Enard · May 3, 2022 44m read Formation on InterSystems' interoperability framework using ONLY Python This formation, accessible on my GitHub, will cover, in half a hour, how to read and write in csv and txt files, insert and get inside the IRIS database and a distant database using Postgres or how to use a FLASK API, all of that using the Interoperability framework using ONLY Python following the PEP8 convention. #API #Best Practices #Databases #Embedded Python #Framework #Python #Ensemble #InterSystems IRIS #VSCode 12 1 1 651