1. System Architecture Flowchart
graph LR
A[Continuous Data
Wearables & Labs] -->|Ingestion| B(Aura AI Hub)
B --> C{Kill Criteria
Verification}
C -->|Pass: Grounded| D[Clinical Synthesis
Knowledge Graph]
C -->|Fail: Ungrounded / Crisis| E[Hard Fallback
Emergency Stop]
D --> F[Provider Brief
Actionable UI]
F --> G((Human Provider
Decision))
G --> H[Patient Action Plan]
style A fill:#1a202c,stroke:#4fd1c5,stroke-width:2px,color:#fff
style B fill:#2d3748,stroke:#4fd1c5,stroke-width:2px,color:#fff
style C fill:#742a2a,stroke:#fc8181,stroke-width:2px,color:#fff
style D fill:#2b6cb0,stroke:#63b3ed,stroke-width:2px,color:#fff
style E fill:#e53e3e,stroke:#fff,stroke-width:2px,color:#fff
style F fill:#2c7a7b,stroke:#4fd1c5,stroke-width:2px,color:#fff
style G fill:#d69e2e,stroke:#f6e05e,stroke-width:2px,color:#000
style H fill:#38a169,stroke:#68d391,stroke-width:2px,color:#fff