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