Matcher

Matcher para os Documents. Atualmente, oferece suporte à correspondência por URIs exatos.

Representação JSON
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "urisMatcher": {
    object (UrisMatcher)
  },
  "fhirMatcher": {
    object (FhirMatcher)
  }
  // End of mutually exclusive fields.
}
Campos
Matcher para os Documents. A seguir, confira uma lista de campos mutuamente exclusivos. No máximo, um dos campos será definido em uma resposta:
urisMatcher

object (UrisMatcher)

Matcher por URIs exatos.

fhirMatcher

object (FhirMatcher)

Matcher por nomes de recursos FHIR.

Fim dos campos mutuamente exclusivos.

UrisMatcher

Matcher para os Documents por URIs exatos.

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

string

Os URIs exatos para correspondência.

FhirMatcher

Matcher para os Documents por nomes de recursos FHIR.

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

string

Obrigatório. Os recursos FHIR para correspondência. Formato: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}