Skip to content

Releases: microsoft/Tools-for-Health-Data-Anonymization

v3.1.1: Merge pull request #212 from microsoft/personal/jaerwin/update-firely-5

17 Apr 22:52
cfcce2b
Compare
Choose a tag to compare

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

01 Nov 14:13
69c30b1
Compare
Choose a tag to compare

Changes:

See More

This list of changes was auto generated.

v3.0.0

03 Dec 06:49
5656b92
Compare
Choose a tag to compare

Changes:

See More

This list of changes was auto generated.

v2.2.0

24 Jul 03:37
4b03c2c
Compare
Choose a tag to compare

New Functionality

  • #81 Add generalize anonymization method.

Feature Refinement

  • #96 Add missing parameters in R4&STU3 deployment scripts.

Dependency Upgrade

v2.0.0

24 Jul 11:00
8215365
Compare
Choose a tag to compare

New Functionality

  • #60, #69, #71 Add support for STU 3.
  • #68 Add substitute anonymization method.
  • #72 Add perturb anonymization method.

Known Limitations

  • We only support FHIR data in JSON format.

v1.2.0

21 Jul 02:20
71f092d
Compare
Choose a tag to compare

Bug Fixes

  • #64 Fix zip code redaction to keep valid output format for zip+4.

New Functionality

  • #55 Add encryption anonymization method.
  • #58 Add anonymization API that anonymizes an element.

Known Limitations

  • We only support FHIR data in R4, JSON format.

v1.1.0

21 Jul 02:18
754bae5
Compare
Choose a tag to compare

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

21 Jul 02:16
240546d
Compare
Choose a tag to compare

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.