This is a standalone, desktop application developed by the FAIR4Health project (https://www.fair4health.eu/). The tool aims to handle the privacy challenges exposed by the sensitive health data. It is designed to work on an HL7 FHIR API so that it can be used on top of any standard FHIR Repository as a data de-identification, anonymization, and related actions toolset. The tool accesses FHIR resources, presents metadata to the user, guide the user about the configuration to be applied and then output the processed FHIR resources.
npm install
npm run electron:serve
npm run electron:build
Windows: nsis
Linux: AppImage
, deb
Mac: dmg
All:
npm run test
Unit:
npm run test:unit
e2e:
npm run test:e2e
npm run lint
The tool writes logs to the following locations:
- on macOS:
~/Library/Logs/FAIR4Health Privacy Tool/log.txt
- on Windows:
%USERPROFILE%\AppData\Roaming\FAIR4Health Privacy Tool\logs\log.txt
- on Linux:
~/.config/FAIR4Health Privacy Tool/logs/log.txt
This research has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 824666, FAIR4Health Project (Improving Health Research in EU through FAIR Data).