10

My application logs accesses to PHI. I need to add a log item for things like downloading and printing.

Is there a general term that I can use to describe these events? I'm thinking something like "export" or "externalize".

I want to represent that the user took an action which yielded a file or hard-copy of PHI which my software can no longer track.

Freiheit
  • 277
  • 1
  • 10

3 Answers3

6

RFC 3881 details a format for capturing security audits in healthcare applications. It is the starting point for audit logs in the DICOM standard and IHE.

In any case, it discusses Export and Import events specifically in the case of printing and creating media. I would stick with the term Export.

Steve Wranovsky
  • 488
  • 1
  • 4
  • 9
2

The HIPAA term for it is "disclosure"

Matt
  • 189
  • 4
0

Export usually makes me think of just a download something like 'Output' is pretty generic:

02/09/12 12:00:00 Output - User - action detail
DKnight
  • 161
  • 4