You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/security-and-privacy/hipaa.mdx
+59-12Lines changed: 59 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ At Vapi, we are committed to delivering exceptional voice assistant services whi
11
11
12
12
## Understanding HIPAA Compliance Basics
13
13
14
-
The Health Insurance Portability and Accountability Act (HIPAA) is a United States legislation that provides data privacy and security provisions for safeguarding medical information. HIPAA compliance is crucial for any entity that deals with protected health information (PHI), ensuring that sensitive patient data is handled, stored, and transmitted with the highest standards of security and confidentiality. The key concepts of HIPAA compliance include the Privacy Rule, which protects the privacy of individually identifiable health information; the Security Rule, which sets standards for the security of electronic protected health information (e-PHI); and the Breach Notification Rule, which requires covered entities to notify individuals, HHS, and in some cases, the media of a breach of unsecured PHI. Compliance with these rules is not just about adhering to legal requirements but also about building trust with your customers by demonstrating your commitment to protecting their sensitive data. By enabling the `hipaaEnabled` configuration in Vapi’s voice assistant platform, you are taking a significant step towards aligning your operations with these HIPAA principles, ensuring that your use of technology adheres to these critical privacy and security standards.
14
+
The Health Insurance Portability and Accountability Act (HIPAA) is a United States legislation that provides data privacy and security provisions for safeguarding medical information. HIPAA compliance is crucial for any entity that deals with protected health information (PHI), ensuring that sensitive patient data is handled, stored, and transmitted with the highest standards of security and confidentiality. The key concepts of HIPAA compliance include the Privacy Rule, which protects the privacy of individually identifiable health information; the Security Rule, which sets standards for the security of electronic protected health information (e-PHI); and the Breach Notification Rule, which requires covered entities to notify individuals, HHS, and in some cases, the media of a breach of unsecured PHI. Compliance with these rules is not just about adhering to legal requirements but also about building trust with your customers by demonstrating your commitment to protecting their sensitive data. By enabling the `hipaaEnabled` configuration in Vapi's voice assistant platform, you are taking a significant step towards aligning your operations with these HIPAA principles, ensuring that your use of technology adheres to these critical privacy and security standards.
15
15
16
16
## Understanding Default Settings
17
17
@@ -35,17 +35,64 @@ To enable HIPAA compliance, set hipaaEnabled to true within your assistant's con
35
35
36
36
Note: The default value for hipaaEnabled is false. Activating this setting is a proactive measure to align with HIPAA standards, requiring manual configuration adjustment.
37
37
38
-
## FAQs
39
-
40
-
**Q: Will enabling HIPAA compliance affect the quality of Vapi’s service?**
41
-
A: Enabling HIPAA compliance does not degrade the quality of the voice assistant services. However, it limits access to certain features, such as reviewing call logs or transcriptions, that some users may find valuable for quality improvement purposes.
42
-
43
-
**Q: Who should use the HIPAA compliance feature?**
44
-
A: This feature is particularly useful for businesses and organizations in the healthcare sector or any entity that handles sensitive health information and must comply with HIPAA regulations.
45
-
46
-
**Q: Can I switch between default and HIPAA-compliant settings?**
47
-
A: Yes, users can toggle the hipaaEnabled setting as needed. However, we recommend carefully considering the implications of each option on your data privacy and compliance requirements.
38
+
# FAQs
39
+
40
+
<AccordionGroup>
41
+
<Accordiontitle="Will enabling HIPAA compliance affect the quality of Vapi's service?">
42
+
Enabling HIPAA compliance does not degrade the quality of the voice assistant services. However, it limits access to certain features, such as reviewing call logs or transcriptions, that some users may find valuable for quality improvement purposes.
43
+
</Accordion>
44
+
<Accordiontitle="Who should use the HIPAA compliance feature?">
45
+
This feature is particularly useful for businesses and organizations in the healthcare sector or any entity that handles sensitive health information and must comply with HIPAA regulations.
46
+
</Accordion>
47
+
<Accordiontitle="Can I switch between default and HIPAA-compliant settings?">
48
+
Yes, users can toggle the `hipaaEnabled` setting as needed. However, we recommend carefully considering the implications of each option on your data privacy and compliance requirements.
49
+
</Accordion>
50
+
</AccordionGroup>
51
+
52
+
## Where can PHI be used with Vapi?
53
+
54
+
<AccordionGroup>
55
+
<Accordiontitle="Which endpoints can contain Protected Health Information (PHI)?">
56
+
When using Vapi with PHI, you may only pass PHI through the `/call` endpoint. All other endpoints in the API Reference should not contain PHI. For example, you should not put PHI in an `/assistant` prompt or in a `/phone-number` label. The restriction applies to all configuration endpoints where data would be stored on Vapi's platform.
57
+
</Accordion>
58
+
<Accordiontitle="Are there specific HIPAA-safe endpoints I should use?">
59
+
No, there are no designated "HIPAA-safe endpoints." Instead, when `hipaaEnabled` is turned on, Vapi will only use HIPAA-compliant services (such as Azure OpenAI) for processing PHI through the pipeline. The voice pipeline (STT → LLM → TTS) can process PHI when properly configured, but Vapi does not store this data.
60
+
</Accordion>
61
+
</AccordionGroup>
62
+
63
+
## HIPAA Compliance Configuration
64
+
65
+
<AccordionGroup>
66
+
<Accordiontitle="How do I enable HIPAA compliance with Vapi?">
67
+
Enable `hipaaEnabled` at the organization level. This ensures that all appropriate compliance measures are in place across your Vapi implementation. You can also toggle HIPAA-compliance at the assistant-level by setting `Assistant.compliancePlan.hipaaEnabled=true` in your configuration.
68
+
</Accordion>
69
+
<Accordiontitle="If I bring my own HIPAA-compliant provider keys, does that make everything compliant?">
70
+
No. Even when using your own HIPAA-compliant provider keys, it remains your responsibility not to store PHI via Vapi's endpoints. The model keys are a separate concern from the storage of PHI on Vapi's platform. You must both use HIPAA-compliant keys AND ensure you're not storing PHI on Vapi.
71
+
</Accordion>
72
+
</AccordionGroup>
73
+
74
+
## Best Practices
75
+
76
+
<AccordionGroup>
77
+
<Accordiontitle="What are best practices for ensuring HIPAA compliance with Vapi?">
78
+
- Enable `hipaaEnabled` at the organization level
79
+
- Ensure that PHI only passes through the call pipeline and is not stored in configuration
80
+
- Use HIPAA-compliant enterprise accounts with all third-party providers (STT, LLM, TTS)
81
+
- Be mindful of test/demo assistants where compliance might be turned off for testing purposes - never use these with real PHI
82
+
- Remember that with HIPAA compliance enabled, Vapi won't store logs, recordings, or transcriptions
83
+
</Accordion>
84
+
<Accordiontitle="Can I have both HIPAA-compliant and non-HIPAA-compliant assistants?">
85
+
Yes, but be extremely careful. If you have test or demo assistants where HIPAA compliance is turned off for testing purposes, ensure you never intermingle these with real PHI. It's safest to enable HIPAA compliance at the organization level to avoid accidental misconfigurations.
86
+
</Accordion>
87
+
<Accordiontitle="What is my responsibility under the BAA with Vapi?">
88
+
Under the Business Associate Agreement (BAA), you agree:
89
+
1. Not to introduce PHI onto Vapi's platform through its API or dashboard except as permitted
90
+
2. To use HIPAA-compliant accounts with external providers when providing keys
91
+
3. Not to use underlying providers through Vapi without having HIPAA-compliant enterprise accounts with those providers
92
+
4. To use the platform in accordance with all BAA requirements
93
+
</Accordion>
94
+
</AccordionGroup>
48
95
49
96
## Need Further Assistance?
50
97
51
-
If you have more questions about privacy, HIPAA compliance, or how to configure your Vapi assistant, our support team is here to help. Contact us at security@vapi.ai for personalized assistance and more information on how to make the most of Vapi’s voice assistant platform while ensuring your data remains protected.
98
+
If you have more questions about privacy, HIPAA compliance, or how to configure your Vapi assistant, our support team is here to help. Contact us at security@vapi.ai for personalized assistance and more information on how to make the most of Vapi's voice assistant platform while ensuring your data remains protected.
0 commit comments