UMEssen / DeidentiFHIR

MIT License
8 stars 2 forks source link

Enhance deidentified resources with information about removed (deidentified) paths #16

Open philwinn opened 2 years ago

philwinn commented 2 years ago

For a user of deidentified FHIR resources, it might be important to know which paths were removed (deidentified) by the deidentification process. Unless this information is not encoded as part of a deidentified resource, it is impossible for a user to know whether a particular data point is simply missing in the original resource or was removed by the deidentification process.

This enhancement could be implemented as either

tobiasgirardet commented 2 years ago

One drawback I can think about is that this information might expose an additional "attack surface" for re-identification of a patient. Therefore, this should be an optional feature, that is disabled by default.