De-Identifying Data |
Top Previous Next |
|
"De-identifying Utility" can be used to "de-identify" X12 HIPAA transactions. You can replace Private Medical Information (PMI) with random numbers and names. This should facilitate the testing of the HIPAA transactions without compromising individuals' privacy. The software is free for all users. Read more on http://www.claredi.com. It is your responsibility to make sure the configuration file meets your de-identification requirements.
5. Click on the "De-identify now" button to process the file. As the result, you will receive a sucess message like this, click OK.
You may be informed about error/notification messages generated by the utility. Click "Yes" to access them.
Changing ConfigurationTo change the De-identifying Utility configuration, click on the "Configuration" button.
Click on "Edit" to open a configuration file.
This configuration file has a lot more than what you need, and in most cases all you have to do is remove the "#" at the beginning of a line in order to put that line into effect. At first time, only patient and subscriber information is de-identified, and provider information is left intact. That is easily changed by removing the "#" at the beginning of some of the lines.
The lines have two parts separated by one or more spaces (or tabs):
In the replacement data, any "empty" data element will indicate that the data is not to be replaced and the original data must remain intact. Otherwise, if there is replacement data in that element, the replacement data will be used instead of the original, and if the replacement data is a single tilde "~" then the element will be blanked out. Blanking out with tildes should rarely be used, as it distorts the original data. If the original did not have data in an element, the output will not have data in that element even if the replacement data exists. If the replacement data starts with "?" then the replacement only takes place if there was no data for that element. If there was any data in it, the replacement does not take place. If the replacement data starts with "+" then the replacement takes place every time, even if there was no data for that element. The configuration file accepts only "*" as the element delimiter, and does not use segment terminators. Composite data elements are replaced as a whole at this time, and individual components of a composite are not replaceable at this time. The BIN segment is not handled yet. Even though the configuration file only accepts the "*" as the delimiter, the data itself may have any valid X12 delimiter. |