google-apis-healthcare_v1 0.74.0 → 0.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1822caf220a1d82f6aa4940c745fe1c25a427b16b0318bde1cbfa161a8addfe
4
- data.tar.gz: 10d4b130779794f68f4c25e8928816808714111ac782ad23a8d1a121df94fc41
3
+ metadata.gz: 2f0425b56569d030d5ac1c8729f95411debd93d6877c17471e8a28adb1561553
4
+ data.tar.gz: cec8d7a1244e0d7d72644dbd9a55230d9f869d18fe916135ed2404ac002c8d17
5
5
  SHA512:
6
- metadata.gz: 2a5b704ebe306df6b1d689cd1206280e8616839b8247cfd43eec880ffdb9d2d48300b2e3467337e01132bb1a3841547da77159dd6abe46b91d9416cf7d5bb04f
7
- data.tar.gz: a3b2905c271879a8b71d3d9e9e332869cbe329af09a3f53eb68b324d06d15b7a64d565a88be2c2d97f4a731ddb940c4d4fbab93d0cc8e0ad158002a825ece0bd
6
+ metadata.gz: 8844f0421b0bf095beb6fa4aae872bb066e8b7aa93fe619e46321c574da671315b3f97a2bfeea0fa38345066ebcaee2863887b1207c0d271755d57298f26f632
7
+ data.tar.gz: ee8d33800fa71354edfa7765a2b65b6173d74ec7db5c015ed50c46785dc3677e3011fc59edd540578ac9b707c1dc2b117ded292272e6fde9d391c9995a3d22de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.75.0 (2025-05-18)
4
+
5
+ * Regenerated from discovery document revision 20250430
6
+
3
7
  ### v0.74.0 (2025-05-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20250409
@@ -5404,10 +5404,9 @@ module Google
5404
5404
  include Google::Apis::Core::Hashable
5405
5405
 
5406
5406
  # Optional. The FHIR resource type to search, such as Patient or Observation.
5407
- # For a complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/
5408
- # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](http://hl7.org/
5409
- # implement/standards/fhir/STU3/resourcelist.html), [R4](http://hl7.org/
5410
- # implement/standards/fhir/R4/resourcelist.html)).
5407
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
5408
+ # DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
5409
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)).
5411
5410
  # Corresponds to the JSON property `resourceType`
5412
5411
  # @return [String]
5413
5412
  attr_accessor :resource_type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1
18
18
  # Version of the google-apis-healthcare_v1 gem
19
- GEM_VERSION = "0.74.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250409"
25
+ REVISION = "20250430"
26
26
  end
27
27
  end
28
28
  end
@@ -4624,11 +4624,10 @@ module Google
4624
4624
  end
4625
4625
 
4626
4626
  # Retrieves a Patient resource and resources related to that patient. Implements
4627
- # the FHIR extended operation Patient-everything ([DSTU2](http://hl7.org/
4628
- # implement/standards/fhir/DSTU2/patient-operations.html#everything), [STU3](
4629
- # http://hl7.org/implement/standards/fhir/STU3/patient-operations.html#
4630
- # everything), [R4](http://hl7.org/implement/standards/fhir/R4/patient-
4631
- # operations.html#everything)). On success, the response body contains a JSON-
4627
+ # the FHIR extended operation Patient-everything ([DSTU2](https://hl7.org/fhir/
4628
+ # DSTU2/patient-operations.html#everything), [STU3](https://hl7.org/fhir/STU3/
4629
+ # patient-operations.html#everything), [R4](https://hl7.org/fhir/R4/patient-
4630
+ # operation-everything.html)). On success, the response body contains a JSON-
4632
4631
  # encoded representation of a `Bundle` resource of type `searchset`, containing
4633
4632
  # the results of the operation. Errors generated by the FHIR store contain a
4634
4633
  # JSON-encoded `OperationOutcome` resource describing the reason for the error.
@@ -4746,28 +4745,27 @@ module Google
4746
4745
 
4747
4746
  # Validates an input FHIR resource's conformance to its profiles and the
4748
4747
  # profiles configured on the FHIR store. Implements the FHIR extended operation $
4749
- # validate ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/resource-
4750
- # operations.html#validate), [STU3](http://hl7.org/implement/standards/fhir/STU3/
4751
- # resource-operations.html#validate), or [R4](http://hl7.org/implement/standards/
4752
- # fhir/R4/resource-operation-validate.html)). The request body must contain a
4753
- # JSON-encoded FHIR resource, and the request headers must contain `Content-Type:
4754
- # application/fhir+json`. The `Parameters` input syntax is not supported. The `
4755
- # profile` query parameter can be used to request that the resource only be
4756
- # validated against a specific profile. If a profile with the given URL cannot
4757
- # be found in the FHIR store then an error is returned. Errors generated by
4758
- # validation contain a JSON-encoded `OperationOutcome` resource describing the
4759
- # reason for the error. If the request cannot be mapped to a valid API method on
4760
- # a FHIR store, a generic GCP error might be returned instead.
4748
+ # validate ([DSTU2](https://hl7.org/fhir/DSTU2/resource-operations.html#validate)
4749
+ # , [STU3](https://hl7.org/fhir/STU3/resource-operations.html#validate), or [R4](
4750
+ # https://hl7.org/fhir/R4/resource-operation-validate.html)). The request body
4751
+ # must contain a JSON-encoded FHIR resource, and the request headers must
4752
+ # contain `Content-Type: application/fhir+json`. The `Parameters` input syntax
4753
+ # is not supported. The `profile` query parameter can be used to request that
4754
+ # the resource only be validated against a specific profile. If a profile with
4755
+ # the given URL cannot be found in the FHIR store then an error is returned.
4756
+ # Errors generated by validation contain a JSON-encoded `OperationOutcome`
4757
+ # resource describing the reason for the error. If the request cannot be mapped
4758
+ # to a valid API method on a FHIR store, a generic GCP error might be returned
4759
+ # instead.
4761
4760
  # @param [String] parent
4762
4761
  # Required. The name of the FHIR store that holds the profiles being used for
4763
4762
  # validation.
4764
4763
  # @param [String] type
4765
4764
  # Required. The FHIR resource type of the resource being validated. For a
4766
- # complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/implement/
4767
- # standards/fhir/DSTU2/resourcelist.html), [STU3](http://hl7.org/implement/
4768
- # standards/fhir/STU3/resourcelist.html), or [R4](http://hl7.org/implement/
4769
- # standards/fhir/R4/resourcelist.html)). Must match the resource type in the
4770
- # provided content.
4765
+ # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/
4766
+ # resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html), or [
4767
+ # R4](https://hl7.org/fhir/R4/resourcelist.html)). Must match the resource type
4768
+ # in the provided content.
4771
4769
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
4772
4770
  # @param [String] profile
4773
4771
  # Optional. The canonical URL of a profile that this resource should be
@@ -4876,17 +4874,16 @@ module Google
4876
4874
  execute_or_queue_command(command, &block)
4877
4875
  end
4878
4876
 
4879
- # Gets the FHIR capability statement ([STU3](http://hl7.org/implement/standards/
4880
- # fhir/STU3/capabilitystatement.html), [R4](http://hl7.org/implement/standards/
4881
- # fhir/R4/capabilitystatement.html)), or the [conformance statement](http://hl7.
4882
- # org/implement/standards/fhir/DSTU2/conformance.html) in the DSTU2 case for the
4883
- # store, which contains a description of functionality supported by the server.
4884
- # Implements the FHIR standard capabilities interaction ([STU3](http://hl7.org/
4885
- # implement/standards/fhir/STU3/http.html#capabilities), [R4](http://hl7.org/
4886
- # implement/standards/fhir/R4/http.html#capabilities)), or the [conformance
4887
- # interaction](http://hl7.org/implement/standards/fhir/DSTU2/http.html#
4888
- # conformance) in the DSTU2 case. On success, the response body contains a JSON-
4889
- # encoded representation of a `CapabilityStatement` resource.
4877
+ # Gets the FHIR capability statement ([STU3](https://hl7.org/fhir/STU3/
4878
+ # capabilitystatement.html), [R4](https://hl7.org/fhir/R4/capabilitystatement.
4879
+ # html)), or the [conformance statement](https://hl7.org/fhir/DSTU2/conformance.
4880
+ # html) in the DSTU2 case for the store, which contains a description of
4881
+ # functionality supported by the server. Implements the FHIR standard
4882
+ # capabilities interaction ([STU3](https://hl7.org/fhir/STU3/http.html#
4883
+ # capabilities), [R4](https://hl7.org/fhir/R4/http.html#capabilities)), or the [
4884
+ # conformance interaction](https://hl7.org/fhir/DSTU2/http.html#conformance) in
4885
+ # the DSTU2 case. On success, the response body contains a JSON-encoded
4886
+ # representation of a `CapabilityStatement` resource.
4890
4887
  # @param [String] name
4891
4888
  # Required. Name of the FHIR store to retrieve the capabilities for.
4892
4889
  # @param [String] fields
@@ -4932,10 +4929,9 @@ module Google
4932
4929
  # Required. The name of the FHIR store this resource belongs to.
4933
4930
  # @param [String] type
4934
4931
  # Required. The FHIR resource type to delete, such as Patient or Observation.
4935
- # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
4936
- # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
4937
- # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
4938
- # implement/standards/fhir/R4/resourcelist.html)).
4932
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
4933
+ # DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
4934
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)).
4939
4935
  # @param [String] fields
4940
4936
  # Selector specifying which fields to include in a partial response.
4941
4937
  # @param [String] quota_user
@@ -4987,10 +4983,9 @@ module Google
4987
4983
  # Required. The name of the FHIR store this resource belongs to.
4988
4984
  # @param [String] type
4989
4985
  # Required. The FHIR resource type to update, such as Patient or Observation.
4990
- # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
4991
- # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
4992
- # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
4993
- # implement/standards/fhir/R4/resourcelist.html)).
4986
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
4987
+ # DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
4988
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)).
4994
4989
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
4995
4990
  # @param [String] fields
4996
4991
  # Selector specifying which fields to include in a partial response.
@@ -5052,10 +5047,9 @@ module Google
5052
5047
  # Required. The name of the FHIR store this resource belongs to.
5053
5048
  # @param [String] type
5054
5049
  # Required. The FHIR resource type to update, such as Patient or Observation.
5055
- # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
5056
- # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
5057
- # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
5058
- # implement/standards/fhir/R4/resourcelist.html)). Must match the resource type
5050
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
5051
+ # DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
5052
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)). Must match the resource type
5059
5053
  # in the provided content.
5060
5054
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
5061
5055
  # @param [String] fields
@@ -5089,37 +5083,34 @@ module Google
5089
5083
  end
5090
5084
 
5091
5085
  # Creates a FHIR resource. Implements the FHIR standard create interaction ([
5092
- # DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#create), [STU3](
5093
- # http://hl7.org/implement/standards/fhir/STU3/http.html#create), [R4](http://
5094
- # hl7.org/implement/standards/fhir/R4/http.html#create)), which creates a new
5095
- # resource with a server-assigned resource ID. Also supports the FHIR standard
5096
- # conditional create interaction ([DSTU2](https://hl7.org/implement/standards/
5097
- # fhir/DSTU2/http.html#ccreate), [STU3](https://hl7.org/implement/standards/fhir/
5098
- # STU3/http.html#ccreate), [R4](https://hl7.org/implement/standards/fhir/R4/http.
5099
- # html#ccreate)), specified by supplying an `If-None-Exist` header containing a
5100
- # FHIR search query, limited to searching by resource identifier. If no
5101
- # resources match this search query, the server processes the create operation
5102
- # as normal. When using conditional create, the search term for identifier
5103
- # should be in the pattern `identifier=system|value` or `identifier=value` -
5104
- # similar to the `search` method on resources with a specific identifier. The
5105
- # request body must contain a JSON-encoded FHIR resource, and the request
5106
- # headers must contain `Content-Type: application/fhir+json`. On success, the
5107
- # response body contains a JSON-encoded representation of the resource as it was
5108
- # created on the server, including the server-assigned resource ID and version
5109
- # ID. Errors generated by the FHIR store contain a JSON-encoded `
5110
- # OperationOutcome` resource describing the reason for the error. If the request
5111
- # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
5112
- # might be returned instead. For samples that show how to call `create`, see [
5113
- # Creating a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/
5114
- # fhir-resources#creating_a_fhir_resource).
5086
+ # DSTU2](https://hl7.org/fhir/DSTU2/http.html#create), [STU3](https://hl7.org/
5087
+ # fhir/STU3/http.html#create), [R4](https://hl7.org/fhir/R4/http.html#create)),
5088
+ # which creates a new resource with a server-assigned resource ID. Also supports
5089
+ # the FHIR standard conditional create interaction ([DSTU2](https://hl7.org/fhir/
5090
+ # DSTU2/http.html#ccreate), [STU3](https://hl7.org/fhir/STU3/http.html#ccreate),
5091
+ # [R4](https://hl7.org/fhir/R4/http.html#ccreate)), specified by supplying an `
5092
+ # If-None-Exist` header containing a FHIR search query, limited to searching by
5093
+ # resource identifier. If no resources match this search query, the server
5094
+ # processes the create operation as normal. When using conditional create, the
5095
+ # search term for identifier should be in the pattern `identifier=system|value`
5096
+ # or `identifier=value` - similar to the `search` method on resources with a
5097
+ # specific identifier. The request body must contain a JSON-encoded FHIR
5098
+ # resource, and the request headers must contain `Content-Type: application/fhir+
5099
+ # json`. On success, the response body contains a JSON-encoded representation of
5100
+ # the resource as it was created on the server, including the server-assigned
5101
+ # resource ID and version ID. Errors generated by the FHIR store contain a JSON-
5102
+ # encoded `OperationOutcome` resource describing the reason for the error. If
5103
+ # the request cannot be mapped to a valid API method on a FHIR store, a generic
5104
+ # GCP error might be returned instead. For samples that show how to call `create`
5105
+ # , see [Creating a FHIR resource](https://cloud.google.com/healthcare/docs/how-
5106
+ # tos/fhir-resources#creating_a_fhir_resource).
5115
5107
  # @param [String] parent
5116
5108
  # Required. The name of the FHIR store this resource belongs to.
5117
5109
  # @param [String] type
5118
5110
  # Required. The FHIR resource type to create, such as Patient or Observation.
5119
- # For a complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/
5120
- # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](http://hl7.org/
5121
- # implement/standards/fhir/STU3/resourcelist.html), [R4](http://hl7.org/
5122
- # implement/standards/fhir/R4/resourcelist.html)). Must match the resource type
5111
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
5112
+ # DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
5113
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)). Must match the resource type
5123
5114
  # in the provided content.
5124
5115
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
5125
5116
  # @param [String] fields
@@ -5153,15 +5144,14 @@ module Google
5153
5144
  end
5154
5145
 
5155
5146
  # Deletes a FHIR resource. Implements the FHIR standard delete interaction ([
5156
- # DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#delete), [STU3](
5157
- # http://hl7.org/implement/standards/fhir/STU3/http.html#delete), [R4](http://
5158
- # hl7.org/implement/standards/fhir/R4/http.html#delete)). Note: Unless resource
5159
- # versioning is disabled by setting the disable_resource_versioning flag on the
5160
- # FHIR store, the deleted resources will be moved to a history repository that
5161
- # can still be retrieved through vread and related methods, unless they are
5162
- # removed by the purge method. For samples that show how to call `delete`, see [
5163
- # Deleting a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/
5164
- # fhir-resources#deleting_a_fhir_resource).
5147
+ # DSTU2](https://hl7.org/fhir/DSTU2/http.html#delete), [STU3](https://hl7.org/
5148
+ # fhir/STU3/http.html#delete), [R4](https://hl7.org/fhir/R4/http.html#delete)).
5149
+ # Note: Unless resource versioning is disabled by setting the
5150
+ # disable_resource_versioning flag on the FHIR store, the deleted resources will
5151
+ # be moved to a history repository that can still be retrieved through vread and
5152
+ # related methods, unless they are removed by the purge method. For samples that
5153
+ # show how to call `delete`, see [Deleting a FHIR resource](https://cloud.google.
5154
+ # com/healthcare/docs/how-tos/fhir-resources#deleting_a_fhir_resource).
5165
5155
  # @param [String] name
5166
5156
  # Required. The name of the resource to delete.
5167
5157
  # @param [String] fields
@@ -5192,38 +5182,35 @@ module Google
5192
5182
  end
5193
5183
 
5194
5184
  # Executes all the requests in the given Bundle. Implements the FHIR standard
5195
- # batch/transaction interaction ([DSTU2](https://hl7.org/implement/standards/
5196
- # fhir/DSTU2/http.html#transaction), [STU3](https://hl7.org/implement/standards/
5197
- # fhir/STU3/http.html#transaction), [R4](https://hl7.org/implement/standards/
5198
- # fhir/R4/http.html#transaction)). Supports all interactions within a bundle,
5199
- # except search. This method accepts Bundles of type `batch` and `transaction`,
5200
- # processing them according to the batch processing rules ([DSTU2](https://hl7.
5201
- # org/implement/standards/fhir/DSTU2/http.html#2.1.0.16.1), [STU3](https://hl7.
5202
- # org/implement/standards/fhir/STU3/http.html#2.21.0.17.1), [R4](https://hl7.org/
5203
- # implement/standards/fhir/R4/http.html#brules)) and transaction processing
5204
- # rules ([DSTU2](https://hl7.org/implement/standards/fhir/DSTU2/http.html#2.1.0.
5205
- # 16.2), [STU3](https://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0.
5206
- # 17.2), [R4](https://hl7.org/implement/standards/fhir/R4/http.html#trules)).
5207
- # The request body must contain a JSON-encoded FHIR `Bundle` resource, and the
5208
- # request headers must contain `Content-Type: application/fhir+json`. For a
5209
- # batch bundle or a successful transaction, the response body contains a JSON-
5210
- # encoded representation of a `Bundle` resource of type `batch-response` or `
5211
- # transaction-response` containing one entry for each entry in the request, with
5212
- # the outcome of processing the entry. In the case of an error for a transaction
5213
- # bundle, the response body contains a JSON-encoded `OperationOutcome` resource
5214
- # describing the reason for the error. If the request cannot be mapped to a
5215
- # valid API method on a FHIR store, a generic GCP error might be returned
5216
- # instead. This method checks permissions for each request in the bundle. The `
5217
- # executeBundle` permission is required to call this method, but you must also
5218
- # grant sufficient permissions to execute the individual requests in the bundle.
5219
- # For example, if the bundle contains a request to create a FHIR resource, the
5220
- # caller must also have been granted the `healthcare.fhirResources.create`
5221
- # permission. You can use audit logs to view the permissions for `executeBundle`
5222
- # and each request in the bundle. For more information, see [Viewing Cloud Audit
5223
- # logs](https://cloud.google.com/healthcare-api/docs/how-tos/audit-logging). For
5224
- # samples that show how to call `executeBundle`, see [Managing FHIR resources
5225
- # using FHIR bundles](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5226
- # bundles).
5185
+ # batch/transaction interaction ([DSTU2](https://hl7.org/fhir/DSTU2/http.html#
5186
+ # transaction), [STU3](https://hl7.org/fhir/STU3/http.html#transaction), [R4](
5187
+ # https://hl7.org/fhir/R4/http.html#transaction)). Supports all interactions
5188
+ # within a bundle, except search. This method accepts Bundles of type `batch`
5189
+ # and `transaction`, processing them according to the batch processing rules ([
5190
+ # DSTU2](https://hl7.org/fhir/DSTU2/http.html#2.1.0.16.1), [STU3](https://hl7.
5191
+ # org/fhir/STU3/http.html#2.21.0.17.1), [R4](https://hl7.org/fhir/R4/http.html#
5192
+ # brules)) and transaction processing rules ([DSTU2](https://hl7.org/fhir/DSTU2/
5193
+ # http.html#2.1.0.16.2), [STU3](https://hl7.org/fhir/STU3/http.html#2.21.0.17.2),
5194
+ # [R4](https://hl7.org/fhir/R4/http.html#trules)). The request body must
5195
+ # contain a JSON-encoded FHIR `Bundle` resource, and the request headers must
5196
+ # contain `Content-Type: application/fhir+json`. For a batch bundle or a
5197
+ # successful transaction, the response body contains a JSON-encoded
5198
+ # representation of a `Bundle` resource of type `batch-response` or `transaction-
5199
+ # response` containing one entry for each entry in the request, with the outcome
5200
+ # of processing the entry. In the case of an error for a transaction bundle, the
5201
+ # response body contains a JSON-encoded `OperationOutcome` resource describing
5202
+ # the reason for the error. If the request cannot be mapped to a valid API
5203
+ # method on a FHIR store, a generic GCP error might be returned instead. This
5204
+ # method checks permissions for each request in the bundle. The `executeBundle`
5205
+ # permission is required to call this method, but you must also grant sufficient
5206
+ # permissions to execute the individual requests in the bundle. For example, if
5207
+ # the bundle contains a request to create a FHIR resource, the caller must also
5208
+ # have been granted the `healthcare.fhirResources.create` permission. You can
5209
+ # use audit logs to view the permissions for `executeBundle` and each request in
5210
+ # the bundle. For more information, see [Viewing Cloud Audit logs](https://cloud.
5211
+ # google.com/healthcare-api/docs/how-tos/audit-logging). For samples that show
5212
+ # how to call `executeBundle`, see [Managing FHIR resources using FHIR bundles](
5213
+ # https://cloud.google.com/healthcare/docs/how-tos/fhir-bundles).
5227
5214
  # @param [String] parent
5228
5215
  # Required. Name of the FHIR store in which this bundle will be executed.
5229
5216
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
@@ -5258,15 +5245,14 @@ module Google
5258
5245
 
5259
5246
  # Lists all the versions of a resource (including the current version and
5260
5247
  # deleted versions) from the FHIR store. Implements the per-resource form of the
5261
- # FHIR standard history interaction ([DSTU2](http://hl7.org/implement/standards/
5262
- # fhir/DSTU2/http.html#history), [STU3](http://hl7.org/implement/standards/fhir/
5263
- # STU3/http.html#history), [R4](http://hl7.org/implement/standards/fhir/R4/http.
5264
- # html#history)). On success, the response body contains a JSON-encoded
5265
- # representation of a `Bundle` resource of type `history`, containing the
5266
- # version history sorted from most recent to oldest versions. Errors generated
5267
- # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
5268
- # describing the reason for the error. If the request cannot be mapped to a
5269
- # valid API method on a FHIR store, a generic GCP error might be returned
5248
+ # FHIR standard history interaction ([DSTU2](https://hl7.org/fhir/DSTU2/http.
5249
+ # html#history), [STU3](https://hl7.org/fhir/STU3/http.html#history), [R4](https:
5250
+ # //hl7.org/fhir/R4/http.html#history)). On success, the response body contains
5251
+ # a JSON-encoded representation of a `Bundle` resource of type `history`,
5252
+ # containing the version history sorted from most recent to oldest versions.
5253
+ # Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome`
5254
+ # resource describing the reason for the error. If the request cannot be mapped
5255
+ # to a valid API method on a FHIR store, a generic GCP error might be returned
5270
5256
  # instead. For samples that show how to call `history`, see [Listing FHIR
5271
5257
  # resource versions](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5272
5258
  # resources#listing_fhir_resource_versions).
@@ -5325,19 +5311,18 @@ module Google
5325
5311
 
5326
5312
  # Updates part of an existing resource by applying the operations specified in a
5327
5313
  # [JSON Patch](http://jsonpatch.com/) document. Implements the FHIR standard
5328
- # patch interaction ([STU3](http://hl7.org/implement/standards/fhir/STU3/http.
5329
- # html#patch), [R4](http://hl7.org/implement/standards/fhir/R4/http.html#patch)).
5330
- # DSTU2 doesn't define a patch method, but the server supports it in the same
5331
- # way it supports STU3. The request body must contain a JSON Patch document, and
5332
- # the request headers must contain `Content-Type: application/json-patch+json`.
5333
- # On success, the response body contains a JSON-encoded representation of the
5334
- # updated resource, including the server-assigned version ID. Errors generated
5335
- # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
5336
- # describing the reason for the error. If the request cannot be mapped to a
5337
- # valid API method on a FHIR store, a generic GCP error might be returned
5338
- # instead. For samples that show how to call `patch`, see [Patching a FHIR
5339
- # resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
5340
- # patching_a_fhir_resource).
5314
+ # patch interaction ([STU3](https://hl7.org/fhir/STU3/http.html#patch), [R4](
5315
+ # https://hl7.org/fhir/R4/http.html#patch)). DSTU2 doesn't define a patch method,
5316
+ # but the server supports it in the same way it supports STU3. The request body
5317
+ # must contain a JSON Patch document, and the request headers must contain `
5318
+ # Content-Type: application/json-patch+json`. On success, the response body
5319
+ # contains a JSON-encoded representation of the updated resource, including the
5320
+ # server-assigned version ID. Errors generated by the FHIR store contain a JSON-
5321
+ # encoded `OperationOutcome` resource describing the reason for the error. If
5322
+ # the request cannot be mapped to a valid API method on a FHIR store, a generic
5323
+ # GCP error might be returned instead. For samples that show how to call `patch`,
5324
+ # see [Patching a FHIR resource](https://cloud.google.com/healthcare/docs/how-
5325
+ # tos/fhir-resources#patching_a_fhir_resource).
5341
5326
  # @param [String] name
5342
5327
  # Required. The name of the resource to update.
5343
5328
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
@@ -5371,21 +5356,19 @@ module Google
5371
5356
  end
5372
5357
 
5373
5358
  # Gets the contents of a FHIR resource. Implements the FHIR standard read
5374
- # interaction ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#
5375
- # read), [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#read), [
5376
- # R4](http://hl7.org/implement/standards/fhir/R4/http.html#read)). Also supports
5377
- # the FHIR standard conditional read interaction ([DSTU2](http://hl7.org/
5378
- # implement/standards/fhir/DSTU2/http.html#cread), [STU3](http://hl7.org/
5379
- # implement/standards/fhir/STU3/http.html#cread), [R4](http://hl7.org/implement/
5380
- # standards/fhir/R4/http.html#cread)) specified by supplying an `If-Modified-
5381
- # Since` header with a date/time value or an `If-None-Match` header with an ETag
5382
- # value. On success, the response body contains a JSON-encoded representation of
5383
- # the resource. Errors generated by the FHIR store contain a JSON-encoded `
5384
- # OperationOutcome` resource describing the reason for the error. If the request
5385
- # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
5386
- # might be returned instead. For samples that show how to call `read`, see [
5387
- # Getting a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5388
- # resources#getting_a_fhir_resource).
5359
+ # interaction ([DSTU2](https://hl7.org/fhir/DSTU2/http.html#read), [STU3](https:/
5360
+ # /hl7.org/fhir/STU3/http.html#read), [R4](https://hl7.org/fhir/R4/http.html#
5361
+ # read)). Also supports the FHIR standard conditional read interaction ([DSTU2](
5362
+ # https://hl7.org/fhir/DSTU2/http.html#cread), [STU3](https://hl7.org/fhir/STU3/
5363
+ # http.html#cread), [R4](https://hl7.org/fhir/R4/http.html#cread)) specified by
5364
+ # supplying an `If-Modified-Since` header with a date/time value or an `If-None-
5365
+ # Match` header with an ETag value. On success, the response body contains a
5366
+ # JSON-encoded representation of the resource. Errors generated by the FHIR
5367
+ # store contain a JSON-encoded `OperationOutcome` resource describing the reason
5368
+ # for the error. If the request cannot be mapped to a valid API method on a FHIR
5369
+ # store, a generic GCP error might be returned instead. For samples that show
5370
+ # how to call `read`, see [Getting a FHIR resource](https://cloud.google.com/
5371
+ # healthcare/docs/how-tos/fhir-resources#getting_a_fhir_resource).
5389
5372
  # @param [String] name
5390
5373
  # Required. The name of the resource to retrieve.
5391
5374
  # @param [String] fields
@@ -5417,66 +5400,64 @@ module Google
5417
5400
 
5418
5401
  # Searches for resources in the given FHIR store according to criteria specified
5419
5402
  # as query parameters. Implements the FHIR standard search interaction ([DSTU2](
5420
- # http://hl7.org/implement/standards/fhir/DSTU2/http.html#search), [STU3](http://
5421
- # hl7.org/implement/standards/fhir/STU3/http.html#search), [R4](http://hl7.org/
5422
- # implement/standards/fhir/R4/http.html#search)) using the search semantics
5423
- # described in the FHIR Search specification ([DSTU2](http://hl7.org/implement/
5424
- # standards/fhir/DSTU2/search.html), [STU3](http://hl7.org/implement/standards/
5425
- # fhir/STU3/search.html), [R4](http://hl7.org/implement/standards/fhir/R4/search.
5426
- # html)). Supports four methods of search defined by the specification: * `GET [
5427
- # base]?[parameters]` to search across all resources. * `GET [base]/[type]?[
5428
- # parameters]` to search resources of a specified type. * `POST [base]/_search?[
5429
- # parameters]` as an alternate form having the same semantics as the `GET`
5430
- # method across all resources. * `POST [base]/[type]/_search?[parameters]` as an
5431
- # alternate form having the same semantics as the `GET` method for the specified
5432
- # type. The `GET` and `POST` methods do not support compartment searches. The `
5433
- # POST` method does not support `application/x-www-form-urlencoded` search
5434
- # parameters. On success, the response body contains a JSON-encoded
5435
- # representation of a `Bundle` resource of type `searchset`, containing the
5436
- # results of the search. Errors generated by the FHIR store contain a JSON-
5437
- # encoded `OperationOutcome` resource describing the reason for the error. If
5438
- # the request cannot be mapped to a valid API method on a FHIR store, a generic
5439
- # GCP error might be returned instead. The server's capability statement,
5440
- # retrieved through capabilities, indicates what search parameters are supported
5441
- # on each FHIR resource. A list of all search parameters defined by the
5442
- # specification can be found in the FHIR Search Parameter Registry ([STU3](http:/
5443
- # /hl7.org/implement/standards/fhir/STU3/searchparameter-registry.html), [R4](
5444
- # http://hl7.org/implement/standards/fhir/R4/searchparameter-registry.html)).
5445
- # FHIR search parameters for DSTU2 can be found on each resource's definition
5446
- # page. Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `
5447
- # :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2
5448
- # and STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `
5449
- # _count`, `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `
5450
- # _elements`. The maximum number of search results returned defaults to 100,
5451
- # which can be overridden by the `_count` parameter up to a maximum limit of
5452
- # 1000. The server might return fewer resources than requested to prevent
5453
- # excessively large responses. If there are additional results, the returned `
5454
- # Bundle` contains a link of `relation` "next", which has a `_page_token`
5455
- # parameter for an opaque pagination token that can be used to retrieve the next
5456
- # page. Resources with a total size larger than 5MB or a field count larger than
5457
- # 50,000 might not be fully searchable as the server might trim its generated
5458
- # search index in those cases. Note: FHIR resources are indexed asynchronously,
5459
- # so there might be a slight delay between the time a resource is created or
5460
- # changed, and the time when the change reflects in search results. The only
5461
- # exception is resource identifier data, which is indexed synchronously as a
5462
- # special index. As a result, searching using resource identifier is not subject
5463
- # to indexing delay. To use the special synchronous index, the search term for
5464
- # identifier should be in the pattern `identifier=[system]|[value]` or `
5465
- # identifier=[value]`, and any of the following search result parameters can be
5466
- # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
5467
- # your query contains any other search parameters, the standard asynchronous
5468
- # index will be used instead. Note that searching against the special index is
5469
- # optimized for resolving a small number of matches. The search isn't optimized
5470
- # if your identifier search criteria matches a large number (i.e. more than 2,
5471
- # 000) of resources. For a search query that will match a large number of
5472
- # resources, you can avoiding using the special synchronous index by including
5473
- # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
5474
- # you want to keep the default sorting order. Note: The special synchronous
5475
- # identifier index are currently disabled for DocumentReference and
5476
- # DocumentManifest searches. For samples and detailed information, see [
5477
- # Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/
5478
- # fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
5479
- # healthcare/docs/how-tos/fhir-advanced-search).
5403
+ # https://hl7.org/fhir/DSTU2/http.html#search), [STU3](https://hl7.org/fhir/STU3/
5404
+ # http.html#search), [R4](https://hl7.org/fhir/R4/http.html#search)) using the
5405
+ # search semantics described in the FHIR Search specification ([DSTU2](https://
5406
+ # hl7.org/fhir/DSTU2/search.html), [STU3](https://hl7.org/fhir/STU3/search.html),
5407
+ # [R4](https://hl7.org/fhir/R4/search.html)). Supports four methods of search
5408
+ # defined by the specification: * `GET [base]?[parameters]` to search across all
5409
+ # resources. * `GET [base]/[type]?[parameters]` to search resources of a
5410
+ # specified type. * `POST [base]/_search?[parameters]` as an alternate form
5411
+ # having the same semantics as the `GET` method across all resources. * `POST [
5412
+ # base]/[type]/_search?[parameters]` as an alternate form having the same
5413
+ # semantics as the `GET` method for the specified type. The `GET` and `POST`
5414
+ # methods do not support compartment searches. The `POST` method does not
5415
+ # support `application/x-www-form-urlencoded` search parameters. On success, the
5416
+ # response body contains a JSON-encoded representation of a `Bundle` resource of
5417
+ # type `searchset`, containing the results of the search. Errors generated by
5418
+ # the FHIR store contain a JSON-encoded `OperationOutcome` resource describing
5419
+ # the reason for the error. If the request cannot be mapped to a valid API
5420
+ # method on a FHIR store, a generic GCP error might be returned instead. The
5421
+ # server's capability statement, retrieved through capabilities, indicates what
5422
+ # search parameters are supported on each FHIR resource. A list of all search
5423
+ # parameters defined by the specification can be found in the FHIR Search
5424
+ # Parameter Registry ([STU3](https://hl7.org/fhir/STU3/searchparameter-registry.
5425
+ # html), [R4](https://hl7.org/fhir/R4/searchparameter-registry.html)). FHIR
5426
+ # search parameters for DSTU2 can be found on each resource's definition page.
5427
+ # Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `:in`,
5428
+ # `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2 and
5429
+ # STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `_count`
5430
+ # , `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `_elements`.
5431
+ # The maximum number of search results returned defaults to 100, which can be
5432
+ # overridden by the `_count` parameter up to a maximum limit of 1000. The server
5433
+ # might return fewer resources than requested to prevent excessively large
5434
+ # responses. If there are additional results, the returned `Bundle` contains a
5435
+ # link of `relation` "next", which has a `_page_token` parameter for an opaque
5436
+ # pagination token that can be used to retrieve the next page. Resources with a
5437
+ # total size larger than 5MB or a field count larger than 50,000 might not be
5438
+ # fully searchable as the server might trim its generated search index in those
5439
+ # cases. Note: FHIR resources are indexed asynchronously, so there might be a
5440
+ # slight delay between the time a resource is created or changed, and the time
5441
+ # when the change reflects in search results. The only exception is resource
5442
+ # identifier data, which is indexed synchronously as a special index. As a
5443
+ # result, searching using resource identifier is not subject to indexing delay.
5444
+ # To use the special synchronous index, the search term for identifier should be
5445
+ # in the pattern `identifier=[system]|[value]` or `identifier=[value]`, and any
5446
+ # of the following search result parameters can be used: * `_count` * `_include`
5447
+ # * `_revinclude` * `_summary` * `_elements` If your query contains any other
5448
+ # search parameters, the standard asynchronous index will be used instead. Note
5449
+ # that searching against the special index is optimized for resolving a small
5450
+ # number of matches. The search isn't optimized if your identifier search
5451
+ # criteria matches a large number (i.e. more than 2,000) of resources. For a
5452
+ # search query that will match a large number of resources, you can avoiding
5453
+ # using the special synchronous index by including an additional `_sort`
5454
+ # parameter in your query. Use `_sort=-_lastUpdated` if you want to keep the
5455
+ # default sorting order. Note: The special synchronous identifier index are
5456
+ # currently disabled for DocumentReference and DocumentManifest searches. For
5457
+ # samples and detailed information, see [Searching for FHIR resources](https://
5458
+ # cloud.google.com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR
5459
+ # search features](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5460
+ # advanced-search).
5480
5461
  # @param [String] parent
5481
5462
  # Required. Name of the FHIR store to retrieve resources from.
5482
5463
  # @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
@@ -5511,74 +5492,71 @@ module Google
5511
5492
 
5512
5493
  # Searches for resources in the given FHIR store according to criteria specified
5513
5494
  # as query parameters. Implements the FHIR standard search interaction ([DSTU2](
5514
- # http://hl7.org/implement/standards/fhir/DSTU2/http.html#search), [STU3](http://
5515
- # hl7.org/implement/standards/fhir/STU3/http.html#search), [R4](http://hl7.org/
5516
- # implement/standards/fhir/R4/http.html#search)) using the search semantics
5517
- # described in the FHIR Search specification ([DSTU2](http://hl7.org/implement/
5518
- # standards/fhir/DSTU2/search.html), [STU3](http://hl7.org/implement/standards/
5519
- # fhir/STU3/search.html), [R4](http://hl7.org/implement/standards/fhir/R4/search.
5520
- # html)). Supports four methods of search defined by the specification: * `GET [
5521
- # base]?[parameters]` to search across all resources. * `GET [base]/[type]?[
5522
- # parameters]` to search resources of a specified type. * `POST [base]/_search?[
5523
- # parameters]` as an alternate form having the same semantics as the `GET`
5524
- # method across all resources. * `POST [base]/[type]/_search?[parameters]` as an
5525
- # alternate form having the same semantics as the `GET` method for the specified
5526
- # type. The `GET` and `POST` methods do not support compartment searches. The `
5527
- # POST` method does not support `application/x-www-form-urlencoded` search
5528
- # parameters. On success, the response body contains a JSON-encoded
5529
- # representation of a `Bundle` resource of type `searchset`, containing the
5530
- # results of the search. Errors generated by the FHIR store contain a JSON-
5531
- # encoded `OperationOutcome` resource describing the reason for the error. If
5532
- # the request cannot be mapped to a valid API method on a FHIR store, a generic
5533
- # GCP error might be returned instead. The server's capability statement,
5534
- # retrieved through capabilities, indicates what search parameters are supported
5535
- # on each FHIR resource. A list of all search parameters defined by the
5536
- # specification can be found in the FHIR Search Parameter Registry ([STU3](http:/
5537
- # /hl7.org/implement/standards/fhir/STU3/searchparameter-registry.html), [R4](
5538
- # http://hl7.org/implement/standards/fhir/R4/searchparameter-registry.html)).
5539
- # FHIR search parameters for DSTU2 can be found on each resource's definition
5540
- # page. Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `
5541
- # :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2
5542
- # and STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `
5543
- # _count`, `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `
5544
- # _elements`. The maximum number of search results returned defaults to 100,
5545
- # which can be overridden by the `_count` parameter up to a maximum limit of
5546
- # 1000. The server might return fewer resources than requested to prevent
5547
- # excessively large responses. If there are additional results, the returned `
5548
- # Bundle` contains a link of `relation` "next", which has a `_page_token`
5549
- # parameter for an opaque pagination token that can be used to retrieve the next
5550
- # page. Resources with a total size larger than 5MB or a field count larger than
5551
- # 50,000 might not be fully searchable as the server might trim its generated
5552
- # search index in those cases. Note: FHIR resources are indexed asynchronously,
5553
- # so there might be a slight delay between the time a resource is created or
5554
- # changed, and the time when the change reflects in search results. The only
5555
- # exception is resource identifier data, which is indexed synchronously as a
5556
- # special index. As a result, searching using resource identifier is not subject
5557
- # to indexing delay. To use the special synchronous index, the search term for
5558
- # identifier should be in the pattern `identifier=[system]|[value]` or `
5559
- # identifier=[value]`, and any of the following search result parameters can be
5560
- # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
5561
- # your query contains any other search parameters, the standard asynchronous
5562
- # index will be used instead. Note that searching against the special index is
5563
- # optimized for resolving a small number of matches. The search isn't optimized
5564
- # if your identifier search criteria matches a large number (i.e. more than 2,
5565
- # 000) of resources. For a search query that will match a large number of
5566
- # resources, you can avoiding using the special synchronous index by including
5567
- # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
5568
- # you want to keep the default sorting order. Note: The special synchronous
5569
- # identifier index are currently disabled for DocumentReference and
5570
- # DocumentManifest searches. For samples and detailed information, see [
5571
- # Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/
5572
- # fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
5573
- # healthcare/docs/how-tos/fhir-advanced-search).
5495
+ # https://hl7.org/fhir/DSTU2/http.html#search), [STU3](https://hl7.org/fhir/STU3/
5496
+ # http.html#search), [R4](https://hl7.org/fhir/R4/http.html#search)) using the
5497
+ # search semantics described in the FHIR Search specification ([DSTU2](https://
5498
+ # hl7.org/fhir/DSTU2/search.html), [STU3](https://hl7.org/fhir/STU3/search.html),
5499
+ # [R4](https://hl7.org/fhir/R4/search.html)). Supports four methods of search
5500
+ # defined by the specification: * `GET [base]?[parameters]` to search across all
5501
+ # resources. * `GET [base]/[type]?[parameters]` to search resources of a
5502
+ # specified type. * `POST [base]/_search?[parameters]` as an alternate form
5503
+ # having the same semantics as the `GET` method across all resources. * `POST [
5504
+ # base]/[type]/_search?[parameters]` as an alternate form having the same
5505
+ # semantics as the `GET` method for the specified type. The `GET` and `POST`
5506
+ # methods do not support compartment searches. The `POST` method does not
5507
+ # support `application/x-www-form-urlencoded` search parameters. On success, the
5508
+ # response body contains a JSON-encoded representation of a `Bundle` resource of
5509
+ # type `searchset`, containing the results of the search. Errors generated by
5510
+ # the FHIR store contain a JSON-encoded `OperationOutcome` resource describing
5511
+ # the reason for the error. If the request cannot be mapped to a valid API
5512
+ # method on a FHIR store, a generic GCP error might be returned instead. The
5513
+ # server's capability statement, retrieved through capabilities, indicates what
5514
+ # search parameters are supported on each FHIR resource. A list of all search
5515
+ # parameters defined by the specification can be found in the FHIR Search
5516
+ # Parameter Registry ([STU3](https://hl7.org/fhir/STU3/searchparameter-registry.
5517
+ # html), [R4](https://hl7.org/fhir/R4/searchparameter-registry.html)). FHIR
5518
+ # search parameters for DSTU2 can be found on each resource's definition page.
5519
+ # Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `:in`,
5520
+ # `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2 and
5521
+ # STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `_count`
5522
+ # , `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `_elements`.
5523
+ # The maximum number of search results returned defaults to 100, which can be
5524
+ # overridden by the `_count` parameter up to a maximum limit of 1000. The server
5525
+ # might return fewer resources than requested to prevent excessively large
5526
+ # responses. If there are additional results, the returned `Bundle` contains a
5527
+ # link of `relation` "next", which has a `_page_token` parameter for an opaque
5528
+ # pagination token that can be used to retrieve the next page. Resources with a
5529
+ # total size larger than 5MB or a field count larger than 50,000 might not be
5530
+ # fully searchable as the server might trim its generated search index in those
5531
+ # cases. Note: FHIR resources are indexed asynchronously, so there might be a
5532
+ # slight delay between the time a resource is created or changed, and the time
5533
+ # when the change reflects in search results. The only exception is resource
5534
+ # identifier data, which is indexed synchronously as a special index. As a
5535
+ # result, searching using resource identifier is not subject to indexing delay.
5536
+ # To use the special synchronous index, the search term for identifier should be
5537
+ # in the pattern `identifier=[system]|[value]` or `identifier=[value]`, and any
5538
+ # of the following search result parameters can be used: * `_count` * `_include`
5539
+ # * `_revinclude` * `_summary` * `_elements` If your query contains any other
5540
+ # search parameters, the standard asynchronous index will be used instead. Note
5541
+ # that searching against the special index is optimized for resolving a small
5542
+ # number of matches. The search isn't optimized if your identifier search
5543
+ # criteria matches a large number (i.e. more than 2,000) of resources. For a
5544
+ # search query that will match a large number of resources, you can avoiding
5545
+ # using the special synchronous index by including an additional `_sort`
5546
+ # parameter in your query. Use `_sort=-_lastUpdated` if you want to keep the
5547
+ # default sorting order. Note: The special synchronous identifier index are
5548
+ # currently disabled for DocumentReference and DocumentManifest searches. For
5549
+ # samples and detailed information, see [Searching for FHIR resources](https://
5550
+ # cloud.google.com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR
5551
+ # search features](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5552
+ # advanced-search).
5574
5553
  # @param [String] parent
5575
5554
  # Required. Name of the FHIR store to retrieve resources from.
5576
5555
  # @param [String] resource_type
5577
5556
  # Optional. The FHIR resource type to search, such as Patient or Observation.
5578
- # For a complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/
5579
- # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](http://hl7.org/
5580
- # implement/standards/fhir/STU3/resourcelist.html), [R4](http://hl7.org/
5581
- # implement/standards/fhir/R4/resourcelist.html)).
5557
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
5558
+ # DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
5559
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)).
5582
5560
  # @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
5583
5561
  # @param [String] fields
5584
5562
  # Selector specifying which fields to include in a partial response.
@@ -5611,26 +5589,25 @@ module Google
5611
5589
  end
5612
5590
 
5613
5591
  # Updates the entire contents of a resource. Implements the FHIR standard update
5614
- # interaction ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#
5615
- # update), [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#update),
5616
- # [R4](http://hl7.org/implement/standards/fhir/R4/http.html#update)). If the
5617
- # specified resource does not exist and the FHIR store has enable_update_create
5618
- # set, creates the resource with the client-specified ID. It is strongly advised
5619
- # not to include or encode any sensitive data such as patient identifiers in
5620
- # client-specified resource IDs. Those IDs are part of the FHIR resource path
5621
- # recorded in Cloud Audit Logs and Pub/Sub notifications. Those IDs can also be
5622
- # contained in reference fields within other resources. The request body must
5623
- # contain a JSON-encoded FHIR resource, and the request headers must contain `
5624
- # Content-Type: application/fhir+json`. The resource must contain an `id`
5625
- # element having an identical value to the ID in the REST path of the request.
5626
- # On success, the response body contains a JSON-encoded representation of the
5627
- # updated resource, including the server-assigned version ID. Errors generated
5628
- # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
5629
- # describing the reason for the error. If the request cannot be mapped to a
5630
- # valid API method on a FHIR store, a generic GCP error might be returned
5631
- # instead. For samples that show how to call `update`, see [Updating a FHIR
5632
- # resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
5633
- # updating_a_fhir_resource).
5592
+ # interaction ([DSTU2](https://hl7.org/fhir/DSTU2/http.html#update), [STU3](
5593
+ # https://hl7.org/fhir/STU3/http.html#update), [R4](https://hl7.org/fhir/R4/http.
5594
+ # html#update)). If the specified resource does not exist and the FHIR store has
5595
+ # enable_update_create set, creates the resource with the client-specified ID.
5596
+ # It is strongly advised not to include or encode any sensitive data such as
5597
+ # patient identifiers in client-specified resource IDs. Those IDs are part of
5598
+ # the FHIR resource path recorded in Cloud Audit Logs and Pub/Sub notifications.
5599
+ # Those IDs can also be contained in reference fields within other resources.
5600
+ # The request body must contain a JSON-encoded FHIR resource, and the request
5601
+ # headers must contain `Content-Type: application/fhir+json`. The resource must
5602
+ # contain an `id` element having an identical value to the ID in the REST path
5603
+ # of the request. On success, the response body contains a JSON-encoded
5604
+ # representation of the updated resource, including the server-assigned version
5605
+ # ID. Errors generated by the FHIR store contain a JSON-encoded `
5606
+ # OperationOutcome` resource describing the reason for the error. If the request
5607
+ # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
5608
+ # might be returned instead. For samples that show how to call `update`, see [
5609
+ # Updating a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/
5610
+ # fhir-resources#updating_a_fhir_resource).
5634
5611
  # @param [String] name
5635
5612
  # Required. The name of the resource to update.
5636
5613
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
@@ -5664,17 +5641,16 @@ module Google
5664
5641
  end
5665
5642
 
5666
5643
  # Gets the contents of a version (current or historical) of a FHIR resource by
5667
- # version ID. Implements the FHIR standard vread interaction ([DSTU2](http://hl7.
5668
- # org/implement/standards/fhir/DSTU2/http.html#vread), [STU3](http://hl7.org/
5669
- # implement/standards/fhir/STU3/http.html#vread), [R4](http://hl7.org/implement/
5670
- # standards/fhir/R4/http.html#vread)). On success, the response body contains a
5671
- # JSON-encoded representation of the resource. Errors generated by the FHIR
5672
- # store contain a JSON-encoded `OperationOutcome` resource describing the reason
5673
- # for the error. If the request cannot be mapped to a valid API method on a FHIR
5674
- # store, a generic GCP error might be returned instead. For samples that show
5675
- # how to call `vread`, see [Retrieving a FHIR resource version](https://cloud.
5676
- # google.com/healthcare/docs/how-tos/fhir-resources#
5677
- # retrieving_a_fhir_resource_version).
5644
+ # version ID. Implements the FHIR standard vread interaction ([DSTU2](https://
5645
+ # hl7.org/fhir/DSTU2/http.html#vread), [STU3](https://hl7.org/fhir/STU3/http.
5646
+ # html#vread), [R4](https://hl7.org/fhir/R4/http.html#vread)). On success, the
5647
+ # response body contains a JSON-encoded representation of the resource. Errors
5648
+ # generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource
5649
+ # describing the reason for the error. If the request cannot be mapped to a
5650
+ # valid API method on a FHIR store, a generic GCP error might be returned
5651
+ # instead. For samples that show how to call `vread`, see [Retrieving a FHIR
5652
+ # resource version](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5653
+ # resources#retrieving_a_fhir_resource_version).
5678
5654
  # @param [String] name
5679
5655
  # Required. The name of the resource version to retrieve.
5680
5656
  # @param [String] fields
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.74.0
4
+ version: 0.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.74.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.75.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
62
62
  rdoc_options: []
63
63
  require_paths: