Remote Monitoring Dataset Anonymisation with anonym.plus

Clear patient and device identifiers from RPM feeds while readings stay whole.

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

Dataset anonymisation is the removal of personal identifiers from a remote-monitoring feed. The readings are special category data under UK GDPR Art. 9(1), and DPA 2018 Schedule 1, Part 1, paragraph 2 is the condition the service relies on. A health organisation deploying the monitoring system also has to meet DCB0160, the clinical risk management standard for the deployment and use of health IT, published under section 250 of the Health and Social Care Act 2012. anonym.plus runs offline and leaves the blood-pressure, glucose, and weight series intact.

When this applies

Home monitors stream readings tagged with the patient and the device serial. Population analysis or model training does not need either tag. The clinical safety case under DCB0160 does need the live feed to stay accurate, so anonymise a copy rather than the source.

How anonym.plus handles it

  1. Point anonym.plus at the export on your server.
  2. It scans identifier columns and any free-text notes.
  3. Hardware serials and patient keys both get flagged.
  4. Steady labels keep each person linked across rows.
  5. Review the summary, then save the clean set.

What you need to provide

Patient data entity types detected

Categoryanonym.plus entity typeExample
NamesPERSONpatient_name → [PATIENT_n]
IdentifiersIDmonitor serial 9F-2207 → [DEVICE]
DatesDATE_TIMEreading_ts → shifted [TIME]
NetworkIP_ADDRESSgateway IP → [IP]
NHS numberNHS_NUMBERNHS 512 999 0001 → [NHS_NO]
LocationLOCATIONhome postcode → [PLACE]

Compliance achieved

Anonymise remote monitoring datasets offline — see plans & start free →

Limitations & cautions

Hardware serials are unique and must go. A rare reading pattern at a known site can still narrow identity once the obvious tags are gone. Shift the timestamps, and apply the motivated-intruder test for small cohorts before you share anything.

Frequently asked questions

Is a monitor serial really an identifier?

Yes, once it maps to one patient. UK GDPR treats equipment identifiers as personal data whenever they can be tied back to an individual, and a home monitor is issued to one person. The tool flags the serial and swaps it like a name.

Does anonymising the export affect our DCB0160 safety case?

It should not, provided you work on a copy. DCB0160 covers the clinical risk of deploying and using the health IT system itself, which means the live feed clinicians act on has to stay complete and accurate. A de-identified analytics extract sits outside that flow.

Can rows stay linkable after the swap?

Yes. A steady label map gives each individual one alias, so their readings still join across the file. Keeping that map makes the output pseudonymous rather than anonymous, so store it separately and treat it as personal data.