De-Identification Profile
0.0.1-current - ci-build International flag

De-Identification Profile, published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.DeIdHandbook/ and changes regularly. See the Directory of published versions

DICOM Example

The DICOM standard has defined a set of confidentiality options for common de-identification situations. These apply directly to many real world situations, and can be used as the starting point for specialized adaptation to other situations. Many clinical trial plans and RFPs require use of these standard de-identification methods, and the DICOM standard is recognized by the FDA.

There is a very large table in DICOM PS 3.15, Annex E that specifies how every possible attribute should be de-identified. There is a default de-identification profile and several common options that modify that default. An extract is shown below as an example of how to read that table.

DICOM defines standard actions. The following is the subset that used in the example below.

Table: DICOM Algorithms (Subset for example)

Algorithm Code Algorithm Description
D replace with a non-zero length value that may be a dummy value and consistent with the value representation (VR)
X Remove
K keep (unchanged for non-sequence attributes, cleaned for sequences)
C clean, that is replace with values of similar meaning known not to contain identifying information and consistent with the VR
X/D X unless D is required to maintain IOD conformance (Type 3 versus Type 1)

In the snippet below, you can see that Acquisition DateTime (0008,002A) has not been retired from the standard, and is found in standard composite IODs. The default behavior is to remove this attribute unless its presence is required at that location by the IOD rules. If it is required by IOD rules, a dummy substitute value will be used. This behavior may be modified by specifying the “Retain Longitudinal Full Dates” Option. That option specifies that the attribute be kept unmodified. There is also a “Retain Longitudinal Modified Dates” Option. With that option the dates will be consistently modified for all objects being de-identified.

Table: (In DICOM PS 3.15, Annex E) - Application Level Confidentiality Profile Attributes

Attribute Name Tag Retired (from PS 3.6) In Std. Comp. IOD (from PS 3.3) Default

More Options

Retain Long. Full Dates Option Retain Long. Modif. Dates Option

More Options

Acquisition DateTime (0008,002A) N Y X/D K C

The DICOM standard PS 3.15 Annex-E and all of DICOM.