Guide patients through complex care pathways by generating personalized navigation plans covering referral coordination, prior authorization, appointment sequencing, barrier resolution, and care transition support.
This skill generates personalized care navigation plans that guide patients through complex healthcare journeys. It coordinates referral management, prior authorization workflows, appointment sequencing, barrier resolution, and care transitions to ensure patients complete recommended care pathways. Care navigation is particularly critical for patients with multiple chronic conditions, cancer diagnoses, behavioral health needs, and complex surgical pathways where fragmented care leads to delays, leakage, and poor outcomes. Studies demonstrate that effective care navigation can reduce time-to-treatment by 30% and improve care plan adherence by 25%.
| Input | Description | Format |
|---|---|---|
care_plan | Recommended care pathway with sequenced interventions | JSON object |
patient_profile | Demographics, insurance, PCP, preferred language, SDoH factors | JSON object |
referral_orders | Active referral orders with specialty, urgency, and clinical indication | JSON array |
insurance_details | Plan type, network, prior auth requirements, benefit limitations | JSON object |
provider_directory | Available specialists with availability, location, and network status | JSON array |
patient_preferences | Location, time, provider gender, telehealth willingness, communication channel | JSON object |
barrier_history | Known barriers (transportation, language, financial, health literacy) | JSON array |
care_navigation_plan:
patient_id: string
care_pathway:
complexity: string
total_steps: number
estimated_duration_weeks: number
steps:
- step_number: number
description: string
type: string
provider: string
urgency: string
dependencies: array
prior_auth_required: boolean
prior_auth_status: string
appointment:
date: date
time: string
location: string
preparation: string
status: string
referral_tracker:
- referral_id: string
specialty: string
status: string
completion_risk: string
days_since_order: number
prior_auth_tracker:
- service: string
payer: string
status: string
expiration_date: date
denial_appeal_status: string
barrier_resolutions:
- barrier: string
resolution: string
status: string
resource_linked: string
patient_calendar:
- date: date
appointments: array
next_actions:
- action: string
responsible: string
due_date: date
priority: string
Apply the Patient Navigation Continuum Model:
Example: Newly Diagnosed Breast Cancer Navigation