Data provided via a collaboration between The Accountability Project and Big Local News. This project provides and joins datasets pertinent to the COVID-19 pandemic: hospital location and number of beds by type, county-level population estimates by age (which can be linked to hospital data) and nursing home location and capacity. See README for additional information.

Data source: Big Local News · About: big-local-datasette

5 rows where "filed_date" is on date 2019-05-23 and hospital_ownership = "Voluntary non-profit - Other"

View and edit SQL

Suggested facets: state, hospital_type, emergency_services, statefips, csatitle, centraloutlyingcounty, fy_end_date, icu_beds, subprovider_ipf_beds, filed_date (date), fy_end_date (date)

Link rowid ▼ hospital_name address city state zip_code county_name phone_number hospital_type hospital_ownership emergency_services lat lng geocode_flag geocode_accuracy countyfips statefips statecountyfips cbsacode csatitle centraloutlyingcounty countyequivalent hosp_lookup_url PRVDR_NUM RPT_REC_NUM filed_date fy_end_date acute_beds icu_beds coronary_beds burn_beds surg_icu_beds oth_spec_beds subtotal_acute_beds subprovider_ipf_beds subprovider_irf_beds subprovider_oth_beds skilled_nursing_beds nursing_fac_beds oth_longterm_beds hospice_beds all_beds
1676 PROVIDENCE CENTRALIA HOSPITAL 914 S SCHEUBER ROAD CENTRALIA WA 98531 LEWIS (360) 736-2803 Acute Care Hospitals Voluntary non-profit - Other TRUE 46.7123500 -122.9869890 0   41 53 53041 16500 Seattle-Tacoma, WA Central Lewis County https://data.medicare.gov/resource/xubh-q36u/row-rpu9~qgn5_cp2i 500019 652169 2019-05-23 2018-12-31 110 6         116               116
2721 PRAGUE COMMUNITY HOSPITAL 1322 KLABZUBA AVENUE PRAGUE OK 74864 LINCOLN (405) 567-4922 Critical Access Hospitals Voluntary non-profit - Other TRUE 35.4903120 -96.6845450 0   81 40 40081 36420 Oklahoma City-Shawnee, OK Outlying Lincoln County https://data.medicare.gov/resource/xubh-q36u/row-mfpk~mdqe_9hyf 371301 648472 2019-05-23 2018-09-30 25           25               25
4001 OWATONNA HOSPITAL 2250 26TH STREET NORTHWEST OWATONNA MN 55060 STEELE (507) 977-2000 Acute Care Hospitals Voluntary non-profit - Other TRUE 44.1097980 -93.2363010 0   147 27 27147 36940   Central Steele County https://data.medicare.gov/resource/xubh-q36u/row-qzw7~f493_6c7h 240069 649765 2019-05-23 2018-12-31 29           29 10             39
4229 MAT-SU REGIONAL MEDICAL CENTER 2500 SOUTH WOODWORTH LOOP PALMER AK 99645 MATANUSKA-SUSITNA (907) 861-6000 Acute Care Hospitals Voluntary non-profit - Other TRUE 61.5612170 -149.2587180 0   170 2 2170 11260   Outlying Matanuska-Susitna Borough https://data.medicare.gov/resource/xubh-q36u/row-ehb8-yifz_k9ea 20006 648225 2019-05-23 2018-12-31 60 14         74               74
4234 BUFFALO HOSPITAL 303 CATLIN ST BUFFALO MN 55313 WRIGHT (763) 682-1212 Acute Care Hospitals Voluntary non-profit - Other FALSE 45.1932000 -93.8705300 0   171 27 27171 33460 Minneapolis-St. Paul, MN-WI Central Wright County https://data.medicare.gov/resource/xubh-q36u/row-q8xg_3hph~s44a 240076 649768 2019-05-23 2018-12-31 44           44               44

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [hospital_data] (
   [hospital_name] TEXT,
   [address] TEXT,
   [city] TEXT,
   [state] TEXT,
   [zip_code] INTEGER,
   [county_name] TEXT,
   [phone_number] TEXT,
   [hospital_type] TEXT,
   [hospital_ownership] TEXT,
   [emergency_services] TEXT,
   [lat] TEXT,
   [lng] TEXT,
   [geocode_flag] INTEGER,
   [geocode_accuracy] TEXT,
   [countyfips] INTEGER,
   [statefips] INTEGER,
   [statecountyfips] INTEGER,
   [cbsacode] TEXT,
   [csatitle] TEXT,
   [centraloutlyingcounty] TEXT,
   [countyequivalent] TEXT,
   [hosp_lookup_url] TEXT,
   [PRVDR_NUM] INTEGER,
   [RPT_REC_NUM] INTEGER,
   [filed_date] TEXT,
   [fy_end_date] TEXT,
   [acute_beds] INTEGER,
   [icu_beds] TEXT,
   [coronary_beds] TEXT,
   [burn_beds] TEXT,
   [surg_icu_beds] TEXT,
   [oth_spec_beds] TEXT,
   [subtotal_acute_beds] INTEGER,
   [subprovider_ipf_beds] TEXT,
   [subprovider_irf_beds] TEXT,
   [subprovider_oth_beds] TEXT,
   [skilled_nursing_beds] TEXT,
   [nursing_fac_beds] TEXT,
   [oth_longterm_beds] TEXT,
   [hospice_beds] TEXT,
   [all_beds] INTEGER
);