You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This scrubber utility uses several methods to removes confidential identifiers from structured XML or plain text including:

  • comparing raw & derived (pluralization, alpha/alpha-numeric, etc...) variations of input text phrases to a list of known identifiers (names, states, etc)
  • and applying a series of Regular Expressions

While typically used to prepare confidential reports to be compliant with HIPAA standards, this utility is practical for any
organization looking to protect privacy of their records – regardless if they are being used for medical purposes or not.

  • No labels