patient-consent-simplifier
Simplify informed consent documents into patient-friendly language while maintaining regulatory compliance (FDA 21CFR50, ICH-GCP, HIPAA) and required legal elements.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aipoch-ai/patient-consent-simplifierPatient Consent Simplifier
Transform complex informed consent documents into patient-friendly language while maintaining regulatory compliance and ethical standards.
Quick Check
python -m py_compile scripts/main.py
python scripts/main.py --help
python scripts/main.py --text "Audit validation sample with explicit methods, findings, and conclusion."
When to Use
- Use this skill when simplifying informed consent documents for clinical trials or medical procedures.
- Use this skill when adapting research summaries for lay audiences or patients with limited health literacy.
- Do not use this skill to remove required legal elements, downplay significant risks, or produce documents that bypass regulatory review.
Workflow
- Sensitive Data Check: Before processing, check whether the input document contains patient identifiers (name, DOB, MRN, address). If found, emit a mandatory warning: "This document appears to contain patient PII/PHI. Ensure the document has been de-identified or that you have authorization to process it before proceeding."
- Confirm the input document, target reading level, and whether legal elements must be preserved.
- Validate that the request is for consent simplification, not legal drafting or regulatory submission.
- Apply simplification rules: break long sentences, replace jargon, use active voice, maintain required elements.
- Assess readability and check compliance against required elements checklist.
- Return the simplified document with a readability report and compliance status.
- If inputs are incomplete, state which fields are missing and request only the minimum additional information.
Usage
# Simplify from text
python scripts/main.py --text "Lumbar puncture will be performed under sterile conditions..."
# Simplify from file
python scripts/main.py --input consent_form.pdf --output simplified_consent.pdf --target-grade 8
# Check compliance only
python scripts/main.py --input document.pdf --check compliance
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
--input | file path | No | Input consent document (PDF or text) |
--text | string | No | Inline consent text to simplify |
--output | file path | No | Output file path |
--target-grade | integer | No | Target reading grade level (default: 8) |
Target Reading Levels
- General population: 8th grade
- Vulnerable populations: 6th grade
- Health literacy challenges: 4th–5th grade
Required Consent Elements (must be preserved)
Purpose of research · Procedures · Risks and discomforts · Benefits · Alternatives · Confidentiality · Compensation · Contact information · Voluntary participation
Simplification Rules
- Break sentences longer than 20 words
- Replace medical jargon with common terms
- Use active voice and second person ("you")
- Add visual aid placeholders where appropriate
- Never remove required legal elements
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aipoch-ai-patient-consent-simplifier": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
mechanism-flowchart
Generates Mermaid flowchart code and visual diagrams for pathophysiological.
reference-style-sync
One-click synchronization and standardization of reference formats in literature management tools, intelligently fixing metadata errors.
clinical-data-cleaner
Use when cleaning clinical trial data, preparing data for FDA/EMA submission, standardizing SDTM datasets, handling missing values in clinical studies, detecting outliers in lab results, or converting raw CRF data to CDISC format. Cleans and standardizes clinical trial data for regulatory compliance with audit trails.
metagenomic-krona-chart
Analyze data with `metagenomic-krona-chart` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
anatomy-quiz-master
Generate interactive anatomy quizzes for medical education with multiple question types, difficulty levels, and anatomical regions. Supports gross anatomy, neuroanatomy, and clinical correlations for self-assessment and exam preparation.