State Drug Utilization Data 2024
U.S. Department of Health & Human Services
@usgov.hhs_gov_state_drug_utilization_data_2024
U.S. Department of Health & Human Services
@usgov.hhs_gov_state_drug_utilization_data_2024
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
);
Anyone who has the link will be able to view this.