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

6 rows where "filed_date" is on date 2019-03-01 and geocode_accuracy = "ROOFTOP"

View and edit SQL

Suggested facets: hospital_type, hospital_ownership, cbsacode, csatitle, centraloutlyingcounty, countyequivalent, icu_beds, coronary_beds, subtotal_acute_beds, all_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
275 ATCHISON HOSPITAL 800 RAVIN HILL DRIVE ATCHISON KS 66002 ATCHISON (913) 360-5581 Critical Access Hospitals Voluntary non-profit - Private TRUE 39.5366253 -95.1282386 1 ROOFTOP 5 20 20005 11860 Kansas City-Overland Park-Kansas City, MO-KS Central Atchison County https://data.medicare.gov/resource/xubh-q36u/row-fwt4-3qfd~33ue 171382 645412 2019-03-01 2018-09-30 21 4         25               25
1139 RIVERLAND MEDICAL CENTER 1700 WALLACE BLVD FERRIDAY LA 71334 CONCORDIA (318) 757-6551 Critical Access Hospitals Government - Hospital District or Authority TRUE 31.6469583 -91.5548418 1 ROOFTOP 29 22 22029 35020   Central Concordia Parish https://data.medicare.gov/resource/xubh-q36u/row-v73w.iknw.vmzz 191318 644280 2019-03-01 2018-09-30 20 5         25               25
1196 ROY LESTER SCHNEIDER HOSPITAL,THE 9048 SUGAR ESTATE ST THOMAS VI 801 SAINT THOMAS ISLAND (809) 776-8311 Acute Care Hospitals Government - Local TRUE 18.3403280 -64.9146707 1 ROOFTOP 30 78 78030         https://data.medicare.gov/resource/xubh-q36u/row-smqm-6qpj_ky9s 480001 644382 2019-03-01 2018-09-30 99 8         107               107
2664 PRISMA HEALTH BAPTIST PARKRIDGE 400 PALMETTO HEALTH PARKWAY COLUMBIA SC 29212 LEXINGTON (803) 907-7011 Acute Care Hospitals Voluntary non-profit - Private TRUE 34.0872139 -81.1596497 1 ROOFTOP 79 45 45079 17900 Columbia-Orangeburg-Newberry, SC Central Richland County https://data.medicare.gov/resource/xubh-q36u/row-bd2d~ef8j_qggw 420106 644781 2019-03-01 2018-09-30 60 16         76               76
3475 SOUTHWEST MS REGIONAL MEDICAL CENTER 215 MARION AV BOX 1307 MCCOMB MS 39649 PIKE (601) 249-5500 Acute Care Hospitals Government - Local TRUE 31.2509484 -90.4747234 1 ROOFTOP 113 28 28113 32620   Central Pike County https://data.medicare.gov/resource/xubh-q36u/row-h3gs~88sx_7rs8 250097 645003 2019-03-01 2018-09-30 132 16 12       160               160
4455 HASKELL MEMORIAL HOSPITAL 1 NORTH AVENUE N PO BOX 1117 HASKELL TX 79521 HASKELL (940) 864-2621 Critical Access Hospitals Government - Hospital District or Authority TRUE 33.1572901 -99.7446581 1 ROOFTOP 207 48 48207         https://data.medicare.gov/resource/xubh-q36u/row-66f3~mect.vjwe 451341 644375 2019-03-01 2018-09-30 25           25               25

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
);