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

3 rows where "filed_date" is on date 2019-11-12 and hospital_ownership = "Voluntary non-profit - Other"

View and edit SQL

Suggested facets: hospital_type, coronary_beds, oth_spec_beds, subprovider_ipf_beds, subprovider_irf_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
440 CALVERTHEALTH MEDICAL CENTER 100 HOSPITAL ROAD PRINCE FREDERICK MD 20678 CALVERT (410) 535-8240 Acute Care Hospitals Voluntary non-profit - Other TRUE 38.5586010 -76.5977880 0   9 24 24009 47900 Washington-Baltimore-Arlington, DC-MD-VA-WV-PA Outlying Calvert County https://data.medicare.gov/resource/xubh-q36u/row-drgp~v466-b8rt 210039 658674 2019-11-12 2019-06-30 64 4         68               68
2755 SIDNEY HEALTH CENTER 216 14TH AVE SW SIDNEY MT 59270 RICHLAND (406) 488-2100 Critical Access Hospitals Voluntary non-profit - Other TRUE 47.7158390 -104.1741710 0   83 30 30083         https://data.medicare.gov/resource/xubh-q36u/row-8bhp_awpt~duw3 271344 658357 2019-11-12 2019-06-30 25           25       93       118
3223 ALBERT EINSTEIN MEDICAL CENTER 5501 OLD YORK ROAD PHILADELPHIA PA 19141 PHILADELPHIA (215) 456-6090 Acute Care Hospitals Voluntary non-profit - Other TRUE 40.0369270 -75.1446830 0   101 42 42101 37980 Philadelphia-Reading-Camden, PA-NJ-DE-MD Central Philadelphia County https://data.medicare.gov/resource/xubh-q36u/row-y25a_nm4t_83u2 390142 658762 2019-11-12 2019-06-30 336 32 16     23 407 47 199   44       697

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