getBreachResponseChecklist
Generate a HIPAA-compliant breach response checklist to manage security incidents and protect patient health information according to regulatory requirements.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | Yes |
Input Schema (JSON Schema)
{
"properties": {
"schema": {
"additionalProperties": false,
"properties": {},
"type": "object"
}
},
"required": [
"schema"
],
"type": "object"
}