Baselight

State Drug Utilization Data 2024

U.S. Department of Health & Human Services

@usgov.hhs_gov_state_drug_utilization_data_2024

Table 1
@usgov.hhs_gov_state_drug_utilization_data_2024.table_1

SDUD2024.csv

  • 48.57 MB
  • 2550443 rows
  • 15 columns
utilization_type

Utilization Type

state

State

ndc

NDC

labeler_code

Labeler Code

product_code

Product Code

package_size

Package Size

year

Year

quarter

Quarter

suppression_used

Suppression Used

product_name

Product Name

units_reimbursed

Units Reimbursed

number_of_prescriptions

Number Of Prescriptions

total_amount_reimbursed

Total Amount Reimbursed

medicaid_amount_reimbursed

Medicaid Amount Reimbursed

non_medicaid_amount_reimbursed

Non Medicaid Amount Reimbursed

FFSUAK2143380214338020242TRULICITY 226111106384.12104761.441622.68
FFSUAK2143480214348020242TRULICITY 254127119494.71110173.969320.75
FFSUAK2143611214361120242EMGALITY P292819948.4819948.48
FFSUAK2144511214451120242TALTZ AUTO3530240734.96240734.96
FFSUAK2144527214452720242trueTALTZ AUTO
FFSUAK2145780214578020242MOUNJARO 1085455563.5253230.332333.19
FFSUAK2146080214608020242MOUNJARO 844243125.9842227.8898.18
FFSUAK2147180214718020242MOUNJARO 1286465872.363284.722587.58
FFSUAK2148480214848020242MOUNJARO 1648284133.8278369.725764.1
FFSUAK2149580214958020242MOUNJARO 151.57678116.7869879.448237.34

CREATE TABLE table_1 (
  "utilization_type" VARCHAR,
  "state" VARCHAR,
  "ndc" BIGINT,
  "labeler_code" BIGINT,
  "product_code" BIGINT,
  "package_size" BIGINT,
  "year" BIGINT,
  "quarter" BIGINT,
  "suppression_used" BOOLEAN,
  "product_name" VARCHAR,
  "units_reimbursed" DOUBLE,
  "number_of_prescriptions" DOUBLE,
  "total_amount_reimbursed" DOUBLE,
  "medicaid_amount_reimbursed" DOUBLE,
  "non_medicaid_amount_reimbursed" DOUBLE
);

Share link

Anyone who has the link will be able to view this.