Document
のマッチャー。現在は、完全一致の URI による照合をサポートしています。
JSON 表現 |
---|
{ // Union field |
Fields | |
---|---|
共用体フィールド 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} |