RxCheck Logo

RxConsole User Guide

Version 3.2 · State PDMP Administrator
Contact Us

Analytical Insights

The Analytical Insights dashboard allows each state to analyze prescription trends and patterns at a high level. It provides visibility into how prescriptions from other states are being dispensed within the state, as well as how the state's own prescriptions are being filled outside its borders. This feature supports the identification of individuals traveling from other states to fill prescriptions and highlights out-of-state pharmacies dispensing prescriptions written in the user's state.

It is important to note that all posted data and visualizations are based on:

For the Analytical Insights dashboard to function in the RxConsole, a state will need to send Non-PHI and Non-PII data to the Insights API, where it can then be added to the database and displayed within the RxConsole.

A state PDMP Administrator wishing to participate in this module, will need to submit data to the RxCheck Team. This data should be free of PHI and PII before being submitted. The following data is required for the Analytical Insights dashboard to begin functioning:

Some information to keep in mind regarding the Analytical Insights Feature:

Below, there is an example for a submission for provider information submitted from Kentucky (sample data).

{
  "PDMPAnalyticsData": {
    "FilledDate": "03/17/2023",
    "PublishState": "KY",
    "DispenseDataByZip": {
      "dispenseZip": "41008",
      "totalDispense": "100",
      "totalOutofStateDispense": "5",
      "ProvidersFilledFromOutState": [
        {
          "filledStateCode": "WV",
          "filledFromZip": "24712",
          "totalProviders": "2",
          "totalPrescriptions": "3"
        },
        {
          "filledStateCode": "TN",
          "filledFromZip": "37011",
          "totalProviders": "1",
          "totalPrescriptions": "1"
        },
        {
          "filledStateCode": "IN",
          "filledFromZip": "46077",
          "totalProviders": "1",
          "totalPrescriptions": "1"
        }
      ]
    }
  }
}

After data has been submitted, the map should begin to populate in the Analytical Insights module within RxConsole.

×