Screens medications against the AGS Beers Criteria for potentially inappropriate medication use in older adults (age 65+). Identifies medications to avoid, dose adjustments needed, and drug-disease interactions specific to geriatric patients. Use when asked about Beers criteria, inappropriate medications in elderly, geriatric medication review, or STOPP-START criteria.
Use when reviewing medications for patients age 65 and older to identify potentially inappropriate prescriptions per AGS Beers Criteria 2023.
fhir_read to confirm patient age >= 65 from Patient.birthDatefhir_search to pull all active MedicationRequest resourcesfhir_search to pull active Condition resources for drug-disease interaction screeningfhir_search to pull recent Observation resources (renal function for dose adjustments)fhir_search(resourceType="MedicationRequest", queryParams="patient=[patient-id]&status=active&_count=100")
fhir_search(resourceType="Condition", queryParams="patient=[patient-id]&clinical-status=active")
fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=33914-3&_sort=-date&_count=1")