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-09-30 and hospital_ownership = "Voluntary non-profit - Private"

View and edit SQL

Suggested facets: hospital_type, geocode_flag, geocode_accuracy, csatitle, centraloutlyingcounty, fy_end_date, surg_icu_beds, oth_spec_beds, subtotal_acute_beds, subprovider_ipf_beds, subprovider_irf_beds, skilled_nursing_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
437 MOUNT DESERT ISLAND HOSPITAL 10 WAYMAN LANE, PO BOX 8 BAR HARBOR ME 4609 HANCOCK (207) 288-5081 Critical Access Hospitals Voluntary non-profit - Private TRUE 44.3843690 -68.2023310 0   9 23 23009         https://data.medicare.gov/resource/xubh-q36u/row-egex~7j5d.98hj 201304 654844 2019-09-30 2019-04-30 25           25               25
2021 THE NEBRASKA MEDICAL CENTER 987400 NEBRASKA MEDICAL CENTER OMAHA NE 68198 DOUGLAS (402) 552-2040 Acute Care Hospitals Voluntary non-profit - Private TRUE 41.2575141 -96.0049478 1 ROOFTOP 55 31 31055 36540 Omaha-Council Bluffs-Fremont, NE-IA Central Douglas County https://data.medicare.gov/resource/xubh-q36u/row-rj72.yueh.kiv4 280013 654934 2019-09-30 2019-06-30 433 61     12   548 10             558
2224 GRANDE RONDE HOSPITAL 900 SUNSET DRIVE LA GRANDE OR 97850 UNION (541) 963-8421 Critical Access Hospitals Voluntary non-profit - Private TRUE 45.3194640 -118.1048280 0   61 41 41061 29260   Central Union County https://data.medicare.gov/resource/xubh-q36u/row-k86m-d2cq~y5ce 381321 655414 2019-09-30 2019-04-30 21 4         25               25
3659 TEXAS HEALTH PRESBYTERIAN HOSPITAL DENTON 3000 N I-35 DENTON TX 76201 DENTON (940) 898-7000 Acute Care Hospitals Voluntary non-profit - Private TRUE 33.2158990 -97.1684090 0   121 48 48121 19100 Dallas-Fort Worth, TX-OK Outlying Denton County https://data.medicare.gov/resource/xubh-q36u/row-zgka~geeq~8cey 450743 654761 2019-09-30 2019-04-30 166 20       10 196               196
3884 DUNCAN REGIONAL HOSPITAL, INC 1407 WHISENANT DRIVE DUNCAN OK 73533 STEPHENS (580) 252-5300 Acute Care Hospitals Voluntary non-profit - Private TRUE 34.5200140 -97.9749780 0   137 40 40137 20340   Central Stephens County https://data.medicare.gov/resource/xubh-q36u/row-dpp7.xywm-n53y 370023 654693 2019-09-30 2019-06-30 77 9         86 12 12           110
4326 BAPTIST HEALTH LA GRANGE 1025 NEW MOODY LANE LA GRANGE KY 40031 OLDHAM (502) 222-5388 Acute Care Hospitals Voluntary non-profit - Private TRUE 38.3962380 -85.3759270 0   185 21 21185 31140 Louisville/Jefferson County--Elizabethtown--Madison, KY-IN Central Oldham County https://data.medicare.gov/resource/xubh-q36u/row-eznz.mv36_3xzu 180138 656281 2019-09-30 2018-08-31 82 8         90       30       120

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