Class: Google::Apis::HealthcareV1beta1::FhirConfig

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ FhirConfig

Returns a new instance of FhirConfig.



871
872
873
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 871

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

Instance Attribute Details

#field_metadata_listArray<Google::Apis::HealthcareV1beta1::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. If a field can be matched by more than one FieldMetadata, the first FieldMetadata.Action is applied. Corresponds to the JSON property fieldMetadataList



869
870
871
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 869

def 
  @field_metadata_list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



876
877
878
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 876

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