class Google::Apis::HealthcareV1::FhirConfig

Specifies how to handle de-identification of a FHIR store.

Attributes

field_metadata_list[RW]

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 are removed in the output. Corresponds to the JSON property `fieldMetadataList` @return [Array<Google::Apis::HealthcareV1::FieldMetadata>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 1508
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/healthcare_v1/classes.rb, line 1513
def update!(**args)
  @field_metadata_list = args[:field_metadata_list] if args.key?(:field_metadata_list)
end