citizens-online / cohealthmapr

A map to show all GP surgeries in England, looking at age and digital engagement. It is designed to help identify areas where there are more people who don’t tend to use digital tools and services, or who are not online. We’ve used NHS data on registration for online GP services to make the map.

Home Page:https://www.citizensonline.org.uk/gp-map/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Citizens Online logo

This code and resulting map were created by Francis Barton of Citizens Online in March-April 2020.

See:

Data and webpage information last updated January 2021.

Here's a listing of the contents of the data directory in my local repository. As you can see, the file sizes are quite large so I haven't uploaded this folder to GitHub.

library(dplyr)
tibble(files = list.files("data", recursive = TRUE)) %>% 
  mutate(size_mb = round(file.size(paste0("data/", files))/2^20))

# A tibble: 6 x 2
  files                                size_mb
  <chr>                                  <dbl>
1 gp-reg-pat-prac-sing-age-regions.csv       3
2 ons_nspcl_data.Rds                        17
3 POMI_APR2020_to_APR2020.csv               11
4 surgery_data_raw.csv                      21
5 tmp/ons_postcode_data.zip                206
6 tmp/pomi_2021.zip                          1

Look at pomi_data_dictionary.txt for descriptions of the Patient Online data.

This project is written in R using:

About

A map to show all GP surgeries in England, looking at age and digital engagement. It is designed to help identify areas where there are more people who don’t tend to use digital tools and services, or who are not online. We’ve used NHS data on registration for online GP services to make the map.

https://www.citizensonline.org.uk/gp-map/

License:MIT License


Languages

Language:HTML 99.8%Language:R 0.2%Language:CSS 0.0%