Fhir Field Config Args
    data class FhirFieldConfigArgs(val fieldMetadataList: Output<List<GoogleCloudHealthcareV1beta1DeidentifyFieldMetadataArgs>>? = null, val options: Output<GoogleCloudHealthcareV1beta1DeidentifyOptionsArgs>? = null, val profileType: Output<FhirFieldConfigProfileType>? = null) : ConvertibleToJava<FhirFieldConfigArgs> 
Specifies how to handle the de-identification of a FHIR store.
Constructors
Link copied to clipboard
                fun FhirFieldConfigArgs(fieldMetadataList: Output<List<GoogleCloudHealthcareV1beta1DeidentifyFieldMetadataArgs>>? = null, options: Output<GoogleCloudHealthcareV1beta1DeidentifyOptionsArgs>? = null, profileType: Output<FhirFieldConfigProfileType>? = null)
Functions
Properties
Link copied to clipboard
                val fieldMetadataList: Output<List<GoogleCloudHealthcareV1beta1DeidentifyFieldMetadataArgs>>? = null
Specifies FHIR paths to match and how to transform them. Any field that is not matched by a FieldMetadata is passed through to the output dataset unmodified. All extensions will be processed according to keep_extensions. If a field can be matched by more than one FieldMetadata, the first FieldMetadata.Action is applied. Overrides options and profile.