Performs mental health screening using PHQ-9 (depression), GAD-7 (anxiety), AUDIT-C (alcohol use), and Columbia Suicide Severity Rating Scale from FHIR Observation data. Tracks symptom trends and treatment response. Use when asked for mental health screening, depression assessment, PHQ-9 score, GAD-7 score, anxiety assessment, or behavioral health evaluation.
Use when a clinician needs to evaluate mental health screening scores, track symptom trends over time, and assess treatment response.
fhir_read to retrieve Patient demographicsfhir_search to pull screening Observation resources: PHQ-9 (LOINC 44249-1), GAD-7 (LOINC 70274-6), AUDIT-C (LOINC 75626-2), PHQ-2 (LOINC 55758-7), Columbia CSSRS (LOINC 93373-2)fhir_search to pull active Condition resources for mental health diagnosesfhir_search to pull active MedicationRequest for psychotropic medications (antidepressants, anxiolytics, mood stabilizers, antipsychotics)fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=44249-1&_sort=date&_count=20")
fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=70274-6&_sort=date&_count=20")
fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=75626-2&_sort=-date&_count=5")