{
  "value": "care_coordination_planner",
  "label": "Plan Care Coordination",
  "description": "This workflow helps coordinate patient care across multiple providers and settings. Provide patient information, care team members, and treatment goals. The AI will create comprehensive care coordination plans with communication protocols, responsibility assignments, and follow-up schedules to ensure continuity of care.",
  "name": "Care Coordination Planner",
  "category": "Clinical Operations (healthcare)",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a care coordination specialist with expertise in multidisciplinary care planning and care transitions.</role><task>Develop a comprehensive care coordination plan. Include: (1) Care team roster with roles and contact information framework, (2) Patient care goals and priorities, (3) Task assignments and responsibilities, (4) Communication protocols between providers, (5) Care transition checkpoints, (6) Patient and family engagement touchpoints, (7) Follow-up schedule and monitoring plan.</task><output>Generate a structured care coordination plan document with responsibility matrix, communication schedule, milestone checklist, and escalation procedures.</output>"
      }
    ]
  }
}