FieldMetadataArgs

data class FieldMetadataArgs(val action: Output<FieldMetadataAction>? = null, val paths: Output<List<String>>? = null) : ConvertibleToJava<FieldMetadataArgs>

Specifies FHIR paths to match, and how to handle de-identification of matching fields.

Constructors

Link copied to clipboard
fun FieldMetadataArgs(action: Output<FieldMetadataAction>? = null, paths: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FieldMetadataArgs

Properties

Link copied to clipboard
val action: Output<FieldMetadataAction>? = null

Deidentify action for one field.

Link copied to clipboard
val paths: Output<List<String>>? = null

List of paths to FHIR fields to be redacted. Each path is a period-separated list where each component is either a field name or FHIR type name, for example: Patient, HumanName. For "choice" types (those defined in the FHIR spec with the form: fieldx) we use two separate components. For example, "deceasedAge.unit" is matched by "Deceased.Age.unit". Supported types are: AdministrativeGenderCode, Base64Binary, Boolean, Code, Date, DateTime, Decimal, HumanName, Id, Instant, Integer, LanguageCode, Markdown, Oid, PositiveInt, String, UnsignedInt, Uri, Uuid, Xhtml.