Matcher

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

JSON 표현
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "urisMatcher": {
    object (UrisMatcher)
  },
  "fhirMatcher": {
    object (FhirMatcher)
  }
  // End of mutually exclusive fields.
}
필드
Document의 일치자입니다. 다음은 상호 배타적인 필드 목록입니다. 응답에서 필드는 최대 하나만 설정됩니다.
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} 형식입니다.