Matcher

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

Representasi JSON
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "urisMatcher": {
    object (UrisMatcher)
  },
  "fhirMatcher": {
    object (FhirMatcher)
  }
  // End of mutually exclusive fields.
}
Kolom
Matcher untuk Document. Berikut adalah daftar kolom yang saling eksklusif. Maksimal satu kolom akan ditetapkan dalam respons:
urisMatcher

object (UrisMatcher)

Matcher berdasarkan URI persis.

fhirMatcher

object (FhirMatcher)

Matcher berdasarkan nama resource FHIR.

Akhir kolom yang saling eksklusif.

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}