Matcher for the Documents. Currently supports matching by exact URIs.
JSON representation
{// Union field matcher can be only one of the following:"urisMatcher": {object (UrisMatcher)},"fhirMatcher": {object (FhirMatcher)}// End of list of possible types for union field matcher.}
Fields
Union field matcher. Matcher for the Documents. matcher can 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-02-28 UTC."],[[["This document details matchers for Documents, supporting matching by exact URIs or FHIR resource names."],["The `matcher` field can be either `urisMatcher` for matching by exact URIs or `fhirMatcher` for matching by FHIR resource names."],["`UrisMatcher` uses a list of `uris` to match against, representing the exact URIs of Documents."],["`FhirMatcher` uses a list of `fhirResources` for matching, each following a specific format of `projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}`."],["The provided JSON representations illustrate the structure for using either the `urisMatcher` or `fhirMatcher`."]]],[]]