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.
}
欄位
聯集欄位 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}