Healthcare websites and patient portals present unique accessibility challenges because barriers directly impact people's ability to access medical care. When a patient cannot navigate a telehealth platform, read their lab results, or schedule an appointment online, the consequences extend far beyond inconvenience—they affect health outcomes. The Department of Justice finalized its rule under ADA Title II in April 2024, explicitly requiring state and local government healthcare entities to meet WCAG 2.1 AA standards. Private healthcare providers face increasing litigation under ADA Title III, and the European Accessibility Act extends obligations to digital health services in the EU. HIPAA's requirements for electronic communications add another compliance layer. Healthcare organizations must also consider that their patient population skews older and has a higher prevalence of disability than the general population, making accessibility not just a legal requirement but a core component of patient care quality. This guide addresses the specific legal landscape, the most critical accessibility failures found in healthcare websites, and actionable steps to achieve compliance.

Legal Requirements

Key Accessibility Issues in Healthcare

Inaccessible Patient Portal Login and Authentication

Patient portals often use CAPTCHA, multi-factor authentication flows, or custom login widgets that screen readers cannot operate. Patients with disabilities are locked out of their own health records.

How to fix:

Provide accessible CAPTCHA alternatives (audio CAPTCHA, logic puzzles). Ensure MFA flows announce instructions clearly, support keyboard navigation, and provide adequate time. Test login flows with NVDA, JAWS, and VoiceOver.

PDF Lab Results and Medical Documents

Lab results, visit summaries, and medical records are frequently provided as scanned image PDFs without text layers or proper tagging. Screen readers cannot read them at all.

How to fix:

Generate tagged, text-based PDFs with proper heading structure, reading order, and language tags. For existing scanned documents, apply OCR and manual tagging. Provide HTML alternatives where possible.

Appointment Scheduling Widgets

Custom date pickers and time-slot selectors are among the most common accessibility failures in healthcare sites. They often lack keyboard support, have no ARIA labels, and trap focus.

How to fix:

Use accessible date picker patterns (e.g., the WAI-ARIA APG date picker). Allow manual date entry via text input as an alternative. Label all form fields, and ensure the scheduling flow is fully keyboard-operable.

Telehealth Video Platform Barriers

Telehealth platforms may lack captions for video calls, have inaccessible controls (mute, camera, screen share), or fail to work with screen readers. Deaf and hard-of-hearing patients cannot participate in video visits.

How to fix:

Integrate real-time captioning (ASR or CART services). Ensure all video controls have accessible names and keyboard shortcuts. Test the full patient experience—from joining link to post-visit summary—with assistive technology.

Complex Medical Forms Without Proper Labeling

Patient intake forms, consent forms, and health questionnaires often use placeholder text instead of labels, lack fieldset/legend grouping for related questions, and provide no error guidance.

How to fix:

Use visible <label> elements associated with every input. Group related fields with <fieldset> and <legend>. Provide clear, specific error messages that explain what needs to be corrected and move focus to the first error.

Compliance Checklist

  • Patient portal login and authentication are fully operable with keyboard and screen readers
  • All PDF documents (lab results, medical records, consent forms) are tagged and text-based, not scanned images
  • Appointment scheduling can be completed without a mouse, including date and time selection
  • Telehealth platform provides real-time captions and all controls are keyboard-accessible
  • Medical forms use proper labels, fieldset grouping, and accessible error handling
  • Color is never the sole means of conveying critical medical information (e.g., normal vs. abnormal results)
  • All pages have a logical heading hierarchy that supports screen reader navigation
  • Session timeouts provide warnings and allow users to extend their session (critical for users who need more time)
  • An accessibility statement is published with a clear process for patients to request accommodations
  • Third-party integrations (payment processors, pharmacy portals) meet WCAG 2.1 AA standards

Further Reading

Other Industry Guides