Appearance
HIPAA Compliance at LLM Bastion
LLM Bastion provides technical safeguards to assist organizations in meeting their HIPAA (Health Insurance Portability and Accountability Act) obligations when using Large Language Models.
Technical Safeguards
- Access Control: Unique user identification and emergency access procedures are enforced via API Key management and RBAC (Role-Based Access Control).
- Audit Controls: All PHI (Protected Health Information) detection events are logged in an immutable, time-partitioned secured audit trail.
- Integrity: Data in transit is protected via TLS 1.3, and data at rest (redacted findings) is encrypted using AES-256-GCM.
- Transmission Security: LLM Bastion acts as a secure proxy, ensuring no PHI is transmitted to unauthorized LLM providers.
The 18 HIPAA Identifiers
We automatically detect and redact the following 18 identifiers:
- Names
- All geographic subdivisions smaller than a state
- All elements of dates (except year) for dates directly related to an individual
- Telephone numbers
- Fax numbers
- Email addresses
- Social security numbers
- Medical record numbers
- Health plan beneficiary numbers
- Account numbers
- Certificate/license numbers
- Vehicle identifiers and serial numbers (VIN)
- Device identifiers and serial numbers
- Web Universal Resource Locators (URLs)
- Internet Protocol (IP) address numbers
- Biometric identifiers
- Full face photographic images and any comparable images
- Any other unique identifying number, characteristic, or code
Implementation Details
HIPAA rules are implemented via the RegexDetector and can be enabled per-account in the Compliance Settings dashboard.
