Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 2.67 KB

Acesss_Hospitals_MinDistance.md

File metadata and controls

36 lines (27 loc) · 2.67 KB

Meta Data Name: Access to Hospitals
Last Modified: January 6, 2021
Author: Susan Paykin

Data Location:

Access03 at 2 spatial scales. Files can be found here.

  • Access03_T
  • Access03_Z

Data Source(s) Description:

Hospital locations were sourced from CovidCareMap Healthcare System Capacity data, an aggregated dataset which sources data from the Healthcare Cost Report Information System (HCRIS) and Definitive Healthcare.

Zip code tract area (ZCTA) and Census Tract files were sourced from the US Census Bureau, TIGER/Line Shapefiles 2018.

Description of Data Source Tables:

The source datatable from CovidCareMap included the hospital name, address, city, state, county, latitute and longitude, as well as additional variables for hospital bed and ICU bed capacity, current bed occupancy rates, and staffing rates. For this analysis, we used only the hospital name and location variables.

Description of Data Processing:

Data was cleaned and prepared for analysis. Centroids were calculated for ZCTA and Census Tract geometries. For the nearest resource analysis, Euclidean distance was calculated from the centroid of each tract/ZCTA to the nearest hospital location.

Key Variable and Definitions:

Variable Variable ID in .csv Description
Access to Hospitals minDisHosp Euclidean distance from centroid to nearest hospital, in miles
Census Tract GEOID GEOID Unique 11-digit GEOID for census tracts (state + county + tract)
State STATEFP Unique 2-digit ID for states
County COUNTYFP 3-digit ID for counties
Census Tract TRACTCE 6-digit ID for census tracts
ZIP Code Tract Area (ZCTA) ZCTA5CE10 Unique 5-digit assigned ZCTA, usually same as ZIP Code

Data Limitations:

Euclidean distance or straight-line is a simple approximation of access or travel from an origin centroid to the nearest hospital. It is not a precise calculation of real travel times or distances.

Comments/Notes:

This dataset includes all US states, Washington D.C., and Puerto Rico. It does not include the territories Guam, Northern Mariana Islands, American Samoa, Palau. Zip code and tract centroids are not population-weighted.