Matcher

Pencocok untuk Document. Saat ini mendukung pencocokan menurut 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. Pencocok untuk Document. matcher hanya dapat berupa salah satu dari hal berikut:
urisMatcher

object (UrisMatcher)

Pencocokan menurut URI persis.

fhirMatcher

object (FhirMatcher)

Pencocokan menurut nama resource FHIR.

UrisMatcher

Pencocokan untuk Document detik berdasarkan URI persis.

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

string

URI persis yang akan dicocokkan.

FhirMatcher

Pencocokan untuk Document berdasarkan nama resource FHIR.

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

string

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