| GR.Hospitals {SpatialAcc} | R Documentation |
Greek Hospitals
Description
Locations of General and Specialised Hospitals in Greece.
Usage
data("GR.Hospitals")
Format
A data frame with 132 observations on the following 15 variables.
Addresscharacter vector of hospitals' addresses
Namea character vector of hospitals' names
IDa integer vector of hospitals' IDs
Xa numeric vector of x coordinates (GGRS87 - Greek Grid)
Ya numeric vector of y coordinates (GGRS87 - Greek Grid)
Postcodea numeric vector of the hospitals' postcodes
URLa character vector of hospitals' websites
DYPEa integer vector of hospitals' Healthcare Regions
KallCodea character vector of municipality codes to link with data from the Hellenic Statistical Authority (EL.STAT.)
Dimosa character vector of municipality names (Greek with latin characters)
Lata numeric vector of hospitals' latitudes (WGS84)
Lona numeric vector of hospitals' longitudes (WGS84)
Beds15a integer vector of hospitals' beds in 2015
Patien15a integer vector of hospitals' admitted patients (hospital discharges) in 2015
Nights15a numeric vector of in-patients' nights in 2015
Details
The X,Y coordinates (as well as the Lat/Lon coordinates) refer to the exact locations of operating hospitals in the summer 2016. Their identification is the results of registry data, formal hospital addresses, OpenStreetMap (https://www.openstreetmap.org) and Google Maps (https://maps.google.com) including Street View. They have been manually digitised by the author of this package.
Source
The source of the hospital beds, hospital discharges and in-patient nights statistics is the Ministry of Health (http://www.moh.gov.gr/articles/bihealth/stoixeia-noshleytikhs-kinhshs/3865-stoixeia-noshleythentwn-sta-nosokomeia-toy-esy-etoys-2015?dl=1).
References
Kalogirou, S. (2017). Spatial inequality in the accessibility to hospitals in Greece, The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, XLII-4/W2, 91-94, https://doi.org/10.5194/isprs-archives-XLII-4-W2-91-2017.
Examples
data(GR.Hospitals)
hist(GR.Hospitals$Beds15)