Matcher per i Documents. Al momento supporta la corrispondenza per URI esatti.
| Rappresentazione JSON |
|---|
{ // The following is a list of mutually exclusive fields. At most one of the // fields will be set in a response: "urisMatcher": { object ( |
| Campi | |
|---|---|
Matcher per i Documents. Di seguito è riportato un elenco di campi che si escludono a vicenda. In una risposta verrà impostato al massimo uno dei seguenti campi: |
|
urisMatcher |
Matcher per URI esatti. |
fhirMatcher |
Matcher per nomi di risorse FHIR. |
| Fine dei campi che si escludono a vicenda. | |
UrisMatcher
Matcher per i Documents per URI esatti.
| Rappresentazione JSON |
|---|
{ "uris": [ string ] } |
| Campi | |
|---|---|
uris[] |
Gli URI esatti per la corrispondenza. |
FhirMatcher
Matcher per i Documents per nomi di risorse FHIR.
| Rappresentazione JSON |
|---|
{ "fhirResources": [ string ] } |
| Campi | |
|---|---|
fhirResources[] |
Obbligatorio. Le risorse FHIR per la corrispondenza. Formato: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id} |