Skip to content

Commit 1b9e318

Browse files
committed
Removed out-dated reference to CCG in comment.
1 parent 1675a85 commit 1b9e318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

general_practice/patient_registrations/pre-processing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ library(tidyverse)
1919
trafford_postcodes <- read_csv("https://www.trafforddatalab.io/spatial_data/postcodes/trafford_postcodes.csv") %>%
2020
select(postcode, ward_code, ward_name, msoa_code, msoa_hcl_name, locality)
2121

22-
# Get the list of GP practices under Trafford CCG
22+
# Get the list of GP practices within Trafford
2323
trafford_gp <- read_csv("https://files.digital.nhs.uk/11/9809CA/gp-reg-pat-prac-map.csv") %>%
2424
filter(PRACTICE_POSTCODE %in% trafford_postcodes$postcode) %>%
2525
select(practice_code = PRACTICE_CODE,

0 commit comments

Comments
 (0)