Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Acesss_Hospitals_MinDistance.md #84

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions data_final/metadata/Acesss_Hospitals_MinDistance.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
**Meta Data Name**: Access to Hospitals
**Added**: January 6, 2021
**Last Modified:** April 25, 2022
**Added**: January 6, 2021
**Author**: Susan Paykin
**Last Modified:** October 17, 2023
**Last Modified By:** Wataru Morioka

### Data Location:
Access03 at 4 spatial scales. Files can be found [here](/data_final).
* Access03_T
* Access03_Z
* Access04_C
* Access04_S
* Access03_C
* Access03_S

### Data Source(s) Description:
Hospital locations were sourced from [CovidCareMap Healthcare System Capacity data](https://github.com/covidcaremap/covid19-healthsystemcapacity/tree/master/data), an aggregated dataset which sources data from the [Healthcare Cost Report Information System (HCRIS)](https://www.cms.gov/Research-Statistics-Data-and-Systems/Downloadable-Public-Use-Files/Cost-Reports/Hospital-2010-form) and [Definitive Healthcare](https://coronavirus-resources.esri.com/datasets/definitivehc::definitive-healthcare-usa-hospital-beds?geometry=125.859%2C-16.820%2C-150.821%2C72.123).
Expand Down Expand Up @@ -39,19 +40,19 @@ County and state-level variables include the **count** of Census tracts and the
|:---------|:--------------------|:------------|
| GEOID | GEOID | Unique 11-digit GEOID for census tracts (state + county + tract) |
| ZIP Code Tract Area (ZCTA) | ZCTA5CE10 | Unique 5-digit assigned ZCTA, usually same as ZIP Code |
| Distance to nearest hospital | minDisHosp | Euclidean distance* from tract/zip centroid to nearest hospital, in miles |
| Driving time to nearest hospital | driveTime | Driving time from tract/zip origin centroid to the nearest tract/zip hospital destination centroid, in minutes |
| Count of hospitals | driveCount | Count of hospitals within a 30-minute driving threshold |
| Distance to nearest hospital | HospMinDis | Euclidean distance* from tract/zip centroid to nearest hospital, in miles |
| Driving time to nearest hospital | HospTmDr | Driving time from tract/zip origin centroid to the nearest tract/zip hospital destination centroid, in minutes |
| Count of hospitals | HospCntDr | Count of hospitals within a 30-minute driving threshold |

#### County and State
| Variable | Variable ID in .csv | Description |
|:---------|:--------------------|:------------|
| COUNTYFP | ID for counties | Unique 5-digit identifier for counties|
| STATEFP | ID for states | Unique 2-digit identifier for states|
| Count of tracts | cntT | Total number of tracts in county/state |
| Count of tracts within 30-min driving range | cntTimeDrive | Number of tracts with hospital within a 30-min driving range |
| Percent of tracts within 30-min driving range | pctTimeDrive | Percent of tracts with hospital within a 30-min driving range |
| Average time drive to nearest hospital | avTimeDrive | Average driving time (minutes) across tracts in county/state to nearest hospital |
| ID for counties | COUNTYFP | Unique 5-digit identifier for counties|
| ID for states | STATEFP | Unique 2-digit identifier for states|
| Count of tracts | TotTracts | Total number of tracts in county/state |
| Count of tracts within 30-min driving range | HospCtTmDr | Number of tracts with hospital within a 30-min driving range |
| Percent of tracts within 30-min driving range | HospTmDrP | Percent of tracts with hospital within a 30-min driving range |
| Average time drive to nearest hospital | HospAvTmDr | Average driving time (minutes) across tracts in county/state to nearest hospital |

### 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.
Expand Down