Matcher Stay organized with collections Save and categorize content based on your preferences.
Matcher for theDocuments. Currently supports matching by exact URIs.
| JSON representation |
|---|
{// Union field |
| Fields | |
|---|---|
Union fieldmatcher. Matcher for theDocuments.matcher can be only one of the following: | |
urisMatcher |
Matcher by exact URIs. |
fhirMatcher |
Matcher by FHIR resource names. |
UrisMatcher
Matcher for theDocuments by exact uris.
| JSON representation |
|---|
{"uris":[string]} |
| Fields | |
|---|---|
uris[] |
The exact URIs to match by. |
FhirMatcher
Matcher for theDocuments by FHIR resource names.
| JSON representation |
|---|
{"fhirResources":[string]} |
| Fields | |
|---|---|
fhirResources[] |
Required. The FHIR resources to match by. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id} |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-27 UTC.