Healthcare Payments Data Snapshot
State of California
@usgov.ca_gov_healthcare_payments_data_snapshot_f977f
State of California
@usgov.ca_gov_healthcare_payments_data_snapshot_f977f
This dataset contains data for the Healthcare Payments Data (HPD) Snapshot visualization. The Enrollment data file contains counts of claims and encounter data collected for California's statewide HPD Program. It includes counts of enrollment records, service records from medical and pharmacy claims, and the number of individuals represented across these records. Aggregate counts are grouped by payer type (Commercial, Medi-Cal, or Medicare), product type, and year. The Medical data file contains counts of medical procedures from medical claims and encounter data in HPD. Procedures are categorized using claim line procedure codes and grouped by year, type of setting (e.g., outpatient, laboratory, ambulance), and payer type. The Pharmacy data file contains counts of drug prescriptions from pharmacy claims and encounter data in HPD. Prescriptions are categorized by name and drug class using the reported National Drug Code (NDC) and grouped by year, payer type, and whether the drug dispensed is branded or a generic.
Organization: State of California
Last updated: 2025-08-23T13:02:35.566921
Tags: all-payer-claims, apcd, department-of-health-care-access-and-information, enrollment, hcai, healthcare-payments-data, hpd, medical-claims, pharmacy-claims
CREATE TABLE data_dictionary_hpd_snapshot_enrollment (
"field_title" VARCHAR,
"field_name" VARCHAR,
"data_type" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_hpd_snapshot_medical (
"field_name" VARCHAR,
"field_title" VARCHAR,
"data_type" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_hpd_snapshot_pharmacy (
"field_name" VARCHAR,
"field_title" VARCHAR,
"data_type" VARCHAR,
"description" VARCHAR
);CREATE TABLE hpd_snapshot_data_enrollment_2018_2023 (
"product_type" VARCHAR,
"reporting_year" BIGINT,
"claim_type" VARCHAR,
"payer_type" VARCHAR,
"record_type" VARCHAR,
"metric_id" BIGINT,
"metric_name" VARCHAR,
"count" BIGINT
);CREATE TABLE hpd_snapshot_data_medical_2018_2023 (
"procedure_category" VARCHAR,
"reporting_year" BIGINT,
"type_of_service" VARCHAR,
"payer_type" VARCHAR,
"record_count" BIGINT
);CREATE TABLE hpd_snapshot_data_pharmacy_2018_2023 (
"drug_name" VARCHAR,
"reporting_year" BIGINT,
"drug_class" VARCHAR,
"brand_generic" VARCHAR,
"payer_type" VARCHAR,
"prescription_count" BIGINT
);Anyone who has the link will be able to view this.