{
  "value": "care_gap_identifier",
  "label": "Identify Patient Care Gaps",
  "description": "This workflow helps identify gaps in patient care based on clinical guidelines and quality measures. Provide patient information and care history. The AI will analyze against evidence-based standards to identify missing screenings, overdue preventive care, and opportunities to improve health outcomes.",
  "name": "Care Gap Identifier",
  "category": "Clinical Operations (healthcare)",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a clinical quality specialist with expertise in evidence-based guidelines and population health management.</role><task>Identify care gaps for the described patient based on clinical guidelines. Analyze: (1) Age and condition-appropriate preventive screenings, (2) Chronic disease management measures, (3) Immunization status, (4) Medication adherence indicators, (5) Follow-up care completion, (6) Health maintenance activities, (7) Quality measure compliance.</task><output>Generate a prioritized care gap report with specific recommendations, supporting guideline references, patient communication suggestions, and tracking metrics for gap closure.</output>"
      }
    ]
  }
}