Matcher

Matcher per i Documents. Al momento supporta la corrispondenza per URI esatti.

Rappresentazione 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.
}
Campi
Matcher per i Documents. Di seguito è riportato un elenco di campi che si escludono a vicenda. In una risposta verrà impostato al massimo uno dei seguenti campi:
urisMatcher

object (UrisMatcher)

Matcher per URI esatti.

fhirMatcher

object (FhirMatcher)

Matcher per nomi di risorse FHIR.

Fine dei campi che si escludono a vicenda.

UrisMatcher

Matcher per i Documents per URI esatti.

Rappresentazione JSON
{
  "uris": [
    string
  ]
}
Campi
uris[]

string

Gli URI esatti per la corrispondenza.

FhirMatcher

Matcher per i Documents per nomi di risorse FHIR.

Rappresentazione JSON
{
  "fhirResources": [
    string
  ]
}
Campi
fhirResources[]

string

Obbligatorio. Le risorse FHIR per la corrispondenza. Formato: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}