Pseudonymisation

From Discovery Data Service
Revision as of 09:55, 3 September 2020 by JoC (talk | contribs)
Jump to navigation Jump to search

Discovery uses the NHS standard Open Pseudonymiser (https://www.openpseudonymiser.org/) to create pseudonymised data by taking one or more inputs (NHS number, date of birth) and a salt file to generate a psuedo ID that looks like "A541CAF13D376B9AD1072C3096AE141CFF1E67B027CEB632D194D3C6577AB8BF". By using different salt files you can generate different pseudo IDs from the same data input; each research project uses a different salt to create their own psueudo IDs generated for patient records they use.

Pseudo IDs are generated in DDS subscriber databases based on subscriber-specific configuration; from NHS number only or NHS number and date of birth.

Salt files

A salt file is used to generate a pseudo ID from a given input such as a NHS number.

Each customer/project can supply their own salt files, and each subscriber database supports an unlimited number of pseudo IDs generated for each patient. For example, the CEG database has 30 pseudo IDs for each patient, each generated from the NHS number and a separate salt file.

For more information see https://www.openpseudonymiser.org/FAQ.aspx

Key server

A key server is a website or API that securely stores and shares salt files.

Discovery doesn't currently provide a Key Server , Kambiz Boomla acts as the London DDS "Key Server" in that he's got all the salt files and can email them out to whoever needs them.

None of the above necessarily will make sense, but should be clearer if you have a quick read of the docs on the above website.