-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from nhs-r-community/add-content
Added NHS Number information and updated gh-action
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
::: |