Giter Site home page Giter Site logo

anonymiser's Introduction

Project Structure

There are three different anonymisers that have been created to pseudo-anonymise three different types of cancer data. These anonymisers are:

  1. CWTAnonymiser.java (for CWT data) and is stored in peach.anonymiser.cwt
  2. COSDAnonymiser.java (for COSD data) and is stored in peach.anonymiser.cosd
  3. SACTAnonymiser.java (for SACT data) and is stored in peach.anonymiser.sact

The peach.anonymiser package consists of:

  • BaseAnonymiser.java a super class which all the other anonymiser's inherit. It deals with reading CSV files, outputting CSV files and hashing data.
  • Anonymiser.java an interface consisting of a single method anonymise() which every anonymiser will have. This function should consist of the logic to pseudo-anonymise data.

How The Anonymisers Work

The main principle of these anonymisers are to hash sensitive and identifying data so that the original data is disguised, but each patient or organisation can still be distinguished anonymously.

CWT Anonymiser

The following attributes are sensitive, and have therefore been hashed:

  • NHS Number
  • Patient Pathway Identifier (PPI)
  • Organisation Code (PPI Identifier)
  • Site Code (of Provider Consultant upgrade)
  • Site Code (of Provider First Seen)
  • Site Code (of Provider Decision To Treat Cancer)
  • Site Code (of Treatment Start Date Cancer)

All other attributes are insensitive and have not been modified.

COSD Anonymiser

The following attributes are sensitive, and have therefore been hashed:

  • NHS Number
  • Local Patient Identifier
  • Person Family Name
  • Person Given Name
  • Person Family Name (At Birth)
  • Patient Usual Address (At Diagnosis)
  • Organisation Code (Code of Provider)

The folllowing sensitive attributes have been modified differently:

  • Patient Birth Date - Only the year of birth is shown, so a rough age of the patient can be generated
  • Postcode of Usual Address (At Diagnosis) - Only the first half of the postcode is shown, which gives a high level overview of the location

anonymiser's People

Contributors

krinaltrivedi avatar ytachi0026 avatar ellinasm91 avatar

Watchers

James Cloos avatar Jorge Ricaldi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.