GoogleCloudHealthcareV1FhirBigQueryDestination

The configuration for exporting to BigQuery.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-IdentificationInteroperabilityCloud

Properties

Name Type Description
datasetUri string BigQuery URI to an existing dataset, up to 2000 characters long, in the format `bq://projectId.bqDatasetId`.
force boolean If this flag is `TRUE`, all tables are deleted from the dataset before the new exported tables are written. If the flag is not set and the destination dataset contains tables, the export call returns
schemaConfig object The configuration for the exported BigQuery schema.
writeDisposition string Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the `force` parameter is ignored.
View JSON Schema on GitHub

JSON Schema

GoogleCloudHealthcareV1FhirBigQueryDestination.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GoogleCloudHealthcareV1FhirBigQueryDestination",
  "description": "The configuration for exporting to BigQuery.",
  "properties": {
    "datasetUri": {
      "description": "BigQuery URI to an existing dataset, up to 2000 characters long, in the format `bq://projectId.bqDatasetId`.",
      "type": "string"
    },
    "force": {
      "description": "If this flag is `TRUE`, all tables are deleted from the dataset before the new exported tables are written. If the flag is not set and the destination dataset contains tables, the export call returns an error. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.",
      "type": "boolean"
    },
    "schemaConfig": {
      "$ref": "#/components/schemas/SchemaConfig",
      "description": "The configuration for the exported BigQuery schema."
    },
    "writeDisposition": {
      "description": "Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the `force` parameter is ignored.",
      "enum": [
        "WRITE_DISPOSITION_UNSPECIFIED",
        "WRITE_EMPTY",
        "WRITE_TRUNCATE",
        "WRITE_APPEND"
      ],
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/GoogleCloudHealthcareV1FhirBigQueryDestination"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.