Skip to content
Fadil369 edited this page Jun 9, 2026 · 1 revision

BrainSAIT LINC FHIR — Wiki

One Platform. Infinite Care. — A single intelligent healthcare platform that adapts to every stakeholder, anticipates needs, and orchestrates care across 6 product lines.


Wiki Contents

# Page Description
1 Quick Start Get up and running in 5 minutes
2 Architecture System design, data flow, port map, 67-test results
3 Pulse Agents 19 Pulse AI agents (14 clinical + 5 predictive + chat + HF)
4 Service Reference API Gateway, Supervisor, Dashboard, Webhook, Metrics, test results
5 Operations Start/stop, monitoring, troubleshooting, backup, cheat sheet
6 FHIR Configuration FHIR R4 endpoint setup, synthetic metadata
7 Vision Platform roadmap, Phase 1-5, innovative features

Quick Links

Resource URL
IRIS Management Portal iris.brainsait.org
Login _SYSTEM / sys
GitHub Repository github.com/Fadil369/brainsait-linc-fhir
API Health http://localhost:58080/health
API Routes http://localhost:58080/routes
Pulse Agents http://localhost:58080/linc/
Predictive Models http://localhost:58080/linc/predict-readmission?patientId=P001
Chat AI http://localhost:58080/hf/chat?q=hello
HF Models http://localhost:58080/hf/models
Security Health http://localhost:58080/security/health

System Status

Component Status
13/13 Containers ✅ all healthy — IRIS, PG, Redis, Tunnel, Grafana, Browser Agent, Coolify, Traefik, GitHub Runner
iris.brainsait.org 🌐 publicly accessible 24/7 via Cloudflare Tunnel
IRIS Health 2026.1 🏥 Community Edition, BRAINSAIT namespace (32 classes loaded)
API Gateway 🔗 28+ service routes on port 58080
Pulse Agents 🧠 19 agents (12 clinical + 5 predictive + chat + HF)
Predictive Models 📊 5: readmission, PA denial, ED utilization, drug interaction, no-show
Security Module 🛡️ Auth (Bearer + API Key), rate limiting (100/min), audit logging
HuggingFace Models 🤗 3 integrated: Meditron, LLaVA-Med, Medical QA
Databases 🗄️ PostgreSQL (structured), Redis (cache), IRIS (clinical)
Monitoring 📈 Grafana + Prometheus + auto-recovery + circuit breakers
CI/CD 🚀 10-job pipeline: lint → test → build → deploy → health-check
Test Pass Rate 67/67 — 100% (full ecosystem aggressive test)

Architecture at a Glance

Cloudflare Edge ──→ Tunnel ──→ IRIS (32 cls) + API Gateway + Supervisor + DBs
                                     │
                               ┌─────┴──────┐
                               │  28+ Routes │
                               ├─ HNH ───────┤
                               ├─ NPHIES ────┤
                               ├─ BASMA ─────┤
                               ├─ GIVC ──────┤
                               ├─ SBS ───────┤
                               ├─ Oracle ────┤
                               ├─ FHIR ──────┤
                               ├─ Pulse ─────┤ → 19 AI agents
                               ├─ HF ────────┤ → 3 models + chat
                               ├─ Security ──┤ → auth + rate limit
                               └─────────────┘

Login Credentials

System Username Password URL
IRIS Portal _SYSTEM sys iris.brainsait.org
Grafana admin brainsait2026 localhost:3000
API Gateway localhost:58080

See Also

  • Vision — Platform roadmap and innovation strategy
  • Pulse Agents — All 19 AI agents with endpoints and FHIR resources
  • Architecture — Full system design with 67-test results

Clone this wiki locally