Hospital Enrollments
U.S. Department of Health & Human Services
@usgov.hhs_gov_hospital_enrollments
U.S. Department of Health & Human Services
@usgov.hhs_gov_hospital_enrollments
CREATE TABLE hospital_enrollments_2025_06_01 (
"enrollment_id" VARCHAR,
"enrollment_state" VARCHAR,
"provider_type_code" VARCHAR,
"provider_type_text" VARCHAR,
"npi" BIGINT,
"multiple_npi_flag" VARCHAR,
"ccn" VARCHAR,
"associate_id" BIGINT,
"organization_name" VARCHAR,
"doing_business_as_name" VARCHAR,
"incorporation_date" TIMESTAMP,
"incorporation_state" VARCHAR,
"organization_type_structure" VARCHAR,
"organization_other_type_text" VARCHAR,
"proprietary_nonprofit" VARCHAR,
"address_line_1" VARCHAR,
"address_line_2" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" BIGINT,
"practice_location_type" VARCHAR,
"location_other_type_text" VARCHAR,
"subgroup_general" VARCHAR,
"subgroup_acute_care" VARCHAR,
"subgroup_alcohol_drug" VARCHAR,
"subgroup_childrens" VARCHAR,
"subgroup_long_term" VARCHAR,
"subgroup_psychiatric" VARCHAR,
"subgroup_rehabilitation" VARCHAR,
"subgroup_short_term" VARCHAR,
"subgroup_swing_bed_approved" VARCHAR,
"subgroup_psychiatric_unit" VARCHAR,
"subgroup_rehabilitation_unit" VARCHAR,
"subgroup_specialty_hospital" VARCHAR,
"subgroup_other" VARCHAR,
"subgroup_other_text" VARCHAR,
"reh_conversion_flag" VARCHAR,
"reh_conversion_date" TIMESTAMP,
"cah_or_hospital_ccn" VARCHAR
);
CREATE TABLE hospital_enrollments_2025_07_01 (
"enrollment_id" VARCHAR,
"enrollment_state" VARCHAR,
"provider_type_code" VARCHAR,
"provider_type_text" VARCHAR,
"npi" BIGINT,
"multiple_npi_flag" VARCHAR,
"ccn" VARCHAR,
"associate_id" BIGINT,
"organization_name" VARCHAR,
"doing_business_as_name" VARCHAR,
"incorporation_date" TIMESTAMP,
"incorporation_state" VARCHAR,
"organization_type_structure" VARCHAR,
"organization_other_type_text" VARCHAR,
"proprietary_nonprofit" VARCHAR,
"address_line_1" VARCHAR,
"address_line_2" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" BIGINT,
"practice_location_type" VARCHAR,
"location_other_type_text" VARCHAR,
"subgroup_general" VARCHAR,
"subgroup_acute_care" VARCHAR,
"subgroup_alcohol_drug" VARCHAR,
"subgroup_childrens" VARCHAR,
"subgroup_long_term" VARCHAR,
"subgroup_psychiatric" VARCHAR,
"subgroup_rehabilitation" VARCHAR,
"subgroup_short_term" VARCHAR,
"subgroup_swing_bed_approved" VARCHAR,
"subgroup_psychiatric_unit" VARCHAR,
"subgroup_rehabilitation_unit" VARCHAR,
"subgroup_specialty_hospital" VARCHAR,
"subgroup_other" VARCHAR,
"subgroup_other_text" VARCHAR,
"reh_conversion_flag" VARCHAR,
"reh_conversion_date" TIMESTAMP,
"cah_or_hospital_ccn" VARCHAR
);
Anyone who has the link will be able to view this.