google_api_health_care v0.9.1 GoogleApi.HealthCare.V1beta1.Model.FhirConfig View Source
Specifies how to handle de-identification of a FHIR store.
Attributes
fieldMetadataList
(type:list(GoogleApi.HealthCare.V1beta1.Model.FieldMetadata.t)
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.HealthCare.V1beta1.Model.FhirConfig{ fieldMetadataList: [GoogleApi.HealthCare.V1beta1.Model.FieldMetadata.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.