ReplaceWithInfoTypeConfig

When using the INSPECT_AND_TRANSFORM action, each match is replaced with the name of the info_type. For example, "My name is Jane" becomes "My name is [PERSON_NAME]." The TRANSFORM action is equivalent to redacting.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud
View JSON Schema on GitHub

JSON Schema

ReplaceWithInfoTypeConfig.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ReplaceWithInfoTypeConfig",
  "description": "When using the INSPECT_AND_TRANSFORM action, each match is replaced with the name of the info_type. For example, \"My name is Jane\" becomes \"My name is [PERSON_NAME].\" The TRANSFORM action is equivalent to redacting.",
  "properties": {},
  "type": "object"
}