google_api_health_care v0.7.0 GoogleApi.HealthCare.V1beta1.Model.DeidentifyFhirStoreRequest View Source

Creates a new FHIR store with sensitive information de-identified.

Attributes

  • config (type: GoogleApi.HealthCare.V1beta1.Model.DeidentifyConfig.t, default: nil) - Deidentify configuration.

  • destinationStore (type: String.t, default: nil) - The name of the FHIR store to create and write the redacted data to. For example, projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}.

    • The destination dataset must exist.
    • The source dataset and destination dataset must both reside in the same project. De-identifying data across multiple projects is not supported.
    • The destination FHIR store must not exist.
    • The caller must have the necessary permissions to create the destination FHIR store.
  • resourceFilter (type: GoogleApi.HealthCare.V1beta1.Model.FhirFilter.t, default: nil) - A filter specifying the resources to include in the output. If not specified, all resources are included in the output.

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 Source
t() :: %GoogleApi.HealthCare.V1beta1.Model.DeidentifyFhirStoreRequest{
  config: GoogleApi.HealthCare.V1beta1.Model.DeidentifyConfig.t(),
  destinationStore: String.t(),
  resourceFilter: GoogleApi.HealthCare.V1beta1.Model.FhirFilter.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.