Skip to content

Commit

Permalink
Merge pull request #65 from nhs-r-community/add-nhs-number
Browse files Browse the repository at this point in the history
Added NHS and CHI information
  • Loading branch information
Lextuga007 authored Mar 18, 2024
2 parents 868b8ef + 61e0538 commit 6126032
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ book:
- intro.qmd
- background_literature.qmd
- data_sources.qmd
- nhs-number.qmd
- imd.qmd
- idd-aut.qmd
- mapping.qmd
Expand Down
17 changes: 15 additions & 2 deletions intro.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Introduction (from README)
# NHS Number

{{< include ./README.md >}}
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 6126032

Please sign in to comment.