moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
privacy-apps [2017/11/03 06:39]
serbizadmin [deid]
privacy-apps [2017/11/03 06:42]
serbizadmin [deid]
Line 5: Line 5:
 The app requires prior Perl 5 (or later) installation. For mac users, no need for further installation. For Windows users, please use "perl -v" command on the commandline to check if Perl is available. If not, [[http://strawberryperl.com|please install this]].  The app requires prior Perl 5 (or later) installation. For mac users, no need for further installation. For Windows users, please use "perl -v" command on the commandline to check if Perl is available. If not, [[http://strawberryperl.com|please install this]]. 
 \\ \\
-  * [[https://www.physionet.org/physiotools/sources/deid/deid-1.1.tar.gz|Download the app]]. Unpack it on a directory (example: c:\deid) [[https://www.physionet.org/faq.shtml#tar-gz|using this instruction]].+  * [[https://www.physionet.org/physiotools/sources/deid/deid-1.1.tar.gz|Download the app]]. [[https://www.physionet.org/faq.shtml#tar-gz|Using this instruction]], unpack it on a directory, example:  
 +<codedoc code>  
 +  c:\deid 
 +</codedoc>   
  
-Sample use on Windows+Sample use on the command prompt
 <codedoc code>  <codedoc code> 
   $ cd deid   $ cd deid
Line 14: Line 17:
  
 For more info, see[[https://www.physionet.org/physiotools/deid/doc/DeidUserManual.pdf| its Manual]]. Finetune the app for your needs by modifying its dictionaries and lists of names and other identifiers. For more info, see[[https://www.physionet.org/physiotools/deid/doc/DeidUserManual.pdf| its Manual]]. Finetune the app for your needs by modifying its dictionaries and lists of names and other identifiers.
- 
 ====== Deidentify ====== ====== Deidentify ======
 De-identification (by preudonymization) of free-text medical records involving Protected Health Information according to HIPAA Privacy Rules. "Detected identifiers are replaced by randomly generated substitutes. Consistency of the data is preserved as the same name, phone number or location will always be mapped to the same replacement." De-identification (by preudonymization) of free-text medical records involving Protected Health Information according to HIPAA Privacy Rules. "Detected identifiers are replaced by randomly generated substitutes. Consistency of the data is preserved as the same name, phone number or location will always be mapped to the same replacement."