Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 5.11 KB

Acesss_Hospitals_MinDistance.md

File metadata and controls

64 lines (47 loc) · 5.11 KB

Meta Data Name: Access to Hospitals
Date Added: January 6, 2021
Author: Susan Paykin
Date Last Modified: January 3, 2024
Last Modified By: Wataru Morioka

Theme:

Environment

Data Location:

You can find the variables described in this document in the CSV files here.

CSV files are organized by year and spatial scale. For example, county-level variables from 2000 will be found in C_2000.csv.
Note: Every variable can be found in the Latest files.

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, latitude 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:

Tract and Zip Code

Distance

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.

Travel Time and Count Within Threshold

We calculated travel-network access metrics for the driving travel time to the nearest hospital location and count of hospitals within a 30 minute driving threshold. The driving travel cost matrices were sourced from Project OSRM and are available at the Tract or ZCTA scales for multiple transit modes via this Box folder. This analysis was conducted in Python. The script is available in code/Access Metrics - Health Resources.

County and State

County and state-level variables include the count of Census tracts and the percent of Census tracts located within a 30 minute driving threshold of hospital, as well as the mean (average) driving time in minutes from Census tracts within the county or state.

Key Variable and Definitions:

  • Variable -- title of variable
  • Variable ID -- exact name of variable in datasets
  • Description -- Short description of variable
  • Years Available -- years for which data exists for this variable
  • Spatial Scale -- the variable exists for these levels of spatial scale

Tract and Zip Code

Variable Variable ID in .csv Description Years Available Spatial Scale
Distance to nearest hospital HospMinDis Euclidean distance* from tract/zip centroid to the nearest hospital, in miles Latest Tract, Zip
Driving time to nearest hospital HospTmDr Driving time from tract/zip origin centroid to the nearest tract/zip hospital destination centroid, in minutes Latest Tract, Zip
Count of hospitals HospCntDr Count of hospitals within a 30-minute driving threshold Latest Tract, Zip

County and State

Variable Variable ID in .csv Description Years Available Spatial Scale
Count of tracts TotTracts Total number of tracts in county/state Latest County, State
Count of tracts within 30-min driving range HospCtTmDr Number of tracts with hospital within a 30-min driving range Latest County, State
Average time drive to nearest hospital HospAvTmDr Average driving time (minutes) across tracts in county/state to nearest hospital Latest County, State
Percent of tracts within 30-min driving range HospTmDrP Percent of tracts with hospital within a 30-min driving range Latest County, State

Data Limitations:

*Euclidean distance or straight-line distance is a simple approximation of distance or travel time from an origin centroid to the nearest health center. 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 of Guam, Northern Mariana Islands, American Samoa, and Palau. Zip code and tract centroids are not population-weighted.