- product-portfolio
- ecosystem-catalog
- deep-dives
- vertical
Healthcare, Clinics, Wellness & Life Sciences - Analysis¶
Planning-layer analysis for category 17. It groups the 50 candidate services into capabilities, recommends what becomes a standalone service versus a module, and captures domain, interface, and non-functional notes. For the plain item list see the browse page.
Scope & Bounded Context¶
- Primary bounded context: Healthcare
- Group: vertical
- Default wave / cycle: Phase 4 · Cycle 4: AI Interaction & Verticals
- Items: 50 candidates
This category is anchored to the ConnectSoft DDD baseline in the SaaS framework DDD blueprint and the service classification model.
Classification Breakdown¶
| Classification | Count |
|---|---|
| AI Agent | 2 |
| Module-in-service | 42 |
| Platform Product | 2 |
| Portal/UI Module | 4 |
Anti-fragmentation stance
Per ADR-0011, the 42 module candidates below are delivered inside the Healthcare bounded-context service, not as separate microservices. Only the 2 platform/service candidates justify an independent runtime.
Standalone Service / Platform Candidates¶
| ID | Service | Tier | Status |
|---|---|---|---|
| CS-SVC-0801 | Patient Management Platform | 3 | Planned |
| CS-SVC-0841 | Telehealth Platform | 3 | Planned |
AI Agent Candidates¶
- AI Medical Scribe (
CS-SVC-0849) - runs on the shared AI Orchestration runtime. - AI Patient Triage Assistant (
CS-SVC-0850) - runs on the shared AI Orchestration runtime.
Portal / UI Modules¶
- Patient Portal (
CS-SVC-0802) - Provider Portal (
CS-SVC-0803) - Clinic Admin Portal (
CS-SVC-0804) - Patient Payment Portal (
CS-SVC-0840)
Domain, Interfaces & Data Ownership¶
- Aggregates are owned by the Healthcare context; cross-context reads go through published contracts, never shared databases.
- Integration is event-first (outbox + integration events) per the event-driven mindset.
- APIs are contract-first and versioned through the API & Integration context.
Non-Functional Posture¶
- Multi-tenancy & edition-awareness: required for all serious candidates.
- Security: High baseline; secrets via the platform secret store; least privilege.
- Compliance: critical - audit + evidence by default.
- Observability: OpenTelemetry traces, metrics, and structured logs.
MVP vs Future¶
- MVP (Tier 0-1): Prior Authorization Service, Medical Billing Service, HIPAA Audit Service
- Future (Tier 4-5): none
Open Questions¶
- Which module candidates, if any, develop independent scaling or ownership needs that would justify promotion to a standalone service?
- Where do this category's contracts overlap with adjacent contexts, and who owns them?