Matcher for theDocuments. Currently supports matching by exact URIs.
JSON representation
{// Union fieldmatchercan be only one of the following:"urisMatcher":{object (UrisMatcher)},"fhirMatcher":{object (FhirMatcher)}// End of list of possible types for union fieldmatcher.}
Fields
Union fieldmatcher. Matcher for theDocuments.matchercan be only one of the following:
Required. The FHIR resources to match by. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}
[[["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-06-27 UTC."],[[["\u003cp\u003eThis content outlines matchers for Documents, supporting matching by exact URIs or FHIR resource names.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ematcher\u003c/code\u003e field can be either \u003ccode\u003eurisMatcher\u003c/code\u003e for matching by exact URIs or \u003ccode\u003efhirMatcher\u003c/code\u003e for matching by FHIR resource names.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUrisMatcher\u003c/code\u003e uses a list of \u003ccode\u003euris\u003c/code\u003e to match against, representing the exact URIs.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFhirMatcher\u003c/code\u003e uses a list of \u003ccode\u003efhirResources\u003c/code\u003e to match, following a specific format for FHIR resource identification.\u003c/p\u003e\n"],["\u003cp\u003eJSON representations are provided for both \u003ccode\u003eUrisMatcher\u003c/code\u003e and \u003ccode\u003eFhirMatcher\u003c/code\u003e, detailing their structure and required fields.\u003c/p\u003e\n"]]],[],null,["# Matcher\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [UrisMatcher](#UrisMatcher)\n - [JSON representation](#UrisMatcher.SCHEMA_REPRESENTATION)\n- [FhirMatcher](#FhirMatcher)\n - [JSON representation](#FhirMatcher.SCHEMA_REPRESENTATION)\n\nMatcher for the [Document](/generative-ai-app-builder/docs/reference/rest/v1/projects.locations.collections.dataStores.branches.documents#Document)s. Currently supports matching by exact URIs.\n\nUrisMatcher\n-----------\n\nMatcher for the [Document](/generative-ai-app-builder/docs/reference/rest/v1/projects.locations.collections.dataStores.branches.documents#Document)s by exact uris.\n\nFhirMatcher\n-----------\n\nMatcher for the [Document](/generative-ai-app-builder/docs/reference/rest/v1/projects.locations.collections.dataStores.branches.documents#Document)s by FHIR resource names."]]