Initial Release
dIAgnosis is a solution for the diagnostics support using ICD-10 codification (CIE-10 in spanish) based on InterSystems IRIS for Health and a LLM trained using BioLORD.
d[IA]gnosis uses Embedded Python and the Vector search functionality from IRIS. The front-end is developed in Angular 17.
Build the image we will use during the workshop:
$ git clone https://github.com/intersystems-ib/dIAgnosis
$ cd dIAgnosis
$ docker-compose build
The main purpose of this project is to provide to the encoders of a tool to get the exact ICD-10 codes for the diagnostics defined by doctors.
This project is designed as a common web application with a backend developed on InterSystems IRIS for Health Community edition and a frontend developed on Angular 17.
As we said before, our backend is developed on InterSystems IRIS for Health leveraging the Embedded Python and Vector Search functionalities. The backend is responsible for:
Developed on Angular provides an easy to use user interface sending REST calls to the backend and receiving and managing the responses. You don’t need any user, the access is free and you will find the following screens:
List of diagnoses received from HL7 messages into the IRIS production:
Administration screen to import ICD codes from a CSV file:
Analysis text screen to analyze raw text and find out diagnoses:
Screen with a history of text analysis:
docker-compose up -d
Automatically an IRIS instance will be deployed and a production will be configured and run available to import data to create the prediction model and train it.
superuser
/ SYS
account.