View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1FhirStoreSource (google_api_discovery_engine v0.27.0)

Cloud FhirStore source import data from.

Attributes

  • fhirStore (type: String.t, default: nil) - Required. The full resource name of the FHIR store to import data from, in the format of projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}.
  • gcsStagingDir (type: String.t, default: nil) - Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the FhirStore export to a specific Cloud Storage directory.
  • resourceTypes (type: list(String.t), default: nil) - The FHIR resource types to import. The resource types should be a subset of all supported FHIR resource types. Default to all supported FHIR resource types if empty.
  • updateFromLatestPredefinedSchema (type: boolean(), default: nil) - Optional. Whether to update the DataStore schema to the latest predefined schema. If true, the DataStore schema will be updated to include any FHIR fields or resource types that have been added since the last import and corresponding FHIR resources will be imported from the FHIR store. Note this field cannot be used in conjunction with resource_types. It should be used after initial import.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1FhirStoreSource{
    fhirStore: String.t() | nil,
    gcsStagingDir: String.t() | nil,
    resourceTypes: [String.t()] | nil,
    updateFromLatestPredefinedSchema: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.