-
Notifications
You must be signed in to change notification settings - Fork 20
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
Request detailed data on Hospital || Emergency Service for the crashes #12
Comments
The public health department has access to Emergency Department data through Syndromic Surveillance https://www.cdc.gov/nssp/overview.html |
In addition, the "HospitalName" field in Person set contains lots of code-type data instead of hospital names, and there's no elaboration in the data dictionary doc. Thanks! |
I was going to check with the people at the State, but it's clearly just messy data. I can't imagine a data dictionary helping here. There are 3,322 hospital name entries here are the top 20 entries:
This gives you a sense for what the head / tail of the hospital names look like:
I've used the I think this function could work, but we'd need a master list of hospitals and their locations. I think it would nicer to do some unsupervised learning on the data and look for natural clusters by name, and then see if the similar name clusters are also geographically concentrated. You'd think that certain areas would depend on certain hospitals. However, they might also use more distant hospitals that have (for example) superior trauma units or specialties. |
Hi, I found a list of trauma centers here: hospital_list.zip - I created a csv file from the link above. Map of Trauma Centers - Probably need to find a way to download for Illinois. I have a fuzzy matching script in R that can match with a full list of hospitals and trauma centers using the Levenshtein and Jaro distance (stringi and stringdist packages). We also need to create another column to identify if it is a hospital or maybe we need to fully clean the HospitalName column. I will work on it this week. |
Thanks @hneaz |
CDPH shared with us this website that has a list of all the hospitals along with their addresses: One can export that data to csv In case there isn't a way to export the map that @hneaz mentioned, we can geolocate the hospitals through their addresses. I don't know if there's a tool in R for that, but let me know if we need to do it in GIS and I can do so using address locator (at least for Chicago). |
@sas1336 Thank you for the link. This is very useful. I can start working on cleaning up the hospitals names and also try out @geneorama's script. If we need the lat/long for the hospitals, I can get them using SmartyStreets Python API by uploading the file from the link provided. I have the unlimited subscription plan from work that I can use to get clean addresses with lat/long. [UPDATE] I got the latitude and longitude data for the hospitals. Please find attached. |
The topic that I would like to dig into is about the hospital and emergency service for the traffic crashes in Chicago. But right now, there is a lack of data around this subject. So I would like to request or see more information in the public datasets. Thank you!
The text was updated successfully, but these errors were encountered: