Matcher pour les Document
. Actuellement, la correspondance s'effectue par URI exacts.
Représentation JSON |
---|
{ // Union field |
Champs | |
---|---|
Champ d'union matcher . Matcher pour les Document . La matcher ne peut être qu'un des éléments suivants : |
|
urisMatcher |
Moteur de correspondance par URI exacts. |
fhirMatcher |
Matcher par nom de ressource FHIR. |
UrisMatcher
Matcher pour les Document
par URI exacts.
Représentation JSON |
---|
{ "uris": [ string ] } |
Champs | |
---|---|
uris[] |
URI exacts à faire correspondre. |
FhirMatcher
Matcher pour les Document
par nom de ressource FHIR.
Représentation JSON |
---|
{ "fhirResources": [ string ] } |
Champs | |
---|---|
fhirResources[] |
Obligatoire. Ressources FHIR à faire correspondre. Format : projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id} |