Healthcare Payments Data (HPD) Healthcare Measures
State of California
@usgov.ca_gov_healthcare_payments_data_hpd_healthcare_measures_9f673
State of California
@usgov.ca_gov_healthcare_payments_data_hpd_healthcare_measures_9f673
CREATE TABLE hpd_measures_data_2018_2021 (
"reporting_year" BIGINT,
"age_band" VARCHAR,
"assigned_sex_at_birth" VARCHAR,
"county_name" VARCHAR,
"county_name_plus_spa" VARCHAR,
"covered_california_region" VARCHAR,
"payer_type" VARCHAR,
"measure_id" BIGINT,
"measure_numerator" DOUBLE,
"measure_denominator" DOUBLE,
"measure_scaling_factor" BIGINT,
"suppression_ind" VARCHAR
);
CREATE TABLE hpd_measures_data_2018_2023 (
"reporting_year" BIGINT,
"age_band" VARCHAR,
"assigned_sex_at_birth" VARCHAR,
"covered_california_region" VARCHAR,
"geo_type" VARCHAR,
"geo_value" VARCHAR,
"payer_type" VARCHAR,
"measure_id" BIGINT,
"measure_numerator" DOUBLE,
"measure_denominator" DOUBLE,
"measure_scaling_factor" BIGINT,
"suppression_ind" VARCHAR
);
CREATE TABLE hpd_measures_data_dictionary (
"field_name" VARCHAR,
"field_title" VARCHAR,
"data_type" VARCHAR,
"description" VARCHAR
);
CREATE TABLE hpd_measures_measure_descriptions (
"measure_id" BIGINT,
"measure_name" VARCHAR,
"measure_category" VARCHAR,
"measure_description" VARCHAR,
"numerator_definition" VARCHAR,
"denominator_definition" VARCHAR
);
Anyone who has the link will be able to view this.