Performs opioid risk assessment by calculating morphine milligram equivalents (MME), applying Opioid Risk Tool scoring, and evaluating CDC 2022 guideline thresholds. Flags concurrent benzodiazepines, missing naloxone, and high-MME prescriptions. Use when asked to assess opioid risk, calculate MME, check opioid safety, or review opioid prescriptions.
Use when a clinician needs to evaluate opioid prescribing safety including total daily MME calculation, concurrent CNS depressant screening, ORT scoring, and CDC guideline compliance.
fhir_read to retrieve Patient demographics (age, gender for ORT scoring)fhir_search to pull all active MedicationRequest resources; classify as opioids, benzodiazepines, gabapentinoids, muscle relaxants, Z-drugs, naloxonefhir_search to pull Condition resources for ORT scoring: substance use history, psychiatric diagnosesfhir_search to check for recent urine drug screen (LOINC 19295-5) and pain assessments (LOINC 72514-3)fhir_search(resourceType="MedicationRequest", queryParams="patient=[patient-id]&status=active&_count=100")
fhir_search(resourceType="Condition", queryParams="patient=[patient-id]&_count=100")
fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=19295-5,3426-4&_sort=-date&_count=5")