master_patient_index | R Documentation |
A fabricated Master Patient Index (MPI) inspired by Gloucestershire's population to be used with functions included in SangerTools
master_patient_index
A tibble with 10,000 rows and 11 variables:
A Pseudonymised NHS Patient Identifier
The identifiable sex of the patient
Health Condition Flag: 1 denotes if the patient is a smoker
Health Condition Flag: 1 denotes if the patient has diabetes
Health Condition Flag: 1 denotes if the patient has dementia
Health Condition Flag: 1 denotes if the patient is Obese
Age of the patient
The decile of indices of multiple deprivation: https://www.gov.uk/government/statistics/english-indices-of-deprivation-2019
The identifiable ethnicity of the patient
The region where the patient lives - sampled from Gloucestershire Clinical Commissioning Group
The network of General Practioners that the patient is registerd with - sampled from Gloucestershire Clinical Commissioning Group
Generated by Asif Laldin a.laldin@nhs.net, Feb-2022
library(dplyr)
data(master_patient_index)
# Convert diabetes data to factor'
master_patient_index %>%
glimpse()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.