Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow the below steps to de-identify the PHI data as well as make the data size smaller by removing audit data:

  • Make a copy of production DB
  • Run below SQLs on the copy
  • Export the data dump and import it into the test server.

Important: Do not run these SQLs on the production database.

...

Expand

update catissue_participant set LAST_NAME=null, FIRST_NAME=null, MIDDLE_NAME=null, BIRTH_DATE=null, SOCIAL_SECURITY_NUMBER=null, DEATH_DATE=null, EMPI_ID=null; (need to add email and phone number columns here)

update catissue_partspecimen_medicalcoll_id group set MEDICALSURGICAL_RECORDPATHOLOGY_NUMBER=null;update

TRUNCATE table catissue_specimenpart_coll_group set SURGICAL_PATHOLOGY_NUMBER=nullmedical_id;

TRUNCATE TABLE catissue_part_medical_id_aud;

TRUNCATE TABLE catissue_participant_aud;

TRUNCATE TABLE cat_specimen_coll_group_aud;

<truncate consent tables>