Remote Monitoring Dataset Anonymization with anonym.plus

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

Dataset anonymization is the removal of the 18 HIPAA Safe Harbor IDs (45 CFR §164.514(b)) from a remote-monitoring feed. anonym.plus runs offline and leaves the blood-pressure, glucose, and weight series intact for analysis.

When this applies

Home monitors stream readings tagged with the patient and the device serial. For population work or model training, those tags must come off.

How anonym.plus handles it

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

What you need to provide

PHI 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]
Record IDsMEDICAL_RECORD_NUMBERmrn field → [MRN]
LocationLOCATIONhome zip → [PLACE]

Compliance achieved

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

Limitations & cautions

Hardware serials are unique IDs and must go. But a rare reading pattern at a known site can still narrow identity after the obvious tags are gone. Shift the timestamps and use Expert Determination for small cohorts.

Frequently asked questions

Is a hardware serial really an identifier?

Yes. Safe Harbor lists equipment IDs and serials among the 18. A monitor serial maps to one patient, so it is flagged and swapped.

Can rows stay linkable after the swap?

Yes. A steady label map gives each patient one alias, so their readings still join while no real identity remains.

Why work locally on these feeds?

Sending raw monitoring data to a cloud tool is a disclosure with breach risk. On-device work skips that step entirely.