Skip to content

added scotland hospital 24 points#55

Merged
MikeJohnPage merged 3 commits into
humaniverse:mainfrom
karoliskoncevicius:dev-scotland-hospitals
May 26, 2025
Merged

added scotland hospital 24 points#55
MikeJohnPage merged 3 commits into
humaniverse:mainfrom
karoliskoncevicius:dev-scotland-hospitals

Conversation

@karoliskoncevicius
Copy link
Copy Markdown
Contributor

This is my first time adding data to geographr, so would be nice to double check.

I am not sure about the hb19 codes and names - they matched with hb19 in geographr, but have 3 additional codes here.

@MikeJohnPage
Copy link
Copy Markdown
Member

It states here that there are 14 regional boards and 7 special boards. Looking through the code, we can see that the three additional hb codes refer to these special boards, which span 6 hospital sites:

> points_scotland_hospitals24 |>
+   filter(hb19_code %in% c("SB0808", "SB0801", "SB0802")) |>
+   distinct(hb19_code, hb19_name, scotland_hospital24_name)
# A tibble: 6 × 3
  hb19_code hb19_name                              scotland_hospital24_name         
  <chr>     <chr>                                  <chr>                            
1 SB0808    NHS National Services Scotland         Livingston Donor Centre          
2 SB0801    NHS National Waiting Times Centre      Golden Jubilee National Hospital 
3 SB0801    NHS National Waiting Times Centre      Golden Jubilee Conference Hotel  
4 SB0801    NHS National Waiting Times Centre      Golden Jubilee Innovation Centre 
5 SB0801    NHS National Waiting Times Centre      Golden Jubilee Research Institute
6 SB0802    The State Hospitals Board for Scotland The State Hospital    

So, let's keep them!

@MikeJohnPage MikeJohnPage merged commit 402cdff into humaniverse:main May 26, 2025
1 check passed
@MikeJohnPage
Copy link
Copy Markdown
Member

Thanks 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants