Skip to content

Commit

Permalink
Merge pull request #69 from nhs-r-community/add-content
Browse files Browse the repository at this point in the history
Added NHS Number information and updated gh-action
  • Loading branch information
Lextuga007 authored Mar 18, 2024
2 parents 729686f + fe984d5 commit 6a025de
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
image: ghcr.io/dukestatsci/r_gh_actions:latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build site
run: |
Expand Down
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ book:
- index.qmd
- intro.qmd
- background_literature.qmd
- nhs-number.qmd
- data_sources.qmd
- imd.qmd
- idd-aut.qmd
Expand Down
18 changes: 18 additions & 0 deletions nhs-number.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "NHS number"
---

In England, Wales and Isle of Man patients are recorded by a unique NHS Number.
The [Wikipedia page](https://en.wikipedia.org/wiki/NHS_number) on the NHS Number is a useful public resource on this number, its generation and history.

Specific R packages for validating or generating NHS Numbers have been listed in the NHS-R Community book [Open Analytics Resources](https://resources.nhsrcommunity.com/tools.html#nhs-numberchi-number-validation).

In Scotland and Northern Ireland the patient ID used is called the CHI (Community Health Index) number and there is a specific [Wikipedia page](https://en.wikipedia.org/wiki/National_Health_Service_Central_Register) for Scotland.
According to the NHS Number page though, although the two systems have the same name they are not linked and overlap.

:::{.callout-tip collapse=false appearance='default' icon=true}
## Contributing to open source (tip)
It is highly recommended that if there are any resources or public information relating to NHS or CHI numbers that the Wikipedia pages are updated as these are central, searchable public areas of knowledge.

Contribution only requires an account with Wikipedia and links to sources to cite appropriately.
:::

0 comments on commit 6a025de

Please sign in to comment.