Nursing Facility Private Pay Rates
State of Connecticut
@usgov.state_of_connecticut_nursing_facility_private_pay_rates
State of Connecticut
@usgov.state_of_connecticut_nursing_facility_private_pay_rates
This dataset provides a list of licensed nursing facilities in Connecticut as of September 30th each year, beginning with data from 2013. For each facility, this dataset includes the total number of licensed beds, as well as private pay rates for semi-private and private rooms.
Organization: State of Connecticut
Last updated: 2020-11-12T14:55:40.434073
Tags: census, long-term-care, ltc, nursing, nursing-facilities, nursing-home, nursing-homes, opm
CREATE TABLE table_1 (
"federal_provider_number" VARCHAR,
"ct_credential_number" VARCHAR,
"level_of_care" VARCHAR,
"facility_name" VARCHAR,
"town" VARCHAR,
"licensed_beds" BIGINT,
"private_room_rate" DOUBLE,
"semi_private_room_rate" DOUBLE,
"year" BIGINT
);
Anyone who has the link will be able to view this.