Pencocok untuk Document
. Saat ini mendukung pencocokan menurut URI persis.
Representasi JSON |
---|
{ // Union field |
Kolom | |
---|---|
Kolom union matcher . Pencocok untuk Document . matcher hanya dapat berupa salah satu dari hal berikut: |
|
urisMatcher |
Pencocokan menurut URI persis. |
fhirMatcher |
Pencocokan menurut nama resource FHIR. |
UrisMatcher
Pencocokan untuk Document
detik berdasarkan URI persis.
Representasi JSON |
---|
{ "uris": [ string ] } |
Kolom | |
---|---|
uris[] |
URI persis yang akan dicocokkan. |
FhirMatcher
Pencocokan untuk Document
berdasarkan nama resource FHIR.
Representasi JSON |
---|
{ "fhirResources": [ string ] } |
Kolom | |
---|---|
fhirResources[] |
Wajib. Resource FHIR yang akan dicocokkan. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id} |