Matcher

Document のマッチャー。現在は、完全一致の URI による照合をサポートしています。

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.
}
Fields
共用体フィールド matcherDocument のマッチャー。matcher は次のいずれかになります。
urisMatcher

object (UrisMatcher)

正確な URI によるマッチャー。

fhirMatcher

object (FhirMatcher)

FHIR リソース名によるマッチャー。

UrisMatcher

完全な URI による Document のマッチャー。

JSON 表現
{
  "uris": [
    string
  ]
}
フィールド
uris[]

string

照合する正確な URI。

FhirMatcher

FHIR リソース名による Document のマッチャー。

JSON 表現
{
  "fhirResources": [
    string
  ]
}
フィールド
fhirResources[]

string

必須。照合する FHIR リソース。形式: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}