Skip to content

Intelis Insights

Governed analytics platform for the InteLIS Laboratory Information System. Transforms laboratory data into actionable program intelligence while maintaining strict privacy controls.

Intelis Insights sits on top of your InteLIS laboratory database and gives you two ways to explore your data:

  1. Dashboard — Pre-built national indicators with interactive charts. No AI involved, fast and deterministic.
  2. Conversational Chat — Ask questions in plain English (e.g. "What is the VL suppression rate by district?"). An LLM generates SQL, executes it safely, and returns results with charts.

Both modes enforce strict privacy controls — patient-level data is never exposed.


Get Running

New here? Follow these steps in order:

  1. Prerequisites — What you need before you start
  2. Docker Setup — Fastest way to get running (~5 minutes)
  3. First-Run Checklist — Verify everything works

Don't want Docker? See Manual Setup instead.

Already Running?

Common next steps once the app is up:

Understand the System

Reference


Troubleshooting — Stuck? Start here.

Tech Stack

Layer Technology
Backend PHP 8.4+, Slim 4, Eloquent ORM
Frontend Tailwind CSS, Alpine.js, Chart.js
Database MySQL 8.0 (app + InteLIS query databases)
RAG Python FastAPI sidecar, Qdrant vector DB
LLM Configurable via LLM sidecar (Claude, DeepSeek, etc.)
Migrations Phinx