Matcher

Matcher for the Document s. Currently supports matching by exact URIs.

JSON representation
 { 
 // Union field matcher 
can be only one of the following: 
 "urisMatcher" 
 : 
 { 
 object (  UrisMatcher 
 
) 
 } 
 , 
 "fhirMatcher" 
 : 
 { 
 object (  FhirMatcher 
 
) 
 } 
 // End of list of possible types for union field matcher 
. 
 } 
Fields
Union field matcher . Matcher for the Document s. matcher can be only one of the following:
urisMatcher

object ( UrisMatcher )

Matcher by exact URIs.

fhirMatcher

object ( FhirMatcher )

Matcher by FHIR resource names.

UrisMatcher

Matcher for the Document s by exact uris.

JSON representation
 { 
 "uris" 
 : 
 [ 
 string 
 ] 
 } 
Fields
uris[]

string

The exact URIs to match by.

FhirMatcher

Matcher for the Document s by FHIR resource names.

JSON representation
 { 
 "fhirResources" 
 : 
 [ 
 string 
 ] 
 } 
Fields
fhirResources[]

string

Required. The FHIR resources to match by. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}

Design a Mobile Site
View Site in Mobile | Classic
Share by: