GoogleApi.HealthCare.V1.Model.FhirConfig (google_api_health_care v0.44.0) View Source
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 todefault_keep_extensions.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1.Model.FhirConfig{
defaultKeepExtensions: boolean() | nil,
fieldMetadataList: [GoogleApi.HealthCare.V1.Model.FieldMetadata.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.