Document
的匹配器。目前支持按确切 URI 进行匹配。
JSON 表示法 |
---|
{ // Union field |
字段 | |
---|---|
联合字段 matcher 。Document 的匹配器。matcher 只能是下列其中一项: |
|
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} |