Fhir Config Args
    data class FhirConfigArgs(val defaultKeepExtensions: Output<Boolean>? = null, val fieldMetadataList: Output<List<FieldMetadataArgs>>? = null) : ConvertibleToJava<FhirConfigArgs> 
Specifies how to handle de-identification of a FHIR store.
Constructors
Link copied to clipboard
                fun FhirConfigArgs(defaultKeepExtensions: Output<Boolean>? = null, fieldMetadataList: Output<List<FieldMetadataArgs>>? = null)
Functions
Properties
Link copied to clipboard
                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 default_keep_extensions. If a field can be matched by more than one FieldMetadata, the first FieldMetadata.Action is applied.