View Source GoogleApi.HealthCare.V1.Model.FhirConfig (google_api_health_care v0.50.1)

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

Attributes

  • defaultKeepExtensions (type: boolean(), default: nil) - The behaviour for handling FHIR extensions that aren't otherwise specified for de-identification. If true, all extensions are preserved during de-identification by default. If false or unspecified, all extensions are removed during de-identification by default.
  • fieldMetadataList (type: list(GoogleApi.HealthCare.V1.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 will be processed according to default_keep_extensions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.FhirConfig{
  defaultKeepExtensions: boolean() | nil,
  fieldMetadataList: [GoogleApi.HealthCare.V1.Model.FieldMetadata.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.