> For the complete documentation index, see [llms.txt](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/safe-super-intelligence-security/handling-phi.md).

# Handling PHI

This framework covers five key areas: obtaining explicit consent and collecting only minimum necessary data, implementing role-based access controls with multi-factor authentication, securely storing and segregating PHI in cloud environments, monitoring for anomalies with incident response procedures, and establishing clear retention and disposal policies. These measures work together to ensure PHI is handled securely throughout its entire lifecycle while maintaining regulatory compliance.

<figure><img src="/files/SL49tHvlpwvQKlVMdytC" alt=""><figcaption></figcaption></figure>

#### Data Collection & Consent

* Explicit consent mechanisms integrated into client workflows.
* Transparent privacy policies clearly communicating data use.
* Only minimum necessary PHI collected per HIPAA regulations

#### Data Access Management

* Role-based access control (RBAC) limiting PHI access strictly to necessary personnel.
* Mandatory Multi-Factor Authentication (MFA) for all accounts with PHI access.
* Regular audits of access logs and reviews of privileges, ensuring minimum necessary access.

#### PHI Storage & Segregation

* Logical separation of PHI in cloud storage environments to isolate sensitive data from general workloads.
* Robust tagging and classification of PHI for easy auditing, retrieval, and management.

#### Monitoring & Incident Response

* Real-time monitoring with automated alerts specific to PHI handling anomalies.
* Defined and documented PHI-specific incident response plan compliant with HIPAA breach notification rule.
* Regular vulnerability scanning and penetration tests specifically targeting PHI repositories.

#### PHI Disposal & Retention Policies

* Clearly defined PHI retention policies in compliance with HIPAA requirements.
* Secure and documented procedures for PHI disposal including permanent deletion and secure destruction.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sully.gitbook.io/sully.ai-docs/FEM1tMOJsSSszbLOgKLA/safe-super-intelligence-security/handling-phi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
