Matcher

Matcher per gli Document. Al momento supporta la corrispondenza per 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 gli Document. matcher può essere solo uno dei seguenti:
urisMatcher

object (UrisMatcher)

Matcher per URI esatti.

fhirMatcher

object (FhirMatcher)

Matcher in base ai nomi delle risorse FHIR.

UrisMatcher

Matcher per i Document in base agli URI esatti.

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

string

Gli URI esatti da abbinare.

FhirMatcher

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

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

string

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