Patient Communication Simplifier
Overview
This skill transforms complex medical communications (clinical notes, consent forms, discharge instructions, benefit explanations, care plans) into plain-language content accessible to patients at varying health literacy levels. It applies validated readability assessment instruments (Flesch-Kincaid, SMOG, Fry Readability Graph) and suitability evaluation tools (Suitability Assessment of Materials, SAM) to ensure output meets national health literacy standards. The CDC recommends patient materials target a 6th-8th grade reading level; nearly 36% of U.S. adults have basic or below-basic health literacy (NAAL).
When to Use
- Converting clinical documentation into patient-facing after-visit summaries
- Simplifying consent forms, advance directives, or financial agreements
- Rewriting patient education materials for lower literacy audiences
- Preparing content for patient portals that must meet Meaningful Use plain-language requirements
- Adapting communications for specific populations (elderly, pediatric caregivers, LEP post-translation)
- Responding to CMS or Joint Commission findings on patient communication adequacy
Required Inputs
| Input |
Description |
Format |
source_content |
Original clinical or administrative text to simplify |
String |
content_type |
Category: discharge_instructions, consent_form, care_plan, education_material, correspondence |
String |
target_reading_level |
Desired grade level (default: 6th grade) |
Number |
patient_context |
Target audience characteristics (age range, condition, cultural considerations) |
JSON object |
clinical_accuracy_reviewer |
Identifier for clinical SME who will validate accuracy |
String |
output_format |
Desired format: plain_text, html, structured_json |
String |
Methodology
Step 1: Source Content Analysis
- Compute baseline readability metrics on the source document:
- Flesch-Kincaid Grade Level: 0.39 x (total words/total sentences) + 11.8 x (total syllables/total words) - 15.59
- SMOG Index: 3 + sqrt(polysyllable count x 30/total sentences)
- Flesch Reading Ease: 206.835 - 1.015 x (words/sentences) - 84.6 x (syllables/words), target 60 or above
- Identify clinical jargon, abbreviations, acronyms, and complex sentence structures
- Flag sentences exceeding 20 words (recommended maximum for patient materials)
- Catalogue multi-syllabic medical terms requiring simplification or definition
Step 2: Terminology Simplification
- Replace medical jargon with plain-language equivalents using validated substitution lists:
- "hypertension" becomes "high blood pressure"
- "myocardial infarction" becomes "heart attack"
- "bilateral" becomes "on both sides"
- "contraindicated" becomes "should not be used"
- "prophylaxis" becomes "prevention"
- "etiology" becomes "cause"
- "benign" becomes "not cancer" or "not harmful"
- "prognosis" becomes "what we expect to happen"
- When a medical term must be retained (medication names, diagnosis for insurance), introduce it with its plain-language equivalent: "metformin (your diabetes medicine)"
- Preserve clinical precision: simplification must not introduce ambiguity or inaccuracy
Step 3: Structural Simplification
- Apply plain-language writing principles (per PlainLanguage.gov and NIH Clear Communication):
- Use active voice ("Take your medicine at 8 AM" not "Medicine should be taken at 8 AM")
- Use second person ("you/your") to address the patient directly
- Limit sentences to 15-20 words maximum
- One idea per sentence, one topic per paragraph
- Use headers and bullet points to organize information
- Lead with the most important information (inverted pyramid)
- Use concrete numbers instead of vague terms ("every 4 hours" not "frequently")
- Apply chunking: group related instructions under clear action-oriented headers
- "What to Do at Home"
- "When to Call Your Doctor"
- "Your Medicines"
- "Your Next Appointment"
Step 4: Visual and Layout Optimization
- Recommend design elements that improve comprehension:
- White space: 1-inch margins minimum, 1.15 line spacing minimum
- Font: Sans-serif, 12pt minimum (14pt for elderly audiences)
- Contrast: Dark text on light background (WCAG AA minimum)
- Visuals: Simple illustrations or icons to reinforce key concepts
- Highlight critical safety information (warning signs, emergency instructions)
- Structure content for SAM evaluation targeting "superior" rating (70-100%)
Step 5: Readability Verification
- Recompute readability scores on simplified output:
- Flesch-Kincaid Grade Level at or below target (default: 6.0)
- SMOG Index at or below target + 1 grade level
- Flesch Reading Ease of 60 or above (70 or above preferred)
- Apply SAM assessment across six domains:
- Content (purpose, scope, summary)
- Literacy demand (reading level, vocabulary, context, sentence construction)
- Graphics (cover, type, relevance, captions)
- Layout and Typography (subheadings, cues, whitespace)
- Learning stimulation (interaction, modeling, motivation)
- Cultural appropriateness (match to audience experience and imagery)
- Score: Not Suitable (0-39%), Adequate (40-69%), Superior (70-100%)
Step 6: Teach-Back Verification Framework
- Generate 3-5 teach-back questions for each content section:
- "In your own words, what should you do if [symptom] happens?"
- "Can you show me how you would take your medicine based on these instructions?"
- "What is the most important thing to watch for after you go home?"
- Design questions to verify comprehension of critical safety information
- Include suggested scripts for staff administering teach-back
Output Specification
simplified_content:
original_metrics:
flesch_kincaid_grade: number
smog_index: number
flesch_reading_ease: number
word_count: number
avg_sentence_length: number
simplified_metrics:
flesch_kincaid_grade: number
smog_index: number
flesch_reading_ease: number
word_count: number
avg_sentence_length: number
sam_score_percent: number
sam_rating: string
content:
sections:
- heading: string
body: string
critical_safety: boolean
terminology_changes:
- original_term: string
simplified_term: string
context: string
teach_back_questions:
- section: string
question: string
expected_response_elements: array
design_recommendations:
font: string
font_size: string
layout_notes: array
clinical_review_status: string
Analysis Framework
Apply the CDC Clear Communication Index (CCI) as the primary evaluation framework:
- Main message: Is the main message obvious and stated early?
- Language: Are words common and sentences short?
- Information design: Is the layout clean with clear visual hierarchy?
- State of the science: Is the information accurate and evidence-based?
- Behavioral recommendations: Are actions specific and achievable?
- Numbers: Are numbers simple, necessary, and explained?
- Risk: Are risks and benefits presented clearly and without bias?
Target CCI score: 90 out of 100 or higher.
Examples
Example: Discharge Instructions for Heart Failure
- Original (Grade 12.4): "Patient is advised to adhere to a sodium-restricted diet of less than 2000mg daily, monitor daily weight fluctuations, and report any acute dyspnea, peripheral edema, or weight gain exceeding 3 pounds in 24 hours to the prescribing cardiologist."
- Simplified (Grade 5.8): "Eat less salt. Try to have less than 2,000 mg of salt each day. Weigh yourself every morning before eating. Call your heart doctor right away if: you gain more than 3 pounds in one day, your feet or legs swell up, or you have trouble breathing."
- FK Grade reduction: 12.4 to 5.8; Flesch Reading Ease: 34 to 72; SAM: Superior (82%)
Guidelines
- HIPAA Compliance: Simplified content must not introduce PHI not present in the source. If source contains PHI, maintain same access controls on output. De-identify any examples used for training or quality improvement.
- Clinical Accuracy: Every simplification must be reviewed by a clinical SME before patient distribution. Simplification must never sacrifice accuracy for readability.
- Cultural Sensitivity: Avoid idioms, metaphors, and culturally specific references that may not translate across populations. Use person-first language ("person with diabetes" not "diabetic").
- Regulatory Compliance: Meet Promoting Interoperability requirements for patient-accessible clinical information. Comply with ACA Section 1557 requirements for accessible communications.
- Accessibility: Ensure output is screen-reader compatible. Provide alt-text recommendations for any visual elements. Follow WCAG 2.1 AA standards.
Validation Checklist
1---2name: patient-communication-simplifier3description: Transform complex clinical and administrative healthcare communications into plain-language content calibrated to target health literacy levels using Flesch-Kincaid, SMOG, and SAM scoring with teach-back verification frameworks.4---56# Patient Communication Simplifier78## Overview910This skill transforms complex medical communications (clinical notes, consent forms, discharge instructions, benefit explanations, care plans) into plain-language content accessible to patients at varying health literacy levels. It applies validated readability assessment instruments (Flesch-Kincaid, SMOG, Fry Readability Graph) and suitability evaluation tools (Suitability Assessment of Materials, SAM) to ensure output meets national health literacy standards. The CDC recommends patient materials target a 6th-8th grade reading level; nearly 36% of U.S. adults have basic or below-basic health literacy (NAAL).1112## When to Use1314- Converting clinical documentation into patient-facing after-visit summaries15- Simplifying consent forms, advance directives, or financial agreements16- Rewriting patient education materials for lower literacy audiences17- Preparing content for patient portals that must meet Meaningful Use plain-language requirements18- Adapting communications for specific populations (elderly, pediatric caregivers, LEP post-translation)19- Responding to CMS or Joint Commission findings on patient communication adequacy2021## Required Inputs2223| Input | Description | Format |24|-------|-------------|--------|25| `source_content` | Original clinical or administrative text to simplify | String |26| `content_type` | Category: discharge_instructions, consent_form, care_plan, education_material, correspondence | String |27| `target_reading_level` | Desired grade level (default: 6th grade) | Number |28| `patient_context` | Target audience characteristics (age range, condition, cultural considerations) | JSON object |29| `clinical_accuracy_reviewer` | Identifier for clinical SME who will validate accuracy | String |30| `output_format` | Desired format: plain_text, html, structured_json | String |3132## Methodology3334### Step 1: Source Content Analysis35- Compute baseline readability metrics on the source document:36 - **Flesch-Kincaid Grade Level**: 0.39 x (total words/total sentences) + 11.8 x (total syllables/total words) - 15.5937 - **SMOG Index**: 3 + sqrt(polysyllable count x 30/total sentences)38 - **Flesch Reading Ease**: 206.835 - 1.015 x (words/sentences) - 84.6 x (syllables/words), target 60 or above39- Identify clinical jargon, abbreviations, acronyms, and complex sentence structures40- Flag sentences exceeding 20 words (recommended maximum for patient materials)41- Catalogue multi-syllabic medical terms requiring simplification or definition4243### Step 2: Terminology Simplification44- Replace medical jargon with plain-language equivalents using validated substitution lists:45 - "hypertension" becomes "high blood pressure"46 - "myocardial infarction" becomes "heart attack"47 - "bilateral" becomes "on both sides"48 - "contraindicated" becomes "should not be used"49 - "prophylaxis" becomes "prevention"50 - "etiology" becomes "cause"51 - "benign" becomes "not cancer" or "not harmful"52 - "prognosis" becomes "what we expect to happen"53- When a medical term must be retained (medication names, diagnosis for insurance), introduce it with its plain-language equivalent: "metformin (your diabetes medicine)"54- Preserve clinical precision: simplification must not introduce ambiguity or inaccuracy5556### Step 3: Structural Simplification57- Apply plain-language writing principles (per PlainLanguage.gov and NIH Clear Communication):58 - Use active voice ("Take your medicine at 8 AM" not "Medicine should be taken at 8 AM")59 - Use second person ("you/your") to address the patient directly60 - Limit sentences to 15-20 words maximum61 - One idea per sentence, one topic per paragraph62 - Use headers and bullet points to organize information63 - Lead with the most important information (inverted pyramid)64 - Use concrete numbers instead of vague terms ("every 4 hours" not "frequently")65- Apply chunking: group related instructions under clear action-oriented headers66 - "What to Do at Home"67 - "When to Call Your Doctor"68 - "Your Medicines"69 - "Your Next Appointment"7071### Step 4: Visual and Layout Optimization72- Recommend design elements that improve comprehension:73 - White space: 1-inch margins minimum, 1.15 line spacing minimum74 - Font: Sans-serif, 12pt minimum (14pt for elderly audiences)75 - Contrast: Dark text on light background (WCAG AA minimum)76 - Visuals: Simple illustrations or icons to reinforce key concepts77 - Highlight critical safety information (warning signs, emergency instructions)78- Structure content for SAM evaluation targeting "superior" rating (70-100%)7980### Step 5: Readability Verification81- Recompute readability scores on simplified output:82 - Flesch-Kincaid Grade Level at or below target (default: 6.0)83 - SMOG Index at or below target + 1 grade level84 - Flesch Reading Ease of 60 or above (70 or above preferred)85- Apply SAM assessment across six domains:86 - Content (purpose, scope, summary)87 - Literacy demand (reading level, vocabulary, context, sentence construction)88 - Graphics (cover, type, relevance, captions)89 - Layout and Typography (subheadings, cues, whitespace)90 - Learning stimulation (interaction, modeling, motivation)91 - Cultural appropriateness (match to audience experience and imagery)92- Score: Not Suitable (0-39%), Adequate (40-69%), Superior (70-100%)9394### Step 6: Teach-Back Verification Framework95- Generate 3-5 teach-back questions for each content section:96 - "In your own words, what should you do if [symptom] happens?"97 - "Can you show me how you would take your medicine based on these instructions?"98 - "What is the most important thing to watch for after you go home?"99- Design questions to verify comprehension of critical safety information100- Include suggested scripts for staff administering teach-back101102## Output Specification103104```yaml105simplified_content:106 original_metrics:107 flesch_kincaid_grade: number108 smog_index: number109 flesch_reading_ease: number110 word_count: number111 avg_sentence_length: number112 simplified_metrics:113 flesch_kincaid_grade: number114 smog_index: number115 flesch_reading_ease: number116 word_count: number117 avg_sentence_length: number118 sam_score_percent: number119 sam_rating: string120 content:121 sections:122 - heading: string123 body: string124 critical_safety: boolean125 terminology_changes:126 - original_term: string127 simplified_term: string128 context: string129 teach_back_questions:130 - section: string131 question: string132 expected_response_elements: array133 design_recommendations:134 font: string135 font_size: string136 layout_notes: array137 clinical_review_status: string138```139140## Analysis Framework141142Apply the **CDC Clear Communication Index** (CCI) as the primary evaluation framework:1431. **Main message**: Is the main message obvious and stated early?1442. **Language**: Are words common and sentences short?1453. **Information design**: Is the layout clean with clear visual hierarchy?1464. **State of the science**: Is the information accurate and evidence-based?1475. **Behavioral recommendations**: Are actions specific and achievable?1486. **Numbers**: Are numbers simple, necessary, and explained?1497. **Risk**: Are risks and benefits presented clearly and without bias?150151Target CCI score: 90 out of 100 or higher.152153## Examples154155**Example: Discharge Instructions for Heart Failure**156- Original (Grade 12.4): "Patient is advised to adhere to a sodium-restricted diet of less than 2000mg daily, monitor daily weight fluctuations, and report any acute dyspnea, peripheral edema, or weight gain exceeding 3 pounds in 24 hours to the prescribing cardiologist."157- Simplified (Grade 5.8): "Eat less salt. Try to have less than 2,000 mg of salt each day. Weigh yourself every morning before eating. Call your heart doctor right away if: you gain more than 3 pounds in one day, your feet or legs swell up, or you have trouble breathing."158- FK Grade reduction: 12.4 to 5.8; Flesch Reading Ease: 34 to 72; SAM: Superior (82%)159160## Guidelines161162- **HIPAA Compliance**: Simplified content must not introduce PHI not present in the source. If source contains PHI, maintain same access controls on output. De-identify any examples used for training or quality improvement.163- **Clinical Accuracy**: Every simplification must be reviewed by a clinical SME before patient distribution. Simplification must never sacrifice accuracy for readability.164- **Cultural Sensitivity**: Avoid idioms, metaphors, and culturally specific references that may not translate across populations. Use person-first language ("person with diabetes" not "diabetic").165- **Regulatory Compliance**: Meet Promoting Interoperability requirements for patient-accessible clinical information. Comply with ACA Section 1557 requirements for accessible communications.166- **Accessibility**: Ensure output is screen-reader compatible. Provide alt-text recommendations for any visual elements. Follow WCAG 2.1 AA standards.167168## Validation Checklist169170- [ ] Baseline readability scores computed on source content171- [ ] Target reading level achieved (Flesch-Kincaid at or below target grade)172- [ ] SMOG Index within 1 grade level of target173- [ ] Flesch Reading Ease of 60 or above174- [ ] SAM assessment completed with score of 70% or above (Superior)175- [ ] All medical jargon replaced or defined in context176- [ ] Sentence length 20 words or fewer on average177- [ ] Active voice used throughout178- [ ] Teach-back questions generated for each content section179- [ ] Clinical accuracy review assigned and tracked180- [ ] Cultural sensitivity review completed181- [ ] HIPAA compliance verified: no unintended PHI exposure182- [ ] Design recommendations included for print and digital formatting