Matcher

Pencocok untuk Document. Saat ini mendukung pencocokan menurut 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
Pencocok untuk Document. Berikut adalah daftar kolom yang bersifat eksklusif satu sama lain. Maksimal satu kolom akan ditetapkan dalam respons:
urisMatcher

object (UrisMatcher)

Pencocok menurut URI persis.

fhirMatcher

object (FhirMatcher)

Pencocokan menurut nama resource FHIR.

Akhir kolom yang saling eksklusif.

UrisMatcher

Pencocok 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}