Stay organized with collections
Save and categorize content based on your preferences.
After the initial import of data into your Vertex AI Search healthcare
data store, you might have performed any of the following updates in your source
FHIR store:
Added new FHIR resources
Updated existing FHIR resources
Deleted FHIR resources
In such cases, you can reconcile the changes from your source FHIR store into
your Vertex AI Search healthcare data store.
Reconciliation overview
You can reconcile the changes either incrementally or fully. The two modes are
compared in the following table.
Changes to the source FHIR store
Incremental mode
Full mode
New FHIR resources
Adds new documents to the Vertex AI Search data store
Adds new documents to the Vertex AI Search data store
Updated FHIR resources
Replaces the existing documents in the Vertex AI Search data store while retaining the document ID
Replaces the existing documents in the Vertex AI Search data store while retaining the document ID
Deleted FHIR resources
Doesn't reconcile
Removes the corresponding documents from your Vertex AI Search data store
Before you begin
Review the quotas and limits for your Google Cloud project.
Your Vertex AI Search healthcare data store can contain a maximum of
1 million documents per project. If this quota is reached during the import, the
import process stops.
Perform an incremental import
The following sample shows how to import incremental
changes from a Cloud Healthcare API FHIR store using the
documents.import
method.
Permissions required for this task
Grant the following permissions
or the following Identity and Access Management (IAM)
roles to the
service-PROJECT_NUMBER@gcp-sa-discoveryengine.iam.gserviceaccount.com
service account.
For one-time import of FHIR data from FHIR stores in Cloud Healthcare API.
To customize the schema when creating a data store (Preview) to configure the indexability,
searchability, and retrievability of FHIR resources and elements.
To import FHIR data that references files in Google Cloud. These are granted by default if
the referenced files are in the same Google Cloud project as the Vertex AI Search app.
[[["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 2024-10-30 UTC."],[],[]]