Cloud FhirStore source import data from.
JSON representation |
---|
{ "fhirStore": string, "gcsStagingDir": string, "resourceTypes": [ string ], "updateFromLatestPredefinedSchema": boolean } |
Fields | |
---|---|
fhir |
Required. The full resource name of the FHIR store to import data from, in the format of |
gcs |
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. |
resource |
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. |
update |
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 |