LinuxForHealth / hl7v2-fhir-converter

Converts HL7 v2 Messages to FHIR Resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHI Removal

xpander53 opened this issue · comments

The goal of this issue is to clean up the code so that the logs and stdout will not print any PHI. This includes:

  • Removal of all system.out.print(ln)s. We should always be using LOGGER statements.
  • Sanitizing all info, warn, and error log messages to remove any variables that could contain PHI.
  • Stripping out all debug log messages from the code during the build.

In Release 1.0.12