Skip to content
Fadil369 edited this page Jun 8, 2026 · 2 revisions

🧠 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
3 Pulse-Agents 14 Pulse AI agents + chat + HF models
4 Service-Reference API Gateway, Supervisor, Dashboard, Webhook, Metrics
5 Operations Start/stop, monitoring, troubleshooting, backup
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/
Chat AI http://localhost:58080/hf/chat?q=hello
HF Models http://localhost:58080/hf/models

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
API Gateway 🔗 23 service routes on port 58080
Pulse Agents 🧠 14 agents (12 clinical + chat + HF model bridge)
HuggingFace Models 🤗 3 integrated: Meditron, LLaVA-Med, Medical QA
Databases 🗄️ PostgreSQL (structured), Redis (cache), IRIS (clinical)
Monitoring 📈 Grafana + Prometheus + auto-recovery
CI/CD 🚀 9-job pipeline: lint → test → build → deploy → health-check

Architecture at a Glance

Cloudflare Edge ──→ Tunnel ──→ IRIS + API Gateway + Supervisor + DBs
                                    │
                              ┌─────┴──────┐
                              │  23 Routes  │
                              ├─ HNH ───────┤
                              ├─ NPHIES ────┤
                              ├─ BASMA ─────┤
                              ├─ GIVC ──────┤
                              ├─ SBS ───────┤
                              ├─ Oracle ────┤
                              ├─ FHIR ──────┤
                              ├─ Pulse ─────┤ → 14 AI agents
                              ├─ HF ────────┤ → 3 models + chat
                              └─────────────┘

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 14 AI agents with endpoints and FHIR resources

Clone this wiki locally