
Care coordination — the multi-provider, multi-institution process of managing a patient's care — sits at the intersection of FHIR resources and workflow tooling. Four patterns cover most 2026 deployments.
Pattern 1: CareTeam-based coordination. FHIR CareTeam resource represents the multi-participant team. Roles (primary care, specialist, care coordinator) tracked with participant.role. Best for chronic condition management.
Pattern 2: Task-driven workflow. Task resource represents work items across providers. Assign tasks between team members, track completion. Best for referral workflows and follow-up tracking.
Pattern 3: CarePlan-driven longitudinal management. CarePlan resource captures the care intent (goals, activities, timing). Best for complex multi-condition patients.
Pattern 4: Communication-based messaging. Communication resource captures inter-provider messages tied to specific patients. Best for asynchronous care team coordination.
Vendor state (mid-2026)
| System | CareTeam | Task | CarePlan | Communication |
|---|---|---|---|---|
| Epic | Full | Full | Full | Full |
| Cerner Powerchart | Full | Full | Full | Full |
| Athenaclinicals | Partial | Full | Partial | Full |
| Aidbox | Full | Full | Full | Full |
Integration mistakes
1. Care coordination in a separate system → no chart integration → clinician friction. 2. Task without ownership → assignments drift into black hole. 3. CarePlan without goals → intent unclear. 4. Communication in email/text outside FHIR → HIPAA + audit risk.
Delivery pattern for cross-provider
FHIR Subscription delivers Task/Communication events across providers. Requires shared trust (Direct + SMART) between institutions.
Care coordination is well-supported in FHIR primitives. Sites that use the resources correctly (rather than duplicating in application-specific tables) get much cleaner cross-provider workflows.