| Segment | Market size (2030) | Oction target | Notes |
|---|---|---|---|
| Clinical documentation AI | $890M | $180M (SAM) | Highest pain, fastest time-to-value |
| Hospital operations AI | $1.4B | $240M (SAM) | Bed management, scheduling, capacity |
| Protocol and formulary search | $340M | $80M (SAM) | High retrieval accuracy requirement |
| Compliant health data licensing | $1.7B | $120M (Year 4) | De-identified data from deployed systems |
| Competitor | Their model | Why they fail compliance |
|---|---|---|
| Epic / Microsoft Copilot | Cloud-hosted, US data centre | PHI leaves facility to Azure. PIPEDA breach without consent orders. |
| Nuance / Dragon Medical | Cloud transcription + Azure | Audio and transcripts processed externally. No audit trail for AI decisions. |
| Google Health / DeepMind | Cloud AI, research partnerships | Cannot sign Canadian data-residency agreements for clinical use. |
| Boutique health AI startups | Cloud SaaS, series A funded | No compliance documentation, no in-environment architecture, no procurement pathway. |
| Oction Labs | Runs inside your environment, zero egress | Full audit trail. NIST 800-53. PIPEDA. De-identified data licensing layer. |
| Layer | Component | Role in healthcare deployment |
|---|---|---|
| Inference | Client infrastructure or Oction secure nodes | All model inference stays inside facility network - no external API calls |
| Memory | Qdrant vector store + Redis cache | Knowledge retrieval and session memory. No cloud sync. |
| Agent mesh | LangGraph + LangChain + Memory API v3 | 12-agent autonomous system. Each agent has scoped access. |
| LLM routing | LiteLLM proxy (local port 4000) | Normalises model APIs. Forces local routing. No external calls. |
| Security | NIST 800-53 controls + audit log | Immutable event log. Exported to existing SIEM or EHR audit. |
| Indexing | RAG / CAG / KAG triple-layer retrieval | Clinical guidelines, formularies, and protocols. Hybrid search. |