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/assistants/structured-outputs.mdx
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -756,9 +756,21 @@ if (data.result === null) {
756
756
### Partial extraction
757
757
758
758
- Make fields optional if they might not be mentioned
759
-
- Check if schema complexity exceeds limits
760
759
- Verify data types match expected values
761
760
761
+
## HIPAA compliance
762
+
763
+
<Warning>
764
+
**Important for HIPAA-enabled organizations:**
765
+
766
+
If your organization has HIPAA compliance enabled (`hipaaEnabled:true`), structured outputs are **disabled by default** to protect PHI (Protected Health Information).
767
+
768
+
To use structured outputs with HIPAA compliance:
769
+
- Contact the Vapi team to enable structured outputs
770
+
- Ensure you understand the implications for PHI handling
771
+
- Follow all HIPAA compliance best practices when extracting sensitive health data
0 commit comments