Matcher per gli Document. Al momento supporta la corrispondenza per URI esatti.
| Rappresentazione JSON |
|---|
{ // Union field |
| Campi | |
|---|---|
Campo unione matcher. Matcher per gli Document. matcher può essere solo uno dei seguenti: |
|
urisMatcher |
Matcher per URI esatti. |
fhirMatcher |
Matcher in base ai nomi delle risorse FHIR. |
UrisMatcher
Matcher per i Document in base agli URI esatti.
| Rappresentazione JSON |
|---|
{ "uris": [ string ] } |
| Campi | |
|---|---|
uris[] |
Gli URI esatti da abbinare. |
FhirMatcher
Matcher per i Document in base ai nomi delle risorse FHIR.
| Rappresentazione JSON |
|---|
{ "fhirResources": [ string ] } |
| Campi | |
|---|---|
fhirResources[] |
Obbligatorio. Le risorse FHIR da abbinare. Formato: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id} |