FhirStoreSource
Stay organized with collections
Save and categorize content based on your preferences.
Cloud FhirStore source import data from.
JSON representation |
{
"fhirStore": string,
"gcsStagingDir": string,
"resourceTypes": [
string
],
"updateFromLatestPredefinedSchema": boolean
} |
Fields |
fhirStore |
string
Required. The full resource name of the FHIR store to import data from, in the format of projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore} .
|
gcsStagingDir |
string
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[] |
string
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 |
boolean
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 resourceTypes . It should be used after initial import.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-03 UTC."],[[["The `fhirStore` field is a required string that specifies the full resource name of the FHIR store from which data will be imported."],["`gcsStagingDir` is a string field used for intermediate Cloud Storage directory for the import, with a maximum length of 2,000 characters, and it allows for specifying a specific Cloud Storage directory for FHIR store export."],["`resourceTypes` is an array of strings, defining which specific FHIR resource types to import, defaulting to all supported types if left empty, within the provided supported resource type range."],["The optional boolean field, `updateFromLatestPredefinedSchema`, allows for updating the DataStore schema to include the most recently added FHIR fields or resource types, but it cannot be used together with the `resourceTypes` field."]]],[]]