Security & architecture · what’s true today
Everything on this page is current state, not roadmap.
Where something isn’t done, it says so and names the remaining step. Your security review can read this page before anyone signs anything — and hold us to it afterwards.
dave@priorauthcopilot.com
Your instance is entirely separate
Its own database, its own application instance, its own infrastructure. No shared infrastructure, and no path by which data could comingle across customers.
The AI-vendor boundary
Chart data never goes to an AI vendor
No AI vendor call happens from inside an open patient case, today. The AI-assisted routes that exist are admin/setup-time only and touch public payer-policy text — never chart or case data — and are screened against patient-identifying fields regardless.
PHI encryption at rest
Every patient-identifying field — labels, outcome notes, payer notes, intake answers, uploaded contracts — is encrypted with AES-256-GCM using a fresh random key per write, layered on top of cloud-disk encryption.
Application-level · verifiable per fieldAccess control
Individual, auditable credentials over session-based, CSRF-protected connections. Role-based access separates reviewer from administrator, and repeated failed sign-ins lock an account automatically.
No shared loginsAudit logging
Every chart access, document generation and case action is written to a durable audit trail — available to your own security and compliance teams, not only to us.
Yours to readData retention
Records persist according to your retention policy — we never unilaterally purge data your compliance program needs. One exception: self-attested intake answers auto-expire after 180 days.
Your policy, not oursEpic integration
A standards-based SMART-on-FHIR OAuth2 connection to your existing Epic instance, built on the official SMART Health IT client library rather than a homegrown integration. Read-only: no changes to your Epic build, configuration or change-control process.
Read-only