
Initial Release
An AI-powered patient matching engine built on InterSystems IRIS, utilizing Vector Search and Natural Language Processing (NLP) to find clinically similar patients across FHIR repositories.
iris-medmatch bridges the gap between traditional healthcare data and modern AI. While standard searches look for exact words, this engine understands clinical intent.
Example: It can match a patient with “Hypertension” to a search for “High Blood Pressure” using mathematical vector similarity.
all-MiniLM-L6-v2 embeddings to vectorize clinical conditions.VECTOR data type in InterSystems IRIS 2024.1+.git clone https://github.com/AshokThangavel/iris-medmatch.git
cd iris-medmatch
Build and start the app using Docker Compose:
docker-compose up --build
To stop and remove the running containers:
docker-compose down
In your README.md, the “Usage” section explains how a developer actually interacts with the project once the Docker containers are running.
Here is a clear breakdown you can use to explain these two endpoints:
Once the project is started, you can access the different layers of the application via these URLs: