:

Managing chronic pain with Prescription Drug Monitoring Program (PDMP) medication dispense data

Description

This artifact implements access to Prescription Drug Monitoring Program (PDMP) medication dispense records using HL7 FHIR standards. These data are used to inform decision-making when managing a patient’s chronic pain by:

  • Enhancing the AHRQ Pain Management Summary SMART on FHIR application to include a dedicated section summarizing the PDMP dispense records for opioid-based medications.
  • Building a foundation for expanding nationwide access to PDMP data and making those data available to clinicians for shared decision making with patients.

 

Artifact Type
Creation Date
Version
0.5.0
Status
Experimental
True

Artifact Creation and Usage

IP Attestation The author asserts that this artifact has been developed in compliance with the intellectual property rights attributed to the source material.
Implementation Details
Engineering Details

This artifact supports Prescription Drug Monitoring Program (PDMP) data integration to address the technical challenges of PDMP national scalability, and to more effectively address clinical and social challenges associated with opioid overuse. When a patient’s prescriptions are ordered by multiple care providers, possibly spanning more than one state, there is no single provider EHR system that holds the complete summary for a patient.

This CDS logic is expressed using Clinical Quality Language (CQL) and the HL7 FHIR Release 4 (R4) data model. All value sets referenced in the logic are published on the Value Set Authority Center (VSAC). This CDS artifact adds enhancements to the AHRQ Pain Management Summary artifact that presents relevant information to consider when managing a patient’s pain, implemented as a web-based SMART on FHIR application. The application serves as a CQL integration engine to enable integration of the CQL logic and results with an electronic health record (EHR) via the SMART on FHIR API. Implementers should work with their EHR vendor to determine the steps necessary to register and integrate a SMART on FHIR application within their EHR. Technical details regarding the SMART on FHIR API can be found on the SMART Health IT Web site.

Open source code for the SMART on FHIR app, CQL logic and PDMP data section is located on GitHub (currently in the 'pdmp-section' branch): https://github.com/chronic-care/AHRQ-CDS-Connect-PAIN-MANAGEMENT-SUMMARY

An implementation guide and CQL code for the Milligram Morphine Equivalent (MME) calculation logic is available here: http://build.fhir.org/ig/cqframework/opioid-mme-r4/ 

This CDS artifact implements the HL7 FHIR Implementation Guide (IG) for PDMP integration using FHIR Release 4 (R4), which is now required by both the Centers for Medicare & Medicaid Services (CMS) and the Office of the National Coordinator for Health Information Technology (ONC) as part of the 21st Century Cures Act. The HL7 FHIR IG for PDMP integration describes interoperability standards and security protocols as summarized in the following diagram. This CDS artifact focuses on the left-hand side of the data flows within these two options, accessing PDMP data using FHIR APIs and integrating those data into provider workflows. The second option illustrates use of the Pain Management Summary SMART on FHIR app with integrated PDMP data, although an implementer could choose Option 1 and retrieve those PDMP medication dispense data via FHIR APIs directly into an EHR system for display in its user interface.

Figure 1: Options to leverage FHIR APIs with intermediaries and PMIX/NIEM to access PDMP data

Options to leverage FHIR APIs

FHIR APIs are used to retrieve PDMP medication dispense records from an intermediary gateway that collects and aggregates data from multiple states using NCPDP and/or PMIX/NIEM formats, then makes those data available using HL7 FHIR R4 standards and OAuth2 security protocols. These medication dispense records are presented to clinical users in a SMART on FHIR app, as shown in Figure 2.

Figure 2: Pain Management Summary, PDMP medication dispense summary

PDMP section in Pain Management Summary SMART on FHIR app

 

Repository Information
Approval Date
Knowledge Level

Structured code that is interpretable by a computer (includes data elements, value sets, logic)

Purpose and Usage
Purpose

Enables a provider to access a patient’s PDMP data during care delivery. To help reduce the potential for opioid misuse, some states have implemented policies mandating providers to check the state PDMP for the patient’s controlled substance history before prescribing any controlled substances. This CDS artifact implements standards-based access to state PDMP data which is integrated into a Pain Management Summary for shared decision-making between providers and patients.

Benefits of Prescription Drug Monitoring Programs (PDMPs) include:

  • PDMPs are statewide electronic data systems that collect, analyze, and make available prescription data on controlled substances dispensed by non-hospital pharmacies and practitioners.
  • PDMPs collect information on the type and quantity of drug, dispense date, and prescriber and pharmacy identifiers.
  • PDMP data can help providers identify patterns of possible nonmedical or dangerous use of prescription drugs.
  • Access to PDMP information is determined by state law. All states with a PDMP allow prescribers, and most allow pharmacists, to obtain controlled substance prescription history information on patients under their care.

There are several alternative formats and standards used when exchanging data about controlled substances dispensed to patients, including NCPDP, PMIX/NIEM and proprietary mechanisms such as the web portals. The PDMP eco-system can benefit from the usage of standardized HL7 FHIR APIs for accessing PDMP data in the following ways:

  • Ability to easily integrate PDMP data access in EHR workflows using SMART on FHIR Apps
  • Ability to enhance security mechanisms standardized by SMART on FHIR protocols used between the PDMP actors
  • Ability to leverage the PDMP FHIR APIs to build decision support services, including CDS Hooks used to present alerts within EHR workflows
Intended Population

For use in adults aged 18 years and older prescribed opioid medications for chronic pain (i.e., pain conditions that typically last >3 months or past the time of normal tissue healing) outside of active cancer treatment, palliative care and end-of-life care.

Cautions

This artifact has not undergone clinical testing.

Supporting Evidence
Source Description

Although inspired by the Centers for Disease Control and Prevention (CDC) Guideline for Prescribing Opioids for Chronic Pain, this artifact is not directly derived from any one recommendation statement. This artifact complements another AHRQ CDS artifact, Factors to Consider in Managing Chronic Pain: A Pain Management Summary, by implementing support for CDC guidance on using state PDMPs; see the Centers for Disease Control and Prevention what states need to know about PDMPs.

References
Testing Experience
Pilot Experience

This CDS Connect artifact for PDMP data integration has not yet been tested in a clinical pilot setting. Pilot site selection is underway for testing with clinical users in mid-2021, including integration with the site EHR system and/or their state HIE.

Successful development testing was completed in March 2020 while preparing for demonstration at the HIMSS 2020 Interoperability Showcase, which was cancelled shortly before the event due to COVID-19 precautions. The planned demonstration featured the AHRQ Pain Management Summary SMART on FHIR app, integrated with PDMP data from CRISP, a non-profit Regional Health Information Exchange (HIE) serving Maryland, West Virginia, and the District of Columbia. The CRISP API Gateway implements the HL7 FHIR IG for PDMP medication dispense data, which provides a programmatic FHIR API to search for a matching patient and retrieve the patient's FHIR MedicationDispense resources. These PDMP data from CRISP were then displayed in a dedicated PDMP section of the Pain Management Summary SMART on FHIR app. A screenshot with this display is shown in Figure 2 of the Engineering Details section of this artifact description.