Docs / AI and PHI data flow
IMPLEMENTED DOCUMENTED — PROVIDER APPROVAL REQUIRED
⏱️ 2 min read · 249 words
AI and PHI data flow
The current AI provider abstraction is backed by Anthropic when configured.
The runtime:
- resolves a scoped security context;
- resolves an enabled AI capability;
- enforces capability limits;
- requires minimum-necessary context;
- creates an authorization/context manifest;
- calls the configured provider;
- validates the output;
- records only control metadata and hashes in the context manifest.
Known patient names are redacted in certain existing appeal-drafting paths before provider access.
Important boundary
Redaction is not de-identification.
The repository does not establish provider BAA status, retention terms, or external telemetry behavior. Those are contractual/deployment prerequisites.