Matcher

Matcher para os Documents. No momento, a correspondência é feita por URIs exatos.

Representação JSON
{

  // 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.
}
Campos
Campo de união matcher. Matcher para os Documents. matcher pode ser apenas de um dos tipos a seguir:
urisMatcher

object (UrisMatcher)

Matcher por URIs exatos.

fhirMatcher

object (FhirMatcher)

Matcher por nomes de recursos FHIR.

UrisMatcher

Correspondedor para os Documents por URIs exatos.

Representação JSON
{
  "uris": [
    string
  ]
}
Campos
uris[]

string

Os URIs exatos a serem correspondidos.

FhirMatcher

Corresponde aos Documents por nomes de recursos FHIR.

Representação JSON
{
  "fhirResources": [
    string
  ]
}
Campos
fhirResources[]

string

Obrigatório. Os recursos FHIR a serem correspondidos. Formato: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}