Configure um projeto do Google Cloud , ative os aplicativos de IA e configure o controle de acesso para seu projeto. É possível usar um projeto do Google Cloud atual se você já tiver um.
Prepare-se para importar os dados de origem do FHIR R4 de um repositório de dados da API Cloud Healthcare para o repositório de dados da Vertex AI Search.
Ações
Revise as informações sobre os dados compatíveis e a relação entre apps de pesquisa de saúde e repositórios de dados em Sobre apps e repositórios de dados.
A Vertex AI para Pesquisa oferece opções para personalizar seu widget de pesquisa.
Ações
Dependendo do seu caso de uso e se você planeja implantar o widget de pesquisa
pronto para uso ou integrar chamadas de API de pesquisa ao seu próprio código,
a Vertex AI para Pesquisa oferece várias opções de configuração.
Resultados do widget de pesquisa. Selecione se você quer fazer uma pesquisa básica ou
pesquisar com uma resposta usando LLMs. Aplicável a um widget de pesquisa. Consulte
Configurar resultados para o widget de pesquisa.
Preenchimento automático. Configure as sugestões de preenchimento automático para receber sugestões de consulta úteis. Consulte
Configurar o preenchimento automático.
Visualize os resultados da pesquisa para verificar se as configurações do app estão
funcionando conforme o esperado. É possível pesquisar usando palavras-chave e consultas em linguagem natural.
Você também pode escolher receber uma resposta da IA generativa.
Visualize os resultados da pesquisa usando o console ou a API.
Console. Use a página Prévia do console de aplicativos de IA para conferir como as configurações do widget de pesquisa afetam seus resultados. Consulte as instruções do console em Pesquisar dados de saúde.
API. Se você estiver integrando chamadas de API ao seu aplicativo, faça
chamadas de API para conferir uma prévia das configurações de pesquisa. Consulte as instruções REST em Pesquisar dados de assistência médica.
Se você planeja implantar seu app integrando chamadas de API de pesquisa ao seu próprio
código, a Vertex AI para Pesquisa permite personalizar os resultados.
Ações
Configure suas solicitações de pesquisa com as seguintes opções:
Quando estiver satisfeito com a versão de prévia do app de pesquisa, compartilhe-a com
seus usuários implantando-a no seu site.
Ações
É possível implantar o app de pesquisa de uma das seguintes maneiras:
Incorpore o widget de pesquisa ao seu site. A Vertex AI para Pesquisa
fornece um código que pode ser copiado para seu site ou aplicativo da Web. Isso implanta o widget de pesquisa. É possível visualizar os resultados da pesquisa no console. Consulte
Adicionar o widget de pesquisa a uma página da Web.
Integre chamadas de API de pesquisa ao servidor ou aplicativo. Para ter controle total sobre como os resultados da pesquisa são mostrados, integre chamadas de API ao seu servidor ou aplicativos. Para mais informações sobre como fazer chamadas de API, consulte Pesquisar dados de saúde. Para recursos de biblioteca de cliente, consulte Bibliotecas de cliente de aplicativos de IA.
Você pode manter seu app para garantir que os dados mais recentes e necessários estejam disponíveis
no seu repositório de dados.
Ações
Para atualizar seus dados, consulte Atualizar dados de saúde.
Atualize os dados somente se você fizer importações em lote. Pule esta etapa se você tiver configurado uma importação de streaming.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-09-03 UTC."],[[["\u003cp\u003eThis page outlines the steps to build a healthcare search app using Vertex AI Search, beginning with setting up a Google Cloud project.\u003c/p\u003e\n"],["\u003cp\u003eThe process involves preparing and importing FHIR R4 data from a Cloud Healthcare API data store into a Vertex AI Search data store.\u003c/p\u003e\n"],["\u003cp\u003eAfter creating the app and connecting it to the data store, users can configure search settings, including widget results and autocomplete suggestions.\u003c/p\u003e\n"],["\u003cp\u003eUsers can preview search results and tailor them to fit specific requirements, such as filtering, before deploying the app to a website or integrating it with other code.\u003c/p\u003e\n"],["\u003cp\u003eThe final step is to maintain the app by refreshing data, which is necessary when performing batch imports, but can be skipped when using a streaming import setup.\u003c/p\u003e\n"]]],[],null,["# Healthcare search checklist\n\nThis page provides a checklist of the steps required to implement a healthcare search app. \n\n\n### [Set up a Google Cloud\nproject](#set-up-project)\n\nSet up a Google Cloud project, turn on AI Applications, and set up access\ncontrol for your project. You can use an existing Google Cloud project if you\nhave one already.\n\n### Actions\n\n1. Review [Before you begin](/generative-ai-app-builder/docs/before-you-begin) and confirm that you have completed the steps. \n\n### [Prepare your data](#prepare-data)\n\nPrepare to import your source FHIR R4 data from a Cloud Healthcare API data store\nto your Vertex AI Search data store.\n\n### Actions\n\n1. Review the information about supported data and the relationship between\n healthcare search apps and data stores in [About apps and data\n stores](/generative-ai-app-builder/docs/create-datastore-ingest).\n\n2. Prepare your source data according to the requirements in\n [Prepare data for ingestion](/generative-ai-app-builder/docs/prepare-data#hc-fhir-data).\n\n### [Import your data](#import-data)\n\nCreate a data store and then import your data into it. You can perform a\none-time batch import or set up a streaming import.\n\n### Actions\n\n1. To create a data store and import data into it and later connect it to a healthcare search app, follow the instructions in [Create a healthcare search data\nstore](/generative-ai-app-builder/docs/create-data-store-hc). \n\n### [Create your app](#create-app)\n\nCreate your healthcare search app and connect it to your new data store.\n\n### Actions\n\n1. [Create a healthcare search app](/generative-ai-app-builder/docs/create-app-hc). \n\n### [Configure your search\nsettings](#configure-settings)\n\nVertex AI Search provides options to customize your search widget.\n\n### Actions\n\nDepending on your use case and whether you plan to deploy the out-of-the-box\nsearch widget or integrate search API calls into your own code,\nVertex AI Search provides several options for configuration.\n\n- **Search widget results.** Select the whether to perform a basic search or\n to search with an answer using LLMs. Applicable for a search widget. See\n [Configure results for the search widget](/generative-ai-app-builder/docs/configure-widget-attributes).\n\n- **Autocomplete.** Set up autocomplete suggestions to receive helpful query\n suggestions. See\n [Configure autocomplete](/generative-ai-app-builder/docs/configure-autocomplete).\n\n### [Preview search\nresults](#preview-results)\n\nPreview your search results to check if your app configurations are\nworking as expected. You can search using keywords and natural language queries.\nYou can also choose to get a generative AI answer.\n\n### Actions\n\n1. Review the subset of FHIR resources, resource references, and elements that\n Vertex AI Search supports. See\n [Healthcare FHIR R4 data schema reference](/generative-ai-app-builder/docs/fhir-schema-reference).\n\n2. Preview your search results, using the console or the API.\n\n - **Console.** Use the AI Applications console **Preview** page to preview how\n search widget configurations affect your results. See the **Console**\n instructions in [Search healthcare data](/generative-ai-app-builder/docs/search-hc-data).\n\n - **API** . If you're integrating API calls into your application, make\n API calls to preview your search configurations. See the **REST**\n instructions in [Search healthcare data](/generative-ai-app-builder/docs/search-hc-data).\n\n### [Filter your search\nresults](#configure-results)\n\nIf you plan to deploy your app by integrating search API calls into your own\ncode, Vertex AI Search lets you customize the results.\n\n### Actions\n\nConfigure your search requests with the following options:\n\n- **Filter results.** See [Filter healthcare search](/generative-ai-app-builder/docs/filter-hc-search). \n\n### [Deploy your search\napp](#preview-results)\n\nWhen you are happy with the preview version of your search app, share it with\nyour users by deploying it to your website.\n\n### Actions\n\n1. You can deploy your search app in either of the following ways:\n\n - **Embed the search widget into your website.** Vertex AI Search\n provides code that you can copy into your website or web application. This\n deploys the search widget. You can preview search results in the console. See\n [Add the search widget to a webpage](/generative-ai-app-builder/docs/add-widget).\n\n - **Integrate search API calls into your server or application.** For full\n control over how your search results are displayed, you can integrate API\n calls into your server or applications. For more information about making API\n calls, see [Search healthcare data](/generative-ai-app-builder/docs/search-hc-data). For\n client library resources, see [AI Applications client\n libraries](/generative-ai-app-builder/docs/libraries).\n\n### [Maintain your app](#maintain-data)\n\nYou can maintain your app to ensure that latest and necessary data is available\nin your data store.\n\n### Actions\n\n1. To refresh your data, see [Refresh healthcare data](/generative-ai-app-builder/docs/refresh-hc-data). Refresh your data only if you perform batch imports. You can skip this step if you have set up a streaming import."]]