Matcher

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

Rappresentazione 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.
}
Campi
Campo unione matcher. Matcher per i Documents. matcher può essere solo uno dei seguenti tipi:
urisMatcher

object (UrisMatcher)

Matcher in base agli URI esatti.

fhirMatcher

object (FhirMatcher)

Matcher in base ai nomi delle risorse FHIR.

UrisMatcher

Matcher per i Documents in base agli URI esatti.

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

string

Gli URI esatti in base ai quali eseguire la corrispondenza.

FhirMatcher

Matcher per i Documents in base ai nomi delle risorse FHIR.

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

string

Obbligatorio. Le risorse FHIR in base alle quali eseguire la corrispondenza. Formato: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}