Matcher

Matcher pour les Document. Actuellement, la correspondance s'effectue par URI exacts.

Représentation 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.
}
Champs
Champ d'union matcher. Matcher pour les Document. La matcher ne peut être qu'un des éléments suivants :
urisMatcher

object (UrisMatcher)

Moteur de correspondance par URI exacts.

fhirMatcher

object (FhirMatcher)

Matcher par nom de ressource FHIR.

UrisMatcher

Matcher pour les Document par URI exacts.

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

string

URI exacts à faire correspondre.

FhirMatcher

Matcher pour les Document par nom de ressource 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}