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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/healthcare_v1/classes.rb,
lib/google/apis/healthcare_v1/representations.rb,
lib/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.



1283
1284
1285
# File 'lib/google/apis/healthcare_v1/classes.rb', line 1283

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



1281
1282
1283
# File 'lib/google/apis/healthcare_v1/classes.rb', line 1281

def 
  @field_metadata_list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1288
1289
1290
# File 'lib/google/apis/healthcare_v1/classes.rb', line 1288

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