@@ -4264,22 +4264,22 @@ def read_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user:
42644264 # http://hl7.org/implement/standards/fhir/R4/searchparameter-registry.html)).
42654265 # FHIR search parameters for DSTU2 can be found on each resource's definition
42664266 # page. Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `
4267- # :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `: recurse`.
4268- # Supported search result parameters: `_sort`, `_count`, `_include `, `
4269- # _revinclude`, `_summary=text`, `_summary=data`, and `_elements`. The maximum
4270- # number of search results returned defaults to 100, which can be overridden by
4271- # the `_count` parameter up to a maximum limit of 1000. If there are additional
4272- # results, the returned `Bundle` contains a link of `relation` "next", which has
4273- # a `_page_token` parameter for an opaque pagination token that can be used to
4274- # retrieve the next page. Resources with a total size larger than 5MB or a field
4275- # count larger than 50,000 might not be fully searchable as the server might
4276- # trim its generated search index in those cases. Note: FHIR resources are
4277- # indexed asynchronously, so there might be a slight delay between the time a
4278- # resource is created or changes and when the change is reflected in search
4279- # results. For samples and detailed information, see [Searching for FHIR
4280- # resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search) and [
4281- # Advanced FHIR search features](https://cloud.google.com/healthcare/docs/how-
4282- # tos/fhir-advanced-search).
4267+ # :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2
4268+ # and STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `
4269+ # _count`, `_include`, ` _revinclude`, `_summary=text`, `_summary=data`, and `
4270+ # _elements`. The maximum number of search results returned defaults to 100,
4271+ # which can be overridden by the `_count` parameter up to a maximum limit of
4272+ # 1000. If there are additional results, the returned `Bundle` contains a link
4273+ # of `relation` "next", which has a `_page_token` parameter for an opaque
4274+ # pagination token that can be used to retrieve the next page. Resources with a
4275+ # total size larger than 5MB or a field count larger than 50,000 might not be
4276+ # fully searchable as the server might trim its generated search index in those
4277+ # cases. Note: FHIR resources are indexed asynchronously, so there might be a
4278+ # slight delay between the time a resource is created or changes and when the
4279+ # change is reflected in search results. For samples and detailed information,
4280+ # see [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/
4281+ # how-tos/fhir-search) and [ Advanced FHIR search features](https://cloud.google.
4282+ # com/healthcare/docs/how- tos/fhir-advanced-search).
42834283 # @param [String] parent
42844284 # Name of the FHIR store to retrieve resources from.
42854285 # @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
@@ -4341,22 +4341,22 @@ def search_fhir_resources(parent, search_resources_request_object = nil, fields:
43414341 # http://hl7.org/implement/standards/fhir/R4/searchparameter-registry.html)).
43424342 # FHIR search parameters for DSTU2 can be found on each resource's definition
43434343 # page. Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `
4344- # :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `: recurse`.
4345- # Supported search result parameters: `_sort`, `_count`, `_include `, `
4346- # _revinclude`, `_summary=text`, `_summary=data`, and `_elements`. The maximum
4347- # number of search results returned defaults to 100, which can be overridden by
4348- # the `_count` parameter up to a maximum limit of 1000. If there are additional
4349- # results, the returned `Bundle` contains a link of `relation` "next", which has
4350- # a `_page_token` parameter for an opaque pagination token that can be used to
4351- # retrieve the next page. Resources with a total size larger than 5MB or a field
4352- # count larger than 50,000 might not be fully searchable as the server might
4353- # trim its generated search index in those cases. Note: FHIR resources are
4354- # indexed asynchronously, so there might be a slight delay between the time a
4355- # resource is created or changes and when the change is reflected in search
4356- # results. For samples and detailed information, see [Searching for FHIR
4357- # resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search) and [
4358- # Advanced FHIR search features](https://cloud.google.com/healthcare/docs/how-
4359- # tos/fhir-advanced-search).
4344+ # :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2
4345+ # and STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `
4346+ # _count`, `_include`, ` _revinclude`, `_summary=text`, `_summary=data`, and `
4347+ # _elements`. The maximum number of search results returned defaults to 100,
4348+ # which can be overridden by the `_count` parameter up to a maximum limit of
4349+ # 1000. If there are additional results, the returned `Bundle` contains a link
4350+ # of `relation` "next", which has a `_page_token` parameter for an opaque
4351+ # pagination token that can be used to retrieve the next page. Resources with a
4352+ # total size larger than 5MB or a field count larger than 50,000 might not be
4353+ # fully searchable as the server might trim its generated search index in those
4354+ # cases. Note: FHIR resources are indexed asynchronously, so there might be a
4355+ # slight delay between the time a resource is created or changes and when the
4356+ # change is reflected in search results. For samples and detailed information,
4357+ # see [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/
4358+ # how-tos/fhir-search) and [ Advanced FHIR search features](https://cloud.google.
4359+ # com/healthcare/docs/how- tos/fhir-advanced-search).
43604360 # @param [String] parent
43614361 # Name of the FHIR store to retrieve resources from.
43624362 # @param [String] resource_type
0 commit comments