How we picked
HIPAA compliance in a helpdesk comes down to one gating question and then a set of controls. The gating question is whether the vendor will sign a Business Associate Agreement, because if PHI will touch their systems and they won't sign, no amount of encryption makes the deployment lawful. That question eliminates most of the helpdesk market immediately, and it eliminates specific plan tiers within the vendors that remain — several will sign only on enterprise SKUs or with a paid compliance add-on.
Given that, the list splits into two strategies. The first is contractual: buy from a vendor who signs, accepts the responsibility, and gives you the encryption, access control, and audit tooling to hold up your end. Salesforce Service Cloud and Zendesk are the credible options there, both with mature compliance programs and both requiring you to buy up-tier. The second strategy is architectural: self-host, and never create a business associate relationship at all. Deskpro, Jitbit, SupportPal, and Zammad all run on your own infrastructure, which for a small practice or a clinic with existing IT is often the shorter path — no vendor security review, no contract negotiation, and PHI that stays inside a perimeter you already defend.
Beyond the BAA, we weighted the controls that matter for the way support tickets actually carry PHI. It rarely arrives as a structured field. It arrives as a screenshot of a chart pasted into a reply, a lab result attached by a patient, an insurance card photographed on a phone. So attachment handling, role-based access, view-level audit logging, and retention that actually deletes were worth more in our scoring than any feature on a compliance marketing page.
What to prioritize
- A signed BAA tied to your exact plan. Ask sales in writing, referencing the SKU. "We're HIPAA compliant" on a website is not a BAA and does not create one.
- Attachment security specifically. PHI concentrates in screenshots and uploads. Require encryption at rest, role-restricted download, and confirmation that retention and erasure reach attachment storage.
- View-level audit logging, not just change logging. The Security Rule cares about who accessed ePHI. Verify read events are recorded with user, timestamp, and source, and that logs are exportable and tamper-evident.
- Minimum-necessary access enforced by role. Agents should see the tickets their role requires and no more. Field-level and queue-level restrictions are how you implement the minimum necessary standard in practice.
- A secure portal instead of PHI-over-email. Design so email carries a notification and the clinical detail lives behind authentication. This removes the largest single source of accidental disclosure.
- Retention that hard-deletes on schedule. State retention requirements vary and often exceed HIPAA's six-year documentation rule. Configure explicitly rather than defaulting to keeping tickets forever, which maximises breach exposure for no benefit.