deepread-medical
DeepRead Medical Records Processing
Extract structured data from medical records, lab reports, prescriptions, discharge summaries, and clinical documents. Then redact patient PII for HIPAA-compliant sharing, archiving, or LLM processing.
This skill instructs the agent to POST documents to
https://api.deepread.techand poll for results. No system files are modified.
What You Get Back
Submit a medical record and get structured JSON:
{
"patient_name": {"value": "Jane Smith", "hil_flag": false, "found_on_page": 1},
"date_of_birth": {"value": "1990-03-15", "hil_flag": false, "found_on_page": 1},
"mrn": {"value": "MRN-2026-004521", "hil_flag": false, "found_on_page": 1},
"visit_date": {"value": "2026-03-28", "hil_flag": false, "found_on_page": 1},
"provider": {"value": "Dr. Sarah Chen, MD", "hil_flag": false, "found_on_page": 1},
"diagnoses": {"value": [
{"code": "J06.9", "description": "Acute upper respiratory infection"},
More from deepread-tech/skills
api
Full DeepRead API reference. All endpoints, auth, request/response formats, blueprints, webhooks, error handling, and code examples.
9setup
Get started with DeepRead. Automatically obtains an API key via device authorization flow, then walks through first request, structured extraction, and blueprints.
8deepread-setup
Get started with DeepRead. Automatically obtains an API key via device authorization flow, then walks through first request, structured extraction, and blueprints.
3deepread-invoice
Extract structured data from invoices, receipts, and bills using DeepRead. Pre-built schemas for vendor, line items, totals, tax, due dates. 97%+ accuracy with human-in-the-loop flags. Free 2,000 pages/month.
3deepread-api
Full DeepRead API reference. All endpoints, auth, request/response formats, blueprints, webhooks, error handling, and code examples.
3deepread-byok
Bring Your Own Key to DeepRead. Connect your OpenAI, Google, or OpenRouter API key — all document processing routes through YOUR account at zero DeepRead LLM cost. Page quota skipped entirely. Same API, same endpoints, one toggle.
3