Enum: ImageDeidentificationTargetEnum
The components of a medical imaging object that can carry identifying information and therefore need to be addressed by a de-identification workflow. A workflow first assesses whether an image requires pixel-level (face or head) de-identification or only metadata de-identification.
URI: valuesets:ImageDeidentificationTargetEnum
Permissible Values
| Value | Title | Meaning | Description |
|---|---|---|---|
| HEADER_METADATA | Header metadata | Standard DICOM attributes such as patient name, identifiers, birth date and study dates | |
| PRIVATE_ATTRIBUTES | Private attributes | Vendor-specific private tags that may contain identifying information and are not covered by the standard attribute list | |
| BURNED_IN_ANNOTATION | Burned-in annotation | Text or graphics rendered into the pixel data, common in ultrasound, secondary capture and screenshots | |
| FACIAL_FEATURES | Facial features | Facial surface anatomy reconstructable from volumetric head CT or MRI pixel data, or visible in photographs and video | |
| UNIQUE_IDENTIFIERS | Unique identifiers | Study, series and instance UIDs and accession numbers that can link an instance back to the source system | |
| STRUCTURED_CONTENT | Structured content | Identifying content in structured reports, overlays, presentation states and embedded documents |
Slots
| Name | Description |
|---|---|
| image_deidentification_target | The part of an imaging object from which identifying information is removed |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/valuesets
LinkML Source
name: ImageDeidentificationTargetEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: The components of a medical imaging object that can carry identifying
information and therefore need to be addressed by a de-identification workflow.
A workflow first assesses whether an image requires pixel-level (face or head) de-identification
or only metadata de-identification.
title: Image De-identification Target
from_schema: https://w3id.org/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
HEADER_METADATA:
text: HEADER_METADATA
description: Standard DICOM attributes such as patient name, identifiers, birth
date and study dates
title: Header metadata
PRIVATE_ATTRIBUTES:
text: PRIVATE_ATTRIBUTES
description: Vendor-specific private tags that may contain identifying information
and are not covered by the standard attribute list
title: Private attributes
BURNED_IN_ANNOTATION:
text: BURNED_IN_ANNOTATION
description: Text or graphics rendered into the pixel data, common in ultrasound,
secondary capture and screenshots
title: Burned-in annotation
FACIAL_FEATURES:
text: FACIAL_FEATURES
description: Facial surface anatomy reconstructable from volumetric head CT or
MRI pixel data, or visible in photographs and video
title: Facial features
UNIQUE_IDENTIFIERS:
text: UNIQUE_IDENTIFIERS
description: Study, series and instance UIDs and accession numbers that can link
an instance back to the source system
title: Unique identifiers
STRUCTURED_CONTENT:
text: STRUCTURED_CONTENT
description: Identifying content in structured reports, overlays, presentation
states and embedded documents
title: Structured content