Claims Dataset Anonymisation with anonym.plus

Turn a claims table into anonymous data that sits outside UK GDPR.

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

Claims dataset anonymisation is the removal of personal data from a bulk extract (CSV, JSON, or a bundle). Once truly anonymous, it is no longer personal data under UK GDPR Recital 26 and leaves scope, judged against the motivated-intruder test the ICO sets out in its Anonymisation, Pseudonymisation and Privacy Enhancing Technologies guidance. anonym.plus does this on your own device.

When this applies

Analytics and pricing work often start with a bulk extract of many rows of UK GDPR Art. 9 health data. Sending that to a cloud tool is a disclosure risk in its own right. Local work avoids it and lets you apply the ICO's own anonymisation standard before the table is reused.

How anonym.plus handles it

  1. Point anonym.plus at the export folder on your server.
  2. It scans the ID columns and the free-text fields.
  3. Steady aliases keep joins across rows intact.
  4. Turn off the re-link key for true anonymity.
  5. Review the summary and tune the column rules.
  6. Save the clean table on your device.

What you need to provide

Patient data entity types detected

Categoryanonym.plus entity typeExample
NamesPERSONmember_name → [MEMBER_n]
Member IDUK_HEALTH_INSURANCE_MEMBERmbr_id field → [MEMBER_ID_n]
AccountACCOUNT_NUMBERacct field → [ACCOUNT_n]
DatesDATE_TIMEservice_date → shifted [DATE]
AddressLOCATIONpostal fields → [ADDRESS]
Free textPERSON / LOCATIONinline names → aliases

Compliance achieved

Anonymise claims datasets offline — see plans & start free →

Limitations & cautions

True anonymity is a high bar under the ICO motivated-intruder test. If you keep a re-link key, the result is pseudonymous, not anonymous, and stays in scope. A rare cost outlier plus a postcode can re-identify, so weigh the residual risk before treating the table as anonymous.

Frequently asked questions

Anonymous or pseudonymous — what is the difference?

Pseudonymous output keeps a key that can re-link it, so under UK GDPR it stays personal data whatever else changes. Anonymous output drops that key for good, and only then does Recital 26 take it out of scope. The ICO's own guidance treats this as the dividing line, not a matter of degree.

Can rows stay linkable after the swap?

Only if you keep an alias map, which makes the result pseudonymous rather than anonymous. For true anonymity under the ICO's motivated-intruder test, turn the map off so no key remains anywhere.

Why work locally rather than in the cloud?

Sending raw rows of health data to a cloud tool is itself a disclosure, before any anonymisation happens. Local work skips that step entirely, so the data never leaves your device in identifiable form.