Matcher

Matcher para os Documents. Atualmente, suporta a correspondência 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 só pode ser uma das seguintes opções:
urisMatcher

object (UrisMatcher)

Correspondência por URIs exatos.

fhirMatcher

object (FhirMatcher)

Corresponde por nomes de recursos FHIR.

UrisMatcher

Matcher para os Documents por URIs exatos.

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

string

Os URIs exatos a corresponder.

FhirMatcher

Matcher para os Documents por nomes de recursos FHIR.

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

string

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