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 is a union type, allowing for either `urisMatcher` or `fhirMatcher` to be specified in a JSON representation."],["`UrisMatcher` enables matching Documents by a list of exact URIs."],["`FhirMatcher` facilitates matching Documents by a list of FHIR resource names, which adhere to a specific formatting structure."]]],[]]