Document 的比對工具。目前支援依確切 URI 比對。
| JSON 表示法 |
|---|
{ // The following is a list of mutually exclusive fields. At most one of the // fields will be set in a response: "urisMatcher": { object ( |
| 欄位 | |
|---|---|
Document 的比對工具。以下列出互斥的欄位。回應中最多只會設定一個欄位: |
|
urisMatcher |
按精確 URI 匹配。 |
fhirMatcher |
依 FHIR 資源名稱比對。 |
| 互斥欄位的結尾。 | |
UrisMatcher
透過精確的 URI 匹配 Document。
| JSON 表示法 |
|---|
{ "uris": [ string ] } |
| 欄位 | |
|---|---|
uris[] |
要比對的確切 URI。 |
FhirMatcher
依據 FHIR 資源名稱比對 Document。
| JSON 表示法 |
|---|
{ "fhirResources": [ string ] } |
| 欄位 | |
|---|---|
fhirResources[] |
這是必要旗標,需要匹配的 FHIR 資源。格式:projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id} |