Matcher para os Document
s. Atualmente, suporta a correspondência por URIs exatos.
Representação JSON |
---|
{ // Union field |
Campos | |
---|---|
Campo de união matcher . Matcher para os Document s. matcher só pode ser uma das seguintes opções: |
|
urisMatcher |
Correspondência por URIs exatos. |
fhirMatcher |
Corresponde por nomes de recursos FHIR. |
UrisMatcher
Matcher para os Document
s por URIs exatos.
Representação JSON |
---|
{ "uris": [ string ] } |
Campos | |
---|---|
uris[] |
Os URIs exatos a corresponder. |
FhirMatcher
Matcher para os Document
s por nomes de recursos FHIR.
Representação JSON |
---|
{ "fhirResources": [ string ] } |
Campos | |
---|---|
fhirResources[] |
Obrigatório. Os recursos FHIR a fazer corresponder. Formato: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id} |