Class: Google::Apis::HealthcareV1::FhirConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/healthcare_v1/classes.rb,
generated/google/apis/healthcare_v1/representations.rb,
generated/google/apis/healthcare_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FhirConfig

Returns a new instance of FhirConfig.



731
732
733
# File 'generated/google/apis/healthcare_v1/classes.rb', line 731

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#field_metadata_listArray<Google::Apis::HealthcareV1::FieldMetadata>

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



729
730
731
# File 'generated/google/apis/healthcare_v1/classes.rb', line 729

def 
  @field_metadata_list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



736
737
738
# File 'generated/google/apis/healthcare_v1/classes.rb', line 736

def update!(**args)
  @field_metadata_list = args[:field_metadata_list] if args.key?(:field_metadata_list)
end