getGeneralDataSecurityChecklist
Generate a comprehensive data security checklist to help healthcare applications meet HIPAA compliance requirements for protecting patient health information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | Yes |
Input Schema (JSON Schema)
{
"properties": {
"schema": {
"additionalProperties": false,
"properties": {},
"type": "object"
}
},
"required": [
"schema"
],
"type": "object"
}