Releases: microsoft/Tools-for-Health-Data-Anonymization
Releases · microsoft/Tools-for-Health-Data-Anonymization
v3.1.1: Merge pull request #212 from microsoft/personal/jaerwin/update-firely-5
Changes:
- cfcce2b Merge pull request #212 from microsoft/personal/jaerwin/update-firely-5
- ac8ef98 Update Firely SDK to 5.0
This list of changes was auto generated.
v3.1.0
Changes:
- 69c30b1 Merge pull request #187 from microsoft/dev [ #186 ]
- 6530ee6 update doc (#188)
- 706b3a6 Upgrade to .net6.0 (#186)
- a42917a Merge pull request #181 from microsoft/dev
- 1e3339f Merge pull request #182 from microsoft/master [ #167 ]
- 48e9bc5 Bump Azure.Storage.Blobs (#177)
- 04c1238 Bump Azure.Storage.Blobs (#178)
- a94adab Update firely sdk version (#180)
- 106d7de Merge pull request #167 from microsoft/dev
- 7006071 Remove resource content from error message (#176) [ #173, #174 ]
See More
- 2f40810 Merge pull request #166 from microsoft/master
- 57542d1 Deploy the DataFactory to the same configured location as the rest of the resources, instead of always in WestUs. (#161)
- 9821de1 fix tests (#163)
- 82bae0b Update DICOM-anonymization.md (#154)
- 7f78d7c Merge pull request #159 from microsoft/dev
- 3301ee8 upgrade to 3.1.0 (#158)
- 287a42c Update release.yml for Azure Pipelines (#144)
- 3728334 Merge pull request #148 from microsoft/master [ #147 ]
- 978c679 Update FHIR-anonymization.md (#153)
- 7b8feb8 Merge pull request #150 from microsoft/ginalee-dotcom-patch-1
- 338861b Merge branch 'master' into ginalee-dotcom-patch-1
- 61909fc update version (#147)
- 956edd6 Merge pull request #142 from microsoft/personal/sowu/add-custom-processor
- ea3d4b9 rename AddProcessors to RegisterProcessors
- 372fa3b update
- d7d293f update tests
- b3d6dab update
- 2ad625c update
- 030d5b0 update
- ac8612e update
- 416e410 Update FHIR-anonymization.md
- 6aecc7f fix comments
- f09801a fix tests
- 157bfdf disable method validator
- f66d858 Merge branch 'dev' of https://github.com/microsoft/FHIR-Tools-for-Anonymization into personal/sowu/add-custom-processor
- 364a6de Merge pull request #145 from microsoft/master
- c8a8f7e Use the "masked" code for encrypted resource parts (#140) [ #95 ]
- d19acb5 update
- aef7e13 fix comments
- fd67338 update
- 70f0f22 support custom processors
- 3166722 Update FHIR-anonymization.md (#141)
- 1ea093e Update readme for new features (#137)
This list of changes was auto generated.
v3.0.0
Changes:
- 978c679 Update FHIR-anonymization.md (#153)
- 7b8feb8 Merge pull request #150 from microsoft/ginalee-dotcom-patch-1
- 338861b Merge branch 'master' into ginalee-dotcom-patch-1
- 61909fc update version (#147)
- 416e410 Update FHIR-anonymization.md
- c8a8f7e Use the "masked" code for encrypted resource parts (#140) [ #95 ]
- 3166722 Update FHIR-anonymization.md (#141)
- 1ea093e Update readme for new features (#137)
- 5656b92 Merge pull request #139 from microsoft/dev
- 881c798 Merge pull request #138 from microsoft/master
See More
- efc6097 Merge pull request #133 from microsoft/personal/sowu/merge-dev
- 56b9bef Fix issues in security assessment (#135)
- ffd28df Refine anonymizer processing logics (#134)
- 053efb1 Merge pull request #136 from microsoft/ginalee-dotcom-patch-1
- be30a20 Update FHIR-anonymization.md
- 7144ad4 Update DICOM-anonymization.md
- a6094a6 Update README.md (#124)
- 4bb1f52 Merge pull request #130 from microsoft/dev
- a538e04 update customAnalysisRules.ruleset
- f6cfa65 Merge pull request #132 from microsoft/personal/sowu/merge-dev
- 751657f Refine pipeline (#122) (#123) (#131)
- cdaed92 merge
- 779b25e Merge Dicom (#128) [ #105, #107, #108 ]
- 225e09e Refine pipeline (#122) (#123)
- ac85e7c Refine pipeline (#122)
- bb8c220 Update exception handling (#115) [ #116 ]
- ceb4438 update meta node name (#117)
This list of changes was auto generated.
v2.2.0
v2.0.0
v1.2.0
v1.1.0
Bug Fixes
- #13, #16 Format output.
- #20 Fix path rule transformation for some children types.
- #38 Fix Bundle processing to skip entry.resource instead of whole entry.
- #46 Fix subscription selection defect for ADF.
New Functionality
- #12, #21, #25 Enable parallel processing for command-line tool and ADF.
- #21 Enable cross region deployment for ADF.
- #23 Add resource group option for ADF.
- #28 Add validation options for input and output resources.
- #30 Add dateShiftScope for date shift algorithm.
- #35 Add security labels for anonymized resources.
- #39 Enable process resume on command-line tool and ADF.
- #47 Enable general FHIR path rules in configuration.
- #49 Add cryptoHash anonymization method.
Known Limitations
- We only support FHIR data in R4, JSON format.
v1.0.0
This is the first release for FHIR Tools for Anonymization.
The core engine uses a configuration file specifying the de-identification settings to anonymize the data. The project includes a command-line tool that can be used on-premises or in the cloud to anonymize data. It also comes with a tutorial and script to create an ADF pipeline that reads data from Azure blob store and writes anonymized data back to a specified blob store.
Known Limitations
- We only support FHIR data in R4, JSON format.
- Date-shift algorithm shifts the dates within a resource by the same random amount.
- The source and the destination blob store, the ADF pipeline, and the Azure batch account must all be in the same region for the ADF pipeline to work reliably.