Matcher

Matcher untuk Document. Saat ini mendukung pencocokan berdasarkan URI persis.

Representasi 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.
}
Kolom
Kolom union matcher. Matcher untuk Document. matcher hanya dapat berupa salah satu dari hal berikut:
urisMatcher

object (UrisMatcher)

Matcher berdasarkan URI persis.

fhirMatcher

object (FhirMatcher)

Matcher berdasarkan nama resource FHIR.

UrisMatcher

Matcher untuk Document berdasarkan URI persis.

Representasi JSON
{
  "uris": [
    string
  ]
}
Kolom
uris[]

string

URI persis yang akan dicocokkan.

FhirMatcher

Matcher untuk Document berdasarkan nama resource FHIR.

Representasi JSON
{
  "fhirResources": [
    string
  ]
}
Kolom
fhirResources[]

string

Wajib diisi. Resource FHIR yang akan dicocokkan. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}