Skip to content

Releases: cosyte/deid

Release list

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Jul 23:14
fde242c

What changed

  • A malformed input document could put clinical narrative into the value-free manifest and into the Expert-Determination support report, on default options, and it no longer can.

Full detail for each change is in CHANGELOG.md.

Install

npm install @cosyte/deid@0.0.3

npm: https://www.npmjs.com/package/@cosyte/deid/v/0.0.3

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 19:47
f53b77f

What changed

First published version of @cosyte/deid. Everything in the package is new to consumers, so there is no previous release to compare against.

@cosyte/deid applies a de-identification policy (HIPAA Safe Harbor by default) to healthcare data. It fails closed rather than passing data through on an unrecognised shape, and it emits a manifest of what it removed that carries no values.

Full surface in README.md; per-change detail in CHANGELOG.md.

Install

npm install @cosyte/deid@0.0.2

npm: https://www.npmjs.com/package/@cosyte/deid/v/0.0.2