Connected Device Log Anonymisation with anonym.plus

Strip patient and serial identifiers from device telemetry that holds health data.

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

Log anonymisation is the removal of personal detail from the telemetry a connected medical device records. The readings are health data under UK GDPR Art. 9(1). The device itself is regulated by the MHRA under the Medical Devices Regulations 2002, which require adverse incidents to be reported, so the raw log has a safety role as well as an engineering one. DCB0129 covers clinical risk in manufacturing health IT and DCB0160 covers deploying it. anonym.plus works on a local machine and keeps the telemetry usable.

When this applies

An infusion pump or monitor writes events tagged with the patient, a serial number, and a network address. Fault analysis needs the event sequence, not the patient. Keep the untouched log for any MHRA report and anonymise the engineering copy.

How anonym.plus handles it

  1. Open the telemetry in anonym.plus on a local machine.
  2. It finds the patient key, serial, and network address.
  3. Event codes and sensor values stay in place.
  4. Swap the personal parts with the map switched off.
  5. Save the anonymous file on your machine.

What you need to provide

Patient data entity types detected

Categoryanonym.plus entity typeExample
NamesPERSONpatient tag → [PATIENT]
IdentifiersIDserial 22F-0931 → [SERIAL]
NetworkIP_ADDRESS10.0.0.42 → [IP]
IdentifiersIDMAC address → [MAC]
DatesDATE_TIMEevent time → shifted [TIME]
LocationLOCATIONward tag → [PLACE]

Compliance achieved

Anonymise connected device logs offline — see plans & start free →

Limitations & cautions

A serial or MAC address is unique, so it must go for true anonymity. A rare event sequence at a known site can still narrow identity once the tags are gone. Shift the timestamps and keep no re-link key.

Frequently asked questions

Why treat a serial or MAC address as personal data?

Each one maps to one device, and a device is usually assigned to one patient. That link is what UK GDPR looks at, so the identifier counts as personal data even though it names nobody. The tool flags and swaps both.

Should I anonymise a log before reporting a device fault?

No. Adverse incident reports to the MHRA under the Medical Devices Regulations 2002 rely on the raw evidence, and stripping fields first can destroy the sequence an investigator needs. Report from the original, and anonymise the copy you use for engineering analysis or supplier discussions.

Do the sensor values survive?

Yes. Event codes and readings remain in place, so fault analysis runs normally while the identifying tags are gone.