request-my-ehi

An AI skill that helps patients request their complete Electronic Health Information export from any healthcare provider.

Quick Start

This skill identifies your provider's EHR system, finds the right authorization form, fills it out with your details and signature, and generates a vendor-specific appendix explaining the legal basis for your request and how it can be satisfied based on the vendor's published documentation. The result is a ready-to-submit PDF package.

Please use https://request-my-ehi.joshuamandel.com/skill.zip to help me fax an EHI Export request to my provider. Read the SKILL.md in full.

Click anywhere to copy

See setup instructions ↓

What is EHI Export?

Every certified EHR system in the US has been required to support single-patient EHI Export since December 31, 2023. This feature produces a bulk export of all structured data in your patient record -- far more complete than a CCDA, patient portal download, or standard records release.

Most patients don't know it exists. This skill changes that.

How It Works

  1. Understand your situation and explain EHI Export
  2. Identify your provider's EHR system
  3. Collect your details (or extract from an uploaded file)
  4. Find the provider's authorization form
  5. Find fax/mailing address for submission
  6. Fill out the form programmatically
  7. Capture your signature
  8. Generate a vendor-specific appendix and merge into a ready-to-submit PDF
  9. Submit via fax or guide you through mailing

Supported Vendors

The skill includes a database of 70+ certified EHR vendors with detailed export information -- product names, export formats, documentation URLs, and quality grades. Vendors include Epic, athenahealth, Cerner/Oracle Health, NextGen, eClinicalWorks, Veradigm, Elation, DrChrono, and many more.

Data sourced from the EHI Export Analysis project.

Setup

Claude.ai

  1. Open Claude.ai Settings → Capabilities
  2. Enable Code execution and file creation
  3. Enable Allow network egress
  4. For Domain allowlist, either choose All domains, or add request-my-ehi.joshuamandel.com under Additional allowed domains
  5. Paste the prompt above into a new chat!

Other AI Agents

This skill works with any AI agent that has:

  1. Network access — to fetch the skill, call signature/fax APIs, and search for provider info
  2. Shell access — to run scripts, install tools (Node.js/Bun, pdf-lib), and execute PDF operations

Examples: Claude Code CLI, OpenAI Codex, or Claude Cowork.

For Developers

View the source, contribute, or install locally: