Centers for Medicare & Medicaid Services (CMS) Data.

Description of the Data

This dataset comes from the Centers for Medicare and Medicaid Services (CMS) and includes prescription-level records for diabetes medications. Each row represents a unique prescriber writing a prescription for a specific brand-name drug.

Below are the columns in the data:

Column Name Description

Prscrbr_State_Abrvtn

Two-letter state abbreviation for the prescriber location.

Prscrbr_Type

Detailed medical specialty of the prescriber (e.g. Family Practice, Endocrinology).

Brnd_Name

Brand name of the prescribed drug (e.g. Ozempic).

Gnrc_Name

Generic name of the prescribed drug (e.g. Semaglutide).

Tot_Clms

Total number of prescription claims for that drug by this prescriber.

Tot_30day_Fills

Approximate number of 30-day prescription fills.

Tot_Day_Suply

Total number of days of medication supplied.

Tot_Drug_Cst

Total cost of the drug across all claims (in dollars).

Total_Patients

Total number of unique patients who received the drug.

Prscrbr_Type_Grouped

A simplified grouping of Prscrbr_Type into broader categories (e.g. Primary Care, Cardiology).

Transformations to the original data source

The data was pulled using an API from CMS. The API was adjusted to ensure semaglutide prescription claims and non-semaglutide prescription claims were pulled.