Matcher

Document의 매처입니다. 현재 정확한 URI를 기준으로 한 일치만 지원합니다.

JSON 표현
{

  // 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.
}
필드
통합 필드 matcher. Document의 매처입니다. matcher은 다음 중 하나일 수 있습니다.
urisMatcher

object (UrisMatcher)

정확한 URI별 매처입니다.

fhirMatcher

object (FhirMatcher)

FHIR 리소스 이름별 매처입니다.

UrisMatcher

정확한 URI로 Document를 일치시키는 매처입니다.

JSON 표현
{
  "uris": [
    string
  ]
}
필드
uris[]

string

일치시킬 정확한 URI입니다.

FhirMatcher

FHIR 리소스 이름별 Document 매처입니다.

JSON 표현
{
  "fhirResources": [
    string
  ]
}
필드
fhirResources[]

string

필수 항목입니다. 일치시킬 FHIR 리소스입니다. 형식: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}