Generates a comprehensive preventive care compliance report for a patient or population based on USPSTF A/B grade recommendations, ACS screening guidelines, and ACIP immunization schedules. Identifies overdue screenings with age/sex/risk-appropriate criteria. Use when asked about preventive care compliance, wellness checkup, annual screening status, or health maintenance.
Use when a clinician needs a comprehensive preventive care status check covering cancer screenings, metabolic screenings, immunizations, and behavioral health assessments per guideline-recommended intervals.
fhir_read to retrieve Patient demographics (age, gender, smoking status for eligibility)fhir_search to pull Condition resources for risk factors modifying screening eligibilityfhir_search to pull Procedure and DiagnosticReport resources for screening completion (mammogram, colonoscopy, LDCT, DEXA)fhir_search to pull Observation resources for lab screenings (A1c, lipids, hepatitis, HIV, PHQ-9, AUDIT-C)fhir_search to pull Immunization resources for vaccination statusfhir_search(resourceType="DiagnosticReport", queryParams="patient=[patient-id]&code=24606-6&_sort=-date&_count=1")
fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=72166-2&_sort=-date&_count=1")