GoogleApi.HealthCare.V1beta1.Model.ExportResourcesRequest (google_api_health_care v0.24.0) View Source

Request to export resources.

Attributes

  • bigqueryDestination (type: GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirBigQueryDestination.t, default: nil) - The BigQuery output destination. The BigQuery location requires two IAM roles: roles/bigquery.dataEditor and roles/bigquery.jobUser. The output is one BigQuery table per resource type.
  • gcsDestination (type: GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1FhirRestGcsDestination.t, default: nil) - The Cloud Storage output destination. The Cloud Storage location requires the roles/storage.objectAdmin Cloud IAM role. The exported outputs are organized by FHIR resource types. The server creates one object per resource type. Each object contains newline delimited JSON, and each line is a FHIR resource.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.