Performs comprehensive chronic pain management review including pain assessment scores, current analgesic regimen, functional status, opioid risk evaluation, and multimodal therapy assessment per CDC 2022 guidelines. Use when asked about chronic pain review, pain management assessment, non-opioid pain therapy, multimodal pain plan, or pain clinic evaluation.
Use when a clinician needs a comprehensive evaluation of a chronic pain patient's current management including pain scores, medication regimen, functional status, and guideline compliance.
fhir_read to retrieve Patient demographicsfhir_search to pull Condition resources for pain diagnoses (chronic pain, neuropathy, fibromyalgia, low back pain, osteoarthritis)fhir_search to pull Observation resources for pain scores (LOINC 72514-3) and functional assessments over timefhir_search to pull active MedicationRequest for current pain regimen: opioids, NSAIDs, acetaminophen, gabapentinoids, antidepressants (duloxetine, TCAs), topicals, muscle relaxantsfhir_search to pull Procedure resources for interventional pain procedures (injections, nerve blocks, spinal cord stimulation)fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=72514-3&_sort=date&_count=20")
fhir_search(resourceType="Condition", queryParams="patient=[patient-id]&clinical-status=active")
fhir_search(resourceType="MedicationRequest", queryParams="patient=[patient-id]&status=active&_count=100")