Matcher for the Documents. Currently supports matching by exact URIs.
| JSON representation |
|---|
{ // The following is a list of mutually exclusive fields. At most one of the // fields will be set in a response: "urisMatcher": { object ( |
| Fields | |
|---|---|
Matcher for the Documents. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response: |
|
urisMatcher |
Matcher by exact URIs. |
fhirMatcher |
Matcher by FHIR resource names. |
| End of mutually exclusive fields. | |
UrisMatcher
Matcher for the Documents by exact uris.
| JSON representation |
|---|
{ "uris": [ string ] } |
| Fields | |
|---|---|
uris[] |
The exact URIs to match by. |
FhirMatcher
Matcher for the Documents 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} |