Matcher

Matcher pour les Documents. Actuellement, la correspondance par URI exactes est acceptée.

Représentation 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.
}
Champs
Matcher pour les Documents. Voici une liste de champs mutuellement exclusifs. Au maximum, un seul de ces champs sera défini dans une réponse :
urisMatcher

object (UrisMatcher)

Matcher par URI exactes.

fhirMatcher

object (FhirMatcher)

Matcher par noms de ressources FHIR.

Fin des champs mutuellement exclusifs.

UrisMatcher

Matcher pour les Documents par URI exactes.

Représentation JSON
{
  "uris": [
    string
  ]
}
Champs
uris[]

string

URI exactes à faire correspondre.

FhirMatcher

Matcher pour les Documents par noms de ressources FHIR.

Représentation JSON
{
  "fhirResources": [
    string
  ]
}
Champs
fhirResources[]

string

Obligatoire. Ressources FHIR à faire correspondre. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}