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-31 and geocode_accuracy = "GEOMETRIC_CENTER"

View and edit SQL

Suggested facets: hospital_ownership, cbsacode, csatitle, icu_beds, oth_spec_beds, subprovider_irf_beds, skilled_nursing_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
1057 HIMA SAN PABLO-CAGUAS AVE LUIS MUNOZ MARIN CAGUAS PR 725 CAGUAS (787) 653-3434 Acute Care Hospitals Proprietary TRUE 18.2270107 -66.0273180 1 GEOMETRIC_CENTER 25 72 72025 41980 San Juan-Carolina, PR Central Caguas Municipio https://data.medicare.gov/resource/xubh-q36u/row-7siz.yb89_3gij 400120 649347 2019-05-31 2018-12-31 394 46         440               440
2983 DOCTORS' CENTER HOSPITAL, INC MARGINAL CARRETERA NO 2, KM 47 7 MANATI PR 674 MANATI (787) 853-3322 Acute Care Hospitals Proprietary TRUE 18.4344971 -66.4738542 1 GEOMETRIC_CENTER 91 72 72091 41980 San Juan-Carolina, PR Central Manatí Municipio https://data.medicare.gov/resource/xubh-q36u/row-gyis.f2r7_nau5 400118 650775 2019-05-31 2018-12-31 254 8         262               262
3736 HOSPITAL DE LA CONCEPCION ROAD NUMBER 2 KM 173.4 CAIN ALTO SAN GERMAN PR 683 SAN GERMAN (787) 892-1860 Acute Care Hospitals Voluntary non-profit - Church TRUE 18.0988246 -67.0382886 1 GEOMETRIC_CENTER 125 72 72125 41900 Mayagüez-San Germán, PR Central San Germán Municipio https://data.medicare.gov/resource/xubh-q36u/row-ud6p-v4z7-e8nu 400021 649494 2019-05-31 2018-12-31 143 12       12 167   19           186
3769 DOCTOR CENTER HOSPITAL SAN FERNANDO DE LA CAROLINA EDIF JESUS T PINEIRO AVE FERNANDEZ JUNCOS BO PUEBL CAROLINA PR 979 SAN JUAN (787) 725-6038 Acute Care Hospitals Government - State TRUE 18.4215119 -66.0256637 1 GEOMETRIC_CENTER 127 72 72127 41980 San Juan-Carolina, PR Central San Juan Municipio https://data.medicare.gov/resource/xubh-q36u/row-ngg4_t8sn.3cyg 400132 650363 2019-05-31 2018-12-31 103 6         109               109
3994 CENTRO MEDICO WILMA N VAZQUEZ CARR. 2 KM 39.5 ROAD NUMBER 2 BO ALGARROBO VEGA BAJA PR 693 VEGA BAJA (787) 858-1580 Acute Care Hospitals Proprietary TRUE 18.4433265 -66.4180747 1 GEOMETRIC_CENTER 145 72 72145 41980 San Juan-Carolina, PR Central Vega Baja Municipio https://data.medicare.gov/resource/xubh-q36u/row-7zfj_f2en-e6zu 400115 650774 2019-05-31 2018-12-31 124 6         130       20       150

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