Drug Utilisation Review Anonymisation with anonym.plus

Strip the IDs from the utilisation data while the patterns stay.

In simple terms, PII redaction is the on-device process of finding and masking personally identifiable information in a document before it is shared.

DUR anonymisation is the removal of patient IDs from a utilisation dataset. Using identifiable NHS data without consent would need support under s.251 of the NHS Act 2006; properly anonymising the extract avoids that route entirely. anonym.plus does this locally, so the prescribing patterns stay while no row names a person.

When this applies

A utilisation dataset ties fill patterns to named individuals. A prescribing quality study needs the cohort to hold together across rows — the same shape the MHRA’s CPRD releases to researchers, minus the identities.

How anonym.plus handles it

  1. Point anonym.plus at the dataset on your device.
  2. It scans ID columns and any free-text fields.
  3. Patient names, NHS numbers, and dates get flagged.
  4. Confirm the flags; the medicines stay as non-IDs.
  5. Swap IDs with a steady map to keep cohort links.
  6. Save the clean data; the source stays on your machine.

What you need to provide

Patient data entity types detected

Categoryanonym.plus entity typeExample
NamesPERSONpatient_name → [PATIENT_n]
Record IDsMEDICAL_RECORD_NUMBERmrn field → [MRN_n]
DatesDATE_TIMEfill dates → shifted [DATE]
LocationLOCATIONpostcode → [POSTCODE]
AgeAGEage 92 → [AGE_BAND]
IdentifiersNHS_NUMBERNHS no. → [NHS_NUMBER]

Compliance achieved

Anonymise utilisation datasets offline — see plans & start free →

Limitations & cautions

Ages over 89 should be banded and a full postcode truncated, since both single people out in small groups. The medicines and patterns stay. Check that date-shift keeps the gaps your study needs before a full run. If you keep the alias map, the dataset is pseudonymised rather than anonymous and stays in scope.

Frequently asked questions

Can cohorts stay linkable after the swap?

Yes. A steady label map swaps each ID the same way, so an individual's rows still group while no real identity is left in the data.

How are very old ages handled?

The ICO anonymisation guidance treats very small groups as a heightened re-identification risk, and ages above 89 are one, so band them. The tool flags them for review.

Do I still need s.251 support?

Not if the extract is genuinely anonymous — s.251 of the NHS Act 2006 exists for identifiable data used without consent. Record the assessment that got you there.