I am reading DICOM headers and storing them in a database. Is there a list of DICOM objects that need to be store encrypted or anonymized in order to be HIPAA compliant?
This is the sort of list of DICOM tags we are storing: PatientID, PatientsName, PatientsBirthDate, StudyDate, StudyInstanceUid, SopInstanceUid, etc...
Interesting question. I've never come across a specific list that is ordered by dicom tag.
There is a dicom header anonymizer written as a Ruby gem (Ruby-Dicom).
Looking at it's source code here, I see that these are the fields they chose to address starting around line #663: