End-to-end patient journey mapping and analysis across care episodes, identifying friction points, emotional states, and optimization opportunities using CAHPS-aligned touchpoint evaluation.
This skill constructs comprehensive patient journey maps spanning the full care continuum from pre-visit awareness through post-discharge follow-up. It applies human-centered design principles combined with CAHPS (Consumer Assessment of Healthcare Providers and Systems) survey domains to evaluate each touchpoint for accessibility, communication quality, care coordination, and emotional impact. The output is a structured journey model that identifies systemic friction, moments of truth, and actionable improvement opportunities.
| Input | Description | Format |
|---|
care_episode_type | Type of care episode (surgical, chronic management, ED visit) | String |
patient_personas | Representative patient demographics, health literacy, insurance types | JSON array |
touchpoint_inventory | List of known interaction points (scheduling, check-in, consult) | JSON array |
cahps_scores | Historical CAHPS domain scores if available | JSON object |
complaint_themes | Aggregated patient complaint categories | JSON array |
operational_data | Wait times, cycle times, handoff counts per stage | JSON object |
journey_map:
episode_type: string
personas: array
stages:
- stage_name: string
touchpoints:
- name: string
channel: string
responsible_dept: string
avg_duration_min: number
cahps_scores:
communication: number
responsiveness: number
coordination: number
emotional_valence: string
friction_points:
- description: string
severity: string
frequency: string
improvement_opportunities:
- recommendation: string
impact: string
effort: string
timeline: string
cms_alignment: string
moments_of_truth: array
overall_experience_score: number
priority_actions: array
Apply the Service Blueprint + CAHPS Hybrid Model:
Example 1: Total Joint Replacement Journey
Example 2: Chronic Disease Management (Diabetes)