google-apis-healthcare_v1beta1 0.80.0 → 0.81.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: 2696d3a75801f3c079e8fc3fd3139edb018cd30a98cd72025c3626941b313034
4
- data.tar.gz: 269ab0258109b633d28cd459b20a578767644576ba38d47966b9726248401df6
3
+ metadata.gz: 17adb36629cd41cf5e68a66ae63186ca899adfb2686cb501715e0727e9a1d7ec
4
+ data.tar.gz: d384b1e6af49bc1816114d71d385b91c0b8fe50d91d5cec323c658be84959db4
5
5
  SHA512:
6
- metadata.gz: d2bd19370d6295c237bef166f2e92680f91f615af13d27fb6e17b4e145de205b0797b0a25a4069945ff4995bfacce0b35ccd83ec6206a39d6bdad08667369674
7
- data.tar.gz: 6279e169d3558ea977e926fb351d00b88c5144f1041e09b9a5709d43b01646e106538654edf5cd3d3918c39856b8405e8788df65234a57d5c854b2cc6db76a6b
6
+ metadata.gz: a9f84eda5543c5afe034f3bcf0fc2e49222f4d70496c59c12a895496b9b4e4330eb172e0d604c194b810d1a272f5b5d79d20a2df0eaf409c6069e9453bd9c90a
7
+ data.tar.gz: 37ce2f2a4c689ab21f4580987d94b619fd999076f82f9f9a232c392853e86e88db35e134a75e3be6595fa95ca43f85869d52bd8db88fa820691b2d5a5235b68b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.81.0 (2025-05-18)
4
+
5
+ * Regenerated from discovery document revision 20250430
6
+
3
7
  ### v0.80.0 (2025-05-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20250409
@@ -6968,10 +6968,9 @@ module Google
6968
6968
  include Google::Apis::Core::Hashable
6969
6969
 
6970
6970
  # Optional. The FHIR resource type to search, such as Patient or Observation.
6971
- # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
6972
- # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
6973
- # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
6974
- # implement/standards/fhir/R4/resourcelist.html)).
6971
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
6972
+ # DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
6973
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)).
6975
6974
  # Corresponds to the JSON property `resourceType`
6976
6975
  # @return [String]
6977
6976
  attr_accessor :resource_type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1beta1
18
18
  # Version of the google-apis-healthcare_v1beta1 gem
19
- GEM_VERSION = "0.80.0"
19
+ GEM_VERSION = "0.81.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
@@ -5525,23 +5525,22 @@ module Google
5525
5525
  end
5526
5526
 
5527
5527
  # Retrieves an Encounter resource and resources related to that Encounter.
5528
- # Implements the FHIR extended operation Encounter-everything ([DSTU2](http://
5529
- # hl7.org/implement/standards/fhir/DSTU2/encounter-operations.html#everything), [
5530
- # STU3](http://hl7.org/implement/standards/fhir/STU3/encounter-operations.html#
5531
- # everything), or [R4](https://hl7.org/implement/standards/fhir/R4/encounter-
5532
- # operation-everything.html). On success, the response body contains a JSON-
5533
- # encoded representation of a `Bundle` resource of type `searchset`, containing
5534
- # the results of the operation. Errors generated by the FHIR store contain a
5535
- # JSON-encoded `OperationOutcome` resource describing the reason for the error.
5536
- # If the request cannot be mapped to a valid API method on a FHIR store, a
5537
- # generic GCP error might be returned instead. The resources in scope for the
5538
- # response are: * The Encounter resource itself. * All the resources directly
5539
- # referenced by the Encounter resource, including attachments and binaries. *
5540
- # Resources directly referencing the Encounter resource that meet the inclusion
5541
- # criteria. The inclusion criteria are based on the membership rules in the
5542
- # Encounter Compartment definition ([DSTU2](http://hl7.org/fhir/DSTU2/
5543
- # compartment-encounter.html), [STU3](http://www.hl7.org/fhir/stu3/
5544
- # compartmentdefinition-encounter.html), [R4](http://hl7.org/fhir/R4/
5528
+ # Implements the FHIR extended operation Encounter-everything ([DSTU2](https://
5529
+ # hl7.org/fhir/DSTU2/encounter-operations.html#everything), [STU3](https://hl7.
5530
+ # org/fhir/STU3/encounter-operations.html#everything), or [R4](https://hl7.org/
5531
+ # fhir/R4/encounter-operation-everything.html). On success, the response body
5532
+ # contains a JSON-encoded representation of a `Bundle` resource of type `
5533
+ # searchset`, containing the results of the operation. Errors generated by the
5534
+ # FHIR store contain a JSON-encoded `OperationOutcome` resource describing the
5535
+ # reason for the error. If the request cannot be mapped to a valid API method on
5536
+ # a FHIR store, a generic GCP error might be returned instead. The resources in
5537
+ # scope for the response are: * The Encounter resource itself. * All the
5538
+ # resources directly referenced by the Encounter resource, including attachments
5539
+ # and binaries. * Resources directly referencing the Encounter resource that
5540
+ # meet the inclusion criteria. The inclusion criteria are based on the
5541
+ # membership rules in the Encounter Compartment definition ([DSTU2](http://hl7.
5542
+ # org/fhir/DSTU2/compartment-encounter.html), [STU3](http://www.hl7.org/fhir/
5543
+ # stu3/compartmentdefinition-encounter.html), [R4](http://hl7.org/fhir/R4/
5545
5544
  # compartmentdefinition-encounter.html)), which details the eligible resource
5546
5545
  # types and referencing search parameters. * Resources referencing to the
5547
5546
  # Encounter resource through the "http://hl7.org/fhir/StructureDefinition/
@@ -5602,26 +5601,25 @@ module Google
5602
5601
  # Retrieves the N most recent `Observation` resources for a subject matching
5603
5602
  # search criteria specified as query parameters, grouped by `Observation.code`,
5604
5603
  # sorted from most recent to oldest. Implements the FHIR extended operation
5605
- # Observation-lastn ([STU3](https://hl7.org/implement/standards/fhir/STU3/
5606
- # observation-operations.html#lastn), [R4](https://hl7.org/implement/standards/
5607
- # fhir/R4/observation-operations.html#lastn)). DSTU2 doesn't define the
5608
- # Observation-lastn method, but the server supports it the same way it supports
5609
- # STU3. Search terms are provided as query parameters following the same pattern
5610
- # as the search method. The following search parameters must be provided: - `
5611
- # subject` or `patient` to specify a subject for the Observation. - `code`, `
5612
- # category` or any of the composite parameters that include `code`. Any other
5613
- # valid Observation search parameters can also be provided. This operation
5614
- # accepts an additional query parameter `max`, which specifies N, the maximum
5615
- # number of Observations to return from each group, with a default of 1.
5616
- # Searches with over 1000 results are rejected. Results are counted before
5617
- # grouping and limiting the results with `max`. To stay within the limit,
5618
- # constrain these searches using Observation search parameters such as `
5619
- # _lastUpdated` or `date`. On success, the response body contains a JSON-encoded
5620
- # representation of a `Bundle` resource of type `searchset`, containing the
5621
- # results of the operation. Errors generated by the FHIR store contain a JSON-
5622
- # encoded `OperationOutcome` resource describing the reason for the error. If
5623
- # the request cannot be mapped to a valid API method on a FHIR store, a generic
5624
- # GCP error might be returned instead.
5604
+ # Observation-lastn ([STU3](https://hl7.org/fhir/STU3/observation-operations.
5605
+ # html#lastn), [R4](https://hl7.org/fhir/R4/observation-operation-lastn.html)).
5606
+ # DSTU2 doesn't define the Observation-lastn method, but the server supports it
5607
+ # the same way it supports STU3. Search terms are provided as query parameters
5608
+ # following the same pattern as the search method. The following search
5609
+ # parameters must be provided: - `subject` or `patient` to specify a subject for
5610
+ # the Observation. - `code`, `category` or any of the composite parameters that
5611
+ # include `code`. Any other valid Observation search parameters can also be
5612
+ # provided. This operation accepts an additional query parameter `max`, which
5613
+ # specifies N, the maximum number of Observations to return from each group,
5614
+ # with a default of 1. Searches with over 1000 results are rejected. Results are
5615
+ # counted before grouping and limiting the results with `max`. To stay within
5616
+ # the limit, constrain these searches using Observation search parameters such
5617
+ # as `_lastUpdated` or `date`. On success, the response body contains a JSON-
5618
+ # encoded representation of a `Bundle` resource of type `searchset`, containing
5619
+ # the results of the operation. Errors generated by the FHIR store contain a
5620
+ # JSON-encoded `OperationOutcome` resource describing the reason for the error.
5621
+ # If the request cannot be mapped to a valid API method on a FHIR store, a
5622
+ # generic GCP error might be returned instead.
5625
5623
  # @param [String] parent
5626
5624
  # Required. Name of the FHIR store to retrieve resources from.
5627
5625
  # @param [String] fields
@@ -5700,11 +5698,10 @@ module Google
5700
5698
  end
5701
5699
 
5702
5700
  # Retrieves a Patient resource and resources related to that patient. Implements
5703
- # the FHIR extended operation Patient-everything ([DSTU2](https://hl7.org/
5704
- # implement/standards/fhir/DSTU2/patient-operations.html#everything), [STU3](
5705
- # https://hl7.org/implement/standards/fhir/STU3/patient-operations.html#
5706
- # everything), [R4](https://hl7.org/implement/standards/fhir/R4/patient-
5707
- # operations.html#everything)). On success, the response body contains a JSON-
5701
+ # the FHIR extended operation Patient-everything ([DSTU2](https://hl7.org/fhir/
5702
+ # DSTU2/patient-operations.html#everything), [STU3](https://hl7.org/fhir/STU3/
5703
+ # patient-operations.html#everything), [R4](https://hl7.org/fhir/R4/patient-
5704
+ # operation-everything.html)). On success, the response body contains a JSON-
5708
5705
  # encoded representation of a `Bundle` resource of type `searchset`, containing
5709
5706
  # the results of the operation. Errors generated by the FHIR store contain a
5710
5707
  # JSON-encoded `OperationOutcome` resource describing the reason for the error.
@@ -5886,28 +5883,27 @@ module Google
5886
5883
 
5887
5884
  # Validates an input FHIR resource's conformance to its profiles and the
5888
5885
  # profiles configured on the FHIR store. Implements the FHIR extended operation $
5889
- # validate ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/resource-
5890
- # operations.html#validate), [STU3](http://hl7.org/implement/standards/fhir/STU3/
5891
- # resource-operations.html#validate), or [R4](http://hl7.org/implement/standards/
5892
- # fhir/R4/resource-operation-validate.html)). The request body must contain a
5893
- # JSON-encoded FHIR resource, and the request headers must contain `Content-Type:
5894
- # application/fhir+json`. The `Parameters` input syntax is not supported. The `
5895
- # profile` query parameter can be used to request that the resource only be
5896
- # validated against a specific profile. If a profile with the given URL cannot
5897
- # be found in the FHIR store then an error is returned. Errors generated by
5898
- # validation contain a JSON-encoded `OperationOutcome` resource describing the
5899
- # reason for the error. If the request cannot be mapped to a valid API method on
5900
- # a FHIR store, a generic GCP error might be returned instead.
5886
+ # validate ([DSTU2](https://hl7.org/fhir/DSTU2/resource-operations.html#validate)
5887
+ # , [STU3](https://hl7.org/fhir/STU3/resource-operations.html#validate), or [R4](
5888
+ # https://hl7.org/fhir/R4/resource-operation-validate.html)). The request body
5889
+ # must contain a JSON-encoded FHIR resource, and the request headers must
5890
+ # contain `Content-Type: application/fhir+json`. The `Parameters` input syntax
5891
+ # is not supported. The `profile` query parameter can be used to request that
5892
+ # the resource only be validated against a specific profile. If a profile with
5893
+ # the given URL cannot be found in the FHIR store then an error is returned.
5894
+ # Errors generated by validation contain a JSON-encoded `OperationOutcome`
5895
+ # resource describing the reason for the error. If the request cannot be mapped
5896
+ # to a valid API method on a FHIR store, a generic GCP error might be returned
5897
+ # instead.
5901
5898
  # @param [String] parent
5902
5899
  # Required. The name of the FHIR store that holds the profiles being used for
5903
5900
  # validation.
5904
5901
  # @param [String] type
5905
5902
  # Required. The FHIR resource type of the resource being validated. For a
5906
- # complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/implement/
5907
- # standards/fhir/DSTU2/resourcelist.html), [STU3](http://hl7.org/implement/
5908
- # standards/fhir/STU3/resourcelist.html), or [R4](http://hl7.org/implement/
5909
- # standards/fhir/R4/resourcelist.html)). Must match the resource type in the
5910
- # provided content.
5903
+ # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/
5904
+ # resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html), or [
5905
+ # R4](https://hl7.org/fhir/R4/resourcelist.html)). Must match the resource type
5906
+ # in the provided content.
5911
5907
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
5912
5908
  # @param [String] profile
5913
5909
  # Optional. The canonical URL of a profile that this resource should be
@@ -6016,17 +6012,16 @@ module Google
6016
6012
  execute_or_queue_command(command, &block)
6017
6013
  end
6018
6014
 
6019
- # Gets the FHIR capability statement ([STU3](https://hl7.org/implement/standards/
6020
- # fhir/STU3/capabilitystatement.html), [R4](https://hl7.org/implement/standards/
6021
- # fhir/R4/capabilitystatement.html)), or the [conformance statement](https://hl7.
6022
- # org/implement/standards/fhir/DSTU2/conformance.html) in the DSTU2 case for the
6023
- # store, which contains a description of functionality supported by the server.
6024
- # Implements the FHIR standard capabilities interaction ([STU3](https://hl7.org/
6025
- # implement/standards/fhir/STU3/http.html#capabilities), [R4](https://hl7.org/
6026
- # implement/standards/fhir/R4/http.html#capabilities)), or the [conformance
6027
- # interaction](https://hl7.org/implement/standards/fhir/DSTU2/http.html#
6028
- # conformance) in the DSTU2 case. On success, the response body contains a JSON-
6029
- # encoded representation of a `CapabilityStatement` resource.
6015
+ # Gets the FHIR capability statement ([STU3](https://hl7.org/fhir/STU3/
6016
+ # capabilitystatement.html), [R4](https://hl7.org/fhir/R4/capabilitystatement.
6017
+ # html)), or the [conformance statement](https://hl7.org/fhir/DSTU2/conformance.
6018
+ # html) in the DSTU2 case for the store, which contains a description of
6019
+ # functionality supported by the server. Implements the FHIR standard
6020
+ # capabilities interaction ([STU3](https://hl7.org/fhir/STU3/http.html#
6021
+ # capabilities), [R4](https://hl7.org/fhir/R4/http.html#capabilities)), or the [
6022
+ # conformance interaction](https://hl7.org/fhir/DSTU2/http.html#conformance) in
6023
+ # the DSTU2 case. On success, the response body contains a JSON-encoded
6024
+ # representation of a `CapabilityStatement` resource.
6030
6025
  # @param [String] name
6031
6026
  # Required. Name of the FHIR store to retrieve the capabilities for.
6032
6027
  # @param [String] fields
@@ -6057,18 +6052,17 @@ module Google
6057
6052
  end
6058
6053
 
6059
6054
  # Deletes FHIR resources that match a search query. Implements the FHIR standard
6060
- # conditional delete interaction ([DSTU2](https://hl7.org/implement/standards/
6061
- # fhir/DSTU2/http.html#2.1.0.12.1), [STU3](https://hl7.org/implement/standards/
6062
- # fhir/STU3/http.html#2.21.0.13.1), [R4](https://hl7.org/implement/standards/
6063
- # fhir/R4/http.html#3.1.0.7.1)). If multiple resources match, all matching
6064
- # resources are deleted. Search terms are provided as query parameters following
6065
- # the same pattern as the search method. Not all FHIR resources that match the
6066
- # search query might be deleted because, by default, a maximum of 100 FHIR
6067
- # resources can be deleted. The number of FHIR resources that can be deleted
6068
- # depends on the page size of the returned resources, which you can control
6069
- # using the `_count` query parameter. Even when using `_count`, you can delete a
6070
- # maximum 1,000 FHIR resources per each call of `conditionalDelete`. Note:
6071
- # Unless resource versioning is disabled by setting the
6055
+ # conditional delete interaction ([DSTU2](https://hl7.org/fhir/DSTU2/http.html#2.
6056
+ # 1.0.12.1), [STU3](https://hl7.org/fhir/STU3/http.html#2.21.0.13.1), [R4](https:
6057
+ # //hl7.org/fhir/R4/http.html#3.1.0.7.1)). If multiple resources match, all
6058
+ # matching resources are deleted. Search terms are provided as query parameters
6059
+ # following the same pattern as the search method. Not all FHIR resources that
6060
+ # match the search query might be deleted because, by default, a maximum of 100
6061
+ # FHIR resources can be deleted. The number of FHIR resources that can be
6062
+ # deleted depends on the page size of the returned resources, which you can
6063
+ # control using the `_count` query parameter. Even when using `_count`, you can
6064
+ # delete a maximum 1,000 FHIR resources per each call of `conditionalDelete`.
6065
+ # Note: Unless resource versioning is disabled by setting the
6072
6066
  # disable_resource_versioning flag on the FHIR store, the deleted resources are
6073
6067
  # moved to a history repository that can still be retrieved through vread and
6074
6068
  # related methods, unless they are removed by the purge method. This method
@@ -6081,10 +6075,9 @@ module Google
6081
6075
  # Required. The name of the FHIR store this resource belongs to.
6082
6076
  # @param [String] type
6083
6077
  # Required. The FHIR resource type to delete, such as Patient or Observation.
6084
- # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
6085
- # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
6086
- # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
6087
- # implement/standards/fhir/R4/resourcelist.html)).
6078
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
6079
+ # DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
6080
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)).
6088
6081
  # @param [String] fields
6089
6082
  # Selector specifying which fields to include in a partial response.
6090
6083
  # @param [String] quota_user
@@ -6116,33 +6109,31 @@ module Google
6116
6109
  # If a resource is found based on the search criteria specified in the query
6117
6110
  # parameters, updates part of that resource by applying the operations specified
6118
6111
  # in a [JSON Patch](http://jsonpatch.com/) document. Implements the FHIR
6119
- # standard conditional patch interaction ([STU3](https://hl7.org/implement/
6120
- # standards/fhir/STU3/http.html#patch), [R4](https://hl7.org/implement/standards/
6121
- # fhir/R4/http.html#patch)). DSTU2 doesn't define a conditional patch method,
6122
- # but the server supports it in the same way it supports STU3. Search terms are
6123
- # provided as query parameters following the same pattern as the search method.
6124
- # If the search criteria identify more than one match, the request returns a `
6125
- # 412 Precondition Failed` error. The request body must contain a JSON Patch
6126
- # document, and the request headers must contain `Content-Type: application/json-
6127
- # patch+json`. On success, the response body contains a JSON-encoded
6128
- # representation of the updated resource, including the server-assigned version
6129
- # ID. Errors generated by the FHIR store contain a JSON-encoded `
6130
- # OperationOutcome` resource describing the reason for the error. If the request
6131
- # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
6132
- # might be returned instead. This method requires the`healthcare.fhirStores.
6133
- # searchResources` permission on the parent FHIR store and the `healthcare.
6134
- # fhirResources.patch` permission on the requested FHIR store resource. For
6135
- # samples that show how to call `conditionalPatch`, see [Conditionally patching
6136
- # a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
6137
- # resources#conditionally_patching_a_fhir_resource).
6112
+ # standard conditional patch interaction ([STU3](https://hl7.org/fhir/STU3/http.
6113
+ # html#patch), [R4](https://hl7.org/fhir/R4/http.html#patch)). DSTU2 doesn't
6114
+ # define a conditional patch method, but the server supports it in the same way
6115
+ # it supports STU3. Search terms are provided as query parameters following the
6116
+ # same pattern as the search method. If the search criteria identify more than
6117
+ # one match, the request returns a `412 Precondition Failed` error. The request
6118
+ # body must contain a JSON Patch document, and the request headers must contain `
6119
+ # Content-Type: application/json-patch+json`. On success, the response body
6120
+ # contains a JSON-encoded representation of the updated resource, including the
6121
+ # server-assigned version ID. Errors generated by the FHIR store contain a JSON-
6122
+ # encoded `OperationOutcome` resource describing the reason for the error. If
6123
+ # the request cannot be mapped to a valid API method on a FHIR store, a generic
6124
+ # GCP error might be returned instead. This method requires the`healthcare.
6125
+ # fhirStores.searchResources` permission on the parent FHIR store and the `
6126
+ # healthcare.fhirResources.patch` permission on the requested FHIR store
6127
+ # resource. For samples that show how to call `conditionalPatch`, see [
6128
+ # Conditionally patching a FHIR resource](https://cloud.google.com/healthcare/
6129
+ # docs/how-tos/fhir-resources#conditionally_patching_a_fhir_resource).
6138
6130
  # @param [String] parent
6139
6131
  # Required. The name of the FHIR store this resource belongs to.
6140
6132
  # @param [String] type
6141
6133
  # Required. The FHIR resource type to update, such as Patient or Observation.
6142
- # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
6143
- # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
6144
- # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
6145
- # implement/standards/fhir/R4/resourcelist.html)).
6134
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
6135
+ # DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
6136
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)).
6146
6137
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
6147
6138
  # @param [String] fields
6148
6139
  # Selector specifying which fields to include in a partial response.
@@ -6176,41 +6167,39 @@ module Google
6176
6167
 
6177
6168
  # If a resource is found based on the search criteria specified in the query
6178
6169
  # parameters, updates the entire contents of that resource. Implements the FHIR
6179
- # standard conditional update interaction ([DSTU2](https://hl7.org/implement/
6180
- # standards/fhir/DSTU2/http.html#2.1.0.10.2), [STU3](https://hl7.org/implement/
6181
- # standards/fhir/STU3/http.html#cond-update), [R4](https://hl7.org/implement/
6182
- # standards/fhir/R4/http.html#cond-update)). Search terms are provided as query
6183
- # parameters following the same pattern as the search method. If the search
6184
- # criteria identify more than one match, the request returns a `412 Precondition
6185
- # Failed` error. If the search criteria identify zero matches, and the supplied
6186
- # resource body contains an `id`, and the FHIR store has enable_update_create
6187
- # set, creates the resource with the client-specified ID. It is strongly advised
6188
- # not to include or encode any sensitive data such as patient identifiers in
6189
- # client-specified resource IDs. Those IDs are part of the FHIR resource path
6190
- # recorded in Cloud Audit Logs and Pub/Sub notifications. Those IDs can also be
6191
- # contained in reference fields within other resources. If the search criteria
6192
- # identify zero matches, and the supplied resource body does not contain an `id`,
6193
- # the resource is created with a server-assigned ID as per the create method.
6194
- # The request body must contain a JSON-encoded FHIR resource, and the request
6195
- # headers must contain `Content-Type: application/fhir+json`. On success, the
6196
- # response body contains a JSON-encoded representation of the updated resource,
6197
- # including the server-assigned version ID. Errors generated by the FHIR store
6198
- # contain a JSON-encoded `OperationOutcome` resource describing the reason for
6199
- # the error. If the request cannot be mapped to a valid API method on a FHIR
6200
- # store, a generic GCP error might be returned instead. This method requires the`
6201
- # healthcare.fhirStores.searchResources` and `healthcare.fhirResources.update`
6202
- # permissions on the parent FHIR store. For samples that show how to call `
6203
- # conditionalUpdate`, see [Conditionally updating a FHIR resource](https://cloud.
6204
- # google.com/healthcare/docs/how-tos/fhir-resources#
6205
- # conditionally_updating_a_fhir_resource).
6170
+ # standard conditional update interaction ([DSTU2](https://hl7.org/fhir/DSTU2/
6171
+ # http.html#2.1.0.10.2), [STU3](https://hl7.org/fhir/STU3/http.html#cond-update),
6172
+ # [R4](https://hl7.org/fhir/R4/http.html#cond-update)). Search terms are
6173
+ # provided as query parameters following the same pattern as the search method.
6174
+ # If the search criteria identify more than one match, the request returns a `
6175
+ # 412 Precondition Failed` error. If the search criteria identify zero matches,
6176
+ # and the supplied resource body contains an `id`, and the FHIR store has
6177
+ # enable_update_create set, creates the resource with the client-specified ID.
6178
+ # It is strongly advised not to include or encode any sensitive data such as
6179
+ # patient identifiers in client-specified resource IDs. Those IDs are part of
6180
+ # the FHIR resource path recorded in Cloud Audit Logs and Pub/Sub notifications.
6181
+ # Those IDs can also be contained in reference fields within other resources. If
6182
+ # the search criteria identify zero matches, and the supplied resource body does
6183
+ # not contain an `id`, the resource is created with a server-assigned ID as per
6184
+ # the create method. The request body must contain a JSON-encoded FHIR resource,
6185
+ # and the request headers must contain `Content-Type: application/fhir+json`. On
6186
+ # success, the response body contains a JSON-encoded representation of the
6187
+ # updated resource, including the server-assigned version ID. Errors generated
6188
+ # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
6189
+ # describing the reason for the error. If the request cannot be mapped to a
6190
+ # valid API method on a FHIR store, a generic GCP error might be returned
6191
+ # instead. This method requires the`healthcare.fhirStores.searchResources` and `
6192
+ # healthcare.fhirResources.update` permissions on the parent FHIR store. For
6193
+ # samples that show how to call `conditionalUpdate`, see [Conditionally updating
6194
+ # a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
6195
+ # resources#conditionally_updating_a_fhir_resource).
6206
6196
  # @param [String] parent
6207
6197
  # Required. The name of the FHIR store this resource belongs to.
6208
6198
  # @param [String] type
6209
6199
  # Required. The FHIR resource type to update, such as Patient or Observation.
6210
- # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
6211
- # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
6212
- # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
6213
- # implement/standards/fhir/R4/resourcelist.html)). Must match the resource type
6200
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
6201
+ # DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
6202
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)). Must match the resource type
6214
6203
  # in the provided content.
6215
6204
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
6216
6205
  # @param [String] fields
@@ -6244,33 +6233,31 @@ module Google
6244
6233
  end
6245
6234
 
6246
6235
  # Creates a FHIR resource. Implements the FHIR standard create interaction ([
6247
- # DSTU2](https://hl7.org/implement/standards/fhir/DSTU2/http.html#create), [STU3]
6248
- # (https://hl7.org/implement/standards/fhir/STU3/http.html#create), [R4](https://
6249
- # hl7.org/implement/standards/fhir/R4/http.html#create)), which creates a new
6250
- # resource with a server-assigned resource ID. Also supports the FHIR standard
6251
- # conditional create interaction ([DSTU2](https://hl7.org/implement/standards/
6252
- # fhir/DSTU2/http.html#ccreate), [STU3](https://hl7.org/implement/standards/fhir/
6253
- # STU3/http.html#ccreate), [R4](https://hl7.org/implement/standards/fhir/R4/http.
6254
- # html#ccreate)), specified by supplying an `If-None-Exist` header containing a
6255
- # FHIR search query. If no resources match this search query, the server
6256
- # processes the create operation as normal. The request body must contain a JSON-
6257
- # encoded FHIR resource, and the request headers must contain `Content-Type:
6258
- # application/fhir+json`. On success, the response body contains a JSON-encoded
6259
- # representation of the resource as it was created on the server, including the
6260
- # server-assigned resource ID and version ID. Errors generated by the FHIR store
6261
- # contain a JSON-encoded `OperationOutcome` resource describing the reason for
6262
- # the error. If the request cannot be mapped to a valid API method on a FHIR
6263
- # store, a generic GCP error might be returned instead. For samples that show
6264
- # how to call `create`, see [Creating a FHIR resource](https://cloud.google.com/
6265
- # healthcare/docs/how-tos/fhir-resources#creating_a_fhir_resource).
6236
+ # DSTU2](https://hl7.org/fhir/DSTU2/http.html#create), [STU3](https://hl7.org/
6237
+ # fhir/STU3/http.html#create), [R4](https://hl7.org/fhir/R4/http.html#create)),
6238
+ # which creates a new resource with a server-assigned resource ID. Also supports
6239
+ # the FHIR standard conditional create interaction ([DSTU2](https://hl7.org/fhir/
6240
+ # DSTU2/http.html#ccreate), [STU3](https://hl7.org/fhir/STU3/http.html#ccreate),
6241
+ # [R4](https://hl7.org/fhir/R4/http.html#ccreate)), specified by supplying an `
6242
+ # If-None-Exist` header containing a FHIR search query. If no resources match
6243
+ # this search query, the server processes the create operation as normal. The
6244
+ # request body must contain a JSON-encoded FHIR resource, and the request
6245
+ # headers must contain `Content-Type: application/fhir+json`. On success, the
6246
+ # response body contains a JSON-encoded representation of the resource as it was
6247
+ # created on the server, including the server-assigned resource ID and version
6248
+ # ID. Errors generated by the FHIR store contain a JSON-encoded `
6249
+ # OperationOutcome` resource describing the reason for the error. If the request
6250
+ # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
6251
+ # might be returned instead. For samples that show how to call `create`, see [
6252
+ # Creating a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/
6253
+ # fhir-resources#creating_a_fhir_resource).
6266
6254
  # @param [String] parent
6267
6255
  # Required. The name of the FHIR store this resource belongs to.
6268
6256
  # @param [String] type
6269
6257
  # Required. The FHIR resource type to create, such as Patient or Observation.
6270
- # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
6271
- # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
6272
- # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
6273
- # implement/standards/fhir/R4/resourcelist.html)). Must match the resource type
6258
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
6259
+ # DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
6260
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)). Must match the resource type
6274
6261
  # in the provided content.
6275
6262
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
6276
6263
  # @param [String] fields
@@ -6304,15 +6291,14 @@ module Google
6304
6291
  end
6305
6292
 
6306
6293
  # Deletes a FHIR resource. Implements the FHIR standard delete interaction ([
6307
- # DSTU2](https://hl7.org/implement/standards/fhir/DSTU2/http.html#delete), [STU3]
6308
- # (https://hl7.org/implement/standards/fhir/STU3/http.html#delete), [R4](https://
6309
- # hl7.org/implement/standards/fhir/R4/http.html#delete)). Note: Unless resource
6310
- # versioning is disabled by setting the disable_resource_versioning flag on the
6311
- # FHIR store, the deleted resources are moved to a history repository that can
6312
- # still be retrieved through vread and related methods, unless they are removed
6313
- # by the purge method. For samples that show how to call `delete`, see [Deleting
6314
- # a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
6315
- # resources#deleting_a_fhir_resource).
6294
+ # DSTU2](https://hl7.org/fhir/DSTU2/http.html#delete), [STU3](https://hl7.org/
6295
+ # fhir/STU3/http.html#delete), [R4](https://hl7.org/fhir/R4/http.html#delete)).
6296
+ # Note: Unless resource versioning is disabled by setting the
6297
+ # disable_resource_versioning flag on the FHIR store, the deleted resources are
6298
+ # moved to a history repository that can still be retrieved through vread and
6299
+ # related methods, unless they are removed by the purge method. For samples that
6300
+ # show how to call `delete`, see [Deleting a FHIR resource](https://cloud.google.
6301
+ # com/healthcare/docs/how-tos/fhir-resources#deleting_a_fhir_resource).
6316
6302
  # @param [String] name
6317
6303
  # Required. The name of the resource to delete.
6318
6304
  # @param [String] fields
@@ -6344,38 +6330,36 @@ module Google
6344
6330
 
6345
6331
  # Executes all the requests in the given Bundle. Implements the FHIR standard
6346
6332
  # batch/transaction interaction and history operations. ([DSTU2](https://hl7.org/
6347
- # implement/standards/fhir/DSTU2/http.html#transaction), [STU3](https://hl7.org/
6348
- # implement/standards/fhir/STU3/http.html#transaction), [R4](https://hl7.org/
6349
- # implement/standards/fhir/R4/http.html#transaction)). Supports all interactions
6350
- # within a bundle, except search. This method accepts Bundles of type `batch`, `
6351
- # transaction` and `history`, processing `batch` and `transaction` bundles
6352
- # according to the batch processing rules ([DSTU2](https://hl7.org/implement/
6353
- # standards/fhir/DSTU2/http.html#2.1.0.16.1), [STU3](https://hl7.org/implement/
6354
- # standards/fhir/STU3/http.html#2.21.0.17.1), [R4](https://hl7.org/implement/
6355
- # standards/fhir/R4/http.html#brules)) and transaction processing rules ([DSTU2](
6356
- # https://hl7.org/implement/standards/fhir/DSTU2/http.html#2.1.0.16.2), [STU3](
6357
- # https://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0.17.2), [R4](
6358
- # https://hl7.org/implement/standards/fhir/R4/http.html#trules)). The request
6359
- # body must contain a JSON-encoded FHIR `Bundle` resource, and the request
6360
- # headers must contain `Content-Type: application/fhir+json`. For a batch bundle
6361
- # or a successful transaction, the response body contains a JSON-encoded
6362
- # representation of a `Bundle` resource of type `batch-response` or `transaction-
6363
- # response` containing one entry for each entry in the request, with the outcome
6364
- # of processing the entry. In the case of an error for a `transaction` or `
6365
- # history` bundle, the response body contains a JSON-encoded `OperationOutcome`
6366
- # resource describing the reason for the error. If the request cannot be mapped
6367
- # to a valid API method on a FHIR store, a generic GCP error might be returned
6368
- # instead. This method checks permissions for each request in the bundle. The `
6369
- # executeBundle` permission is required to call this method, but you must also
6370
- # grant sufficient permissions to execute the individual requests in the bundle.
6371
- # For example, if the bundle contains a request to create a FHIR resource, the
6372
- # caller must also have been granted the `healthcare.fhirResources.create`
6373
- # permission. `history` bundles also check the `import` permission. You can use
6374
- # audit logs to view the permissions for `executeBundle` and each request in the
6375
- # bundle. For more information, see [Viewing Cloud Audit logs](https://cloud.
6376
- # google.com/healthcare-api/docs/how-tos/audit-logging). For samples that show
6377
- # how to call `executeBundle`, see [Managing FHIR resources using FHIR bundles](
6378
- # https://cloud.google.com/healthcare/docs/how-tos/fhir-bundles).
6333
+ # fhir/DSTU2/http.html#transaction), [STU3](https://hl7.org/fhir/STU3/http.html#
6334
+ # transaction), [R4](https://hl7.org/fhir/R4/http.html#transaction)). Supports
6335
+ # all interactions within a bundle, except search. This method accepts Bundles
6336
+ # of type `batch`, `transaction` and `history`, processing `batch` and `
6337
+ # transaction` bundles according to the batch processing rules ([DSTU2](https://
6338
+ # hl7.org/fhir/DSTU2/http.html#2.1.0.16.1), [STU3](https://hl7.org/fhir/STU3/
6339
+ # http.html#2.21.0.17.1), [R4](https://hl7.org/fhir/R4/http.html#brules)) and
6340
+ # transaction processing rules ([DSTU2](https://hl7.org/fhir/DSTU2/http.html#2.1.
6341
+ # 0.16.2), [STU3](https://hl7.org/fhir/STU3/http.html#2.21.0.17.2), [R4](https://
6342
+ # hl7.org/fhir/R4/http.html#trules)). The request body must contain a JSON-
6343
+ # encoded FHIR `Bundle` resource, and the request headers must contain `Content-
6344
+ # Type: application/fhir+json`. For a batch bundle or a successful transaction,
6345
+ # the response body contains a JSON-encoded representation of a `Bundle`
6346
+ # resource of type `batch-response` or `transaction-response` containing one
6347
+ # entry for each entry in the request, with the outcome of processing the entry.
6348
+ # In the case of an error for a `transaction` or `history` bundle, the response
6349
+ # body contains a JSON-encoded `OperationOutcome` resource describing the reason
6350
+ # for the error. If the request cannot be mapped to a valid API method on a FHIR
6351
+ # store, a generic GCP error might be returned instead. This method checks
6352
+ # permissions for each request in the bundle. The `executeBundle` permission is
6353
+ # required to call this method, but you must also grant sufficient permissions
6354
+ # to execute the individual requests in the bundle. For example, if the bundle
6355
+ # contains a request to create a FHIR resource, the caller must also have been
6356
+ # granted the `healthcare.fhirResources.create` permission. `history` bundles
6357
+ # also check the `import` permission. You can use audit logs to view the
6358
+ # permissions for `executeBundle` and each request in the bundle. For more
6359
+ # information, see [Viewing Cloud Audit logs](https://cloud.google.com/
6360
+ # healthcare-api/docs/how-tos/audit-logging). For samples that show how to call `
6361
+ # executeBundle`, see [Managing FHIR resources using FHIR bundles](https://cloud.
6362
+ # google.com/healthcare/docs/how-tos/fhir-bundles).
6379
6363
  # @param [String] parent
6380
6364
  # Required. Name of the FHIR store in which this bundle will be executed.
6381
6365
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
@@ -6410,15 +6394,14 @@ module Google
6410
6394
 
6411
6395
  # Lists all the versions of a resource (including the current version and
6412
6396
  # deleted versions) from the FHIR store. Implements the per-resource form of the
6413
- # FHIR standard history interaction ([DSTU2](https://hl7.org/implement/standards/
6414
- # fhir/DSTU2/http.html#history), [STU3](https://hl7.org/implement/standards/fhir/
6415
- # STU3/http.html#history), [R4](https://hl7.org/implement/standards/fhir/R4/http.
6416
- # html#history)). On success, the response body contains a JSON-encoded
6417
- # representation of a `Bundle` resource of type `history`, containing the
6418
- # version history sorted from most recent to oldest versions. Errors generated
6419
- # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
6420
- # describing the reason for the error. If the request cannot be mapped to a
6421
- # valid API method on a FHIR store, a generic GCP error might be returned
6397
+ # FHIR standard history interaction ([DSTU2](https://hl7.org/fhir/DSTU2/http.
6398
+ # html#history), [STU3](https://hl7.org/fhir/STU3/http.html#history), [R4](https:
6399
+ # //hl7.org/fhir/R4/http.html#history)). On success, the response body contains
6400
+ # a JSON-encoded representation of a `Bundle` resource of type `history`,
6401
+ # containing the version history sorted from most recent to oldest versions.
6402
+ # Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome`
6403
+ # resource describing the reason for the error. If the request cannot be mapped
6404
+ # to a valid API method on a FHIR store, a generic GCP error might be returned
6422
6405
  # instead. For samples that show how to call `history`, see [Listing FHIR
6423
6406
  # resource versions](https://cloud.google.com/healthcare/docs/how-tos/fhir-
6424
6407
  # resources#listing_fhir_resource_versions).
@@ -6477,19 +6460,18 @@ module Google
6477
6460
 
6478
6461
  # Updates part of an existing resource by applying the operations specified in a
6479
6462
  # [JSON Patch](http://jsonpatch.com/) document. Implements the FHIR standard
6480
- # patch interaction ([STU3](https://hl7.org/implement/standards/fhir/STU3/http.
6481
- # html#patch), [R4](https://hl7.org/implement/standards/fhir/R4/http.html#patch))
6482
- # . DSTU2 doesn't define a patch method, but the server supports it in the same
6483
- # way it supports STU3. The request body must contain a JSON Patch document, and
6484
- # the request headers must contain `Content-Type: application/json-patch+json`.
6485
- # On success, the response body contains a JSON-encoded representation of the
6486
- # updated resource, including the server-assigned version ID. Errors generated
6487
- # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
6488
- # describing the reason for the error. If the request cannot be mapped to a
6489
- # valid API method on a FHIR store, a generic GCP error might be returned
6490
- # instead. For samples that show how to call `patch`, see [Patching a FHIR
6491
- # resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
6492
- # patching_a_fhir_resource).
6463
+ # patch interaction ([STU3](https://hl7.org/fhir/STU3/http.html#patch), [R4](
6464
+ # https://hl7.org/fhir/R4/http.html#patch)). DSTU2 doesn't define a patch method,
6465
+ # but the server supports it in the same way it supports STU3. The request body
6466
+ # must contain a JSON Patch document, and the request headers must contain `
6467
+ # Content-Type: application/json-patch+json`. On success, the response body
6468
+ # contains a JSON-encoded representation of the updated resource, including the
6469
+ # server-assigned version ID. Errors generated by the FHIR store contain a JSON-
6470
+ # encoded `OperationOutcome` resource describing the reason for the error. If
6471
+ # the request cannot be mapped to a valid API method on a FHIR store, a generic
6472
+ # GCP error might be returned instead. For samples that show how to call `patch`,
6473
+ # see [Patching a FHIR resource](https://cloud.google.com/healthcare/docs/how-
6474
+ # tos/fhir-resources#patching_a_fhir_resource).
6493
6475
  # @param [String] name
6494
6476
  # Required. The name of the resource to update.
6495
6477
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
@@ -6523,21 +6505,19 @@ module Google
6523
6505
  end
6524
6506
 
6525
6507
  # Gets the contents of a FHIR resource. Implements the FHIR standard read
6526
- # interaction ([DSTU2](https://hl7.org/implement/standards/fhir/DSTU2/http.html#
6527
- # read), [STU3](https://hl7.org/implement/standards/fhir/STU3/http.html#read), [
6528
- # R4](https://hl7.org/implement/standards/fhir/R4/http.html#read)). Also
6529
- # supports the FHIR standard conditional read interaction ([DSTU2](https://hl7.
6530
- # org/implement/standards/fhir/DSTU2/http.html#cread), [STU3](https://hl7.org/
6531
- # implement/standards/fhir/STU3/http.html#cread), [R4](https://hl7.org/implement/
6532
- # standards/fhir/R4/http.html#cread)) specified by supplying an `If-Modified-
6533
- # Since` header with a date/time value or an `If-None-Match` header with an ETag
6534
- # value. On success, the response body contains a JSON-encoded representation of
6535
- # the resource. Errors generated by the FHIR store contain a JSON-encoded `
6536
- # OperationOutcome` resource describing the reason for the error. If the request
6537
- # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
6538
- # might be returned instead. For samples that show how to call `read`, see [
6539
- # Getting a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
6540
- # resources#getting_a_fhir_resource).
6508
+ # interaction ([DSTU2](https://hl7.org/fhir/DSTU2/http.html#read), [STU3](https:/
6509
+ # /hl7.org/fhir/STU3/http.html#read), [R4](https://hl7.org/fhir/R4/http.html#
6510
+ # read)). Also supports the FHIR standard conditional read interaction ([DSTU2](
6511
+ # https://hl7.org/fhir/DSTU2/http.html#cread), [STU3](https://hl7.org/fhir/STU3/
6512
+ # http.html#cread), [R4](https://hl7.org/fhir/R4/http.html#cread)) specified by
6513
+ # supplying an `If-Modified-Since` header with a date/time value or an `If-None-
6514
+ # Match` header with an ETag value. On success, the response body contains a
6515
+ # JSON-encoded representation of the resource. Errors generated by the FHIR
6516
+ # store contain a JSON-encoded `OperationOutcome` resource describing the reason
6517
+ # for the error. If the request cannot be mapped to a valid API method on a FHIR
6518
+ # store, a generic GCP error might be returned instead. For samples that show
6519
+ # how to call `read`, see [Getting a FHIR resource](https://cloud.google.com/
6520
+ # healthcare/docs/how-tos/fhir-resources#getting_a_fhir_resource).
6541
6521
  # @param [String] name
6542
6522
  # Required. The name of the resource to retrieve.
6543
6523
  # @param [String] fields
@@ -6569,66 +6549,64 @@ module Google
6569
6549
 
6570
6550
  # Searches for resources in the given FHIR store according to criteria specified
6571
6551
  # as query parameters. Implements the FHIR standard search interaction ([DSTU2](
6572
- # https://hl7.org/implement/standards/fhir/DSTU2/http.html#search), [STU3](https:
6573
- # //hl7.org/implement/standards/fhir/STU3/http.html#search), [R4](https://hl7.
6574
- # org/implement/standards/fhir/R4/http.html#search)) using the search semantics
6575
- # described in the FHIR Search specification ([DSTU2](https://hl7.org/implement/
6576
- # standards/fhir/DSTU2/search.html), [STU3](https://hl7.org/implement/standards/
6577
- # fhir/STU3/search.html), [R4](https://hl7.org/implement/standards/fhir/R4/
6578
- # search.html)). Supports four methods of search defined by the specification: *
6579
- # `GET [base]?[parameters]` to search across all resources. * `GET [base]/[type]?
6580
- # [parameters]` to search resources of a specified type. * `POST [base]/_search?[
6581
- # parameters]` as an alternate form having the same semantics as the `GET`
6582
- # method across all resources. * `POST [base]/[type]/_search?[parameters]` as an
6583
- # alternate form having the same semantics as the `GET` method for the specified
6584
- # type. The `GET` and `POST` methods do not support compartment searches. The `
6585
- # POST` method does not support `application/x-www-form-urlencoded` search
6586
- # parameters. On success, the response body contains a JSON-encoded
6587
- # representation of a `Bundle` resource of type `searchset`, containing the
6588
- # results of the search. Errors generated by the FHIR store contain a JSON-
6589
- # encoded `OperationOutcome` resource describing the reason for the error. If
6590
- # the request cannot be mapped to a valid API method on a FHIR store, a generic
6591
- # GCP error might be returned instead. The server's capability statement,
6592
- # retrieved through capabilities, indicates what search parameters are supported
6593
- # on each FHIR resource. A list of all search parameters defined by the
6594
- # specification can be found in the FHIR Search Parameter Registry ([STU3](https:
6595
- # //hl7.org/implement/standards/fhir/STU3/searchparameter-registry.html), [R4](
6596
- # https://hl7.org/implement/standards/fhir/R4/searchparameter-registry.html)).
6597
- # FHIR search parameters for DSTU2 can be found on each resource's definition
6598
- # page. Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `
6599
- # :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2
6600
- # and STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `
6601
- # _count`, `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `
6602
- # _elements`. The maximum number of search results returned defaults to 100,
6603
- # which can be overridden by the `_count` parameter up to a maximum limit of
6604
- # 1000. The server might return fewer resources than requested to prevent
6605
- # excessively large responses. If there are additional results, the returned `
6606
- # Bundle` contains a link of `relation` "next", which has a `_page_token`
6607
- # parameter for an opaque pagination token that can be used to retrieve the next
6608
- # page. Resources with a total size larger than 5MB or a field count larger than
6609
- # 50,000 might not be fully searchable as the server might trim its generated
6610
- # search index in those cases. Note: FHIR resources are indexed asynchronously,
6611
- # so there might be a slight delay between the time a resource is created or
6612
- # changed, and the time when the change reflects in search results. The only
6613
- # exception is resource identifier data, which is indexed synchronously as a
6614
- # special index. As a result, searching using resource identifier is not subject
6615
- # to indexing delay. To use the special synchronous index, the search term for
6616
- # identifier should be in the pattern `identifier=[system]|[value]` or `
6617
- # identifier=[value]`, and any of the following search result parameters can be
6618
- # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
6619
- # your query contains any other search parameters, the standard asynchronous
6620
- # index will be used instead. Note that searching against the special index is
6621
- # optimized for resolving a small number of matches. The search isn't optimized
6622
- # if your identifier search criteria matches a large number (i.e. more than 2,
6623
- # 000) of resources. For a search query that will match a large number of
6624
- # resources, you can avoiding using the special synchronous index by including
6625
- # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
6626
- # you want to keep the default sorting order. Note: The special synchronous
6627
- # identifier index are currently disabled for DocumentReference and
6628
- # DocumentManifest searches. For samples and detailed information, see [
6629
- # Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/
6630
- # fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
6631
- # healthcare/docs/how-tos/fhir-advanced-search).
6552
+ # https://hl7.org/fhir/DSTU2/http.html#search), [STU3](https://hl7.org/fhir/STU3/
6553
+ # http.html#search), [R4](https://hl7.org/fhir/R4/http.html#search)) using the
6554
+ # search semantics described in the FHIR Search specification ([DSTU2](https://
6555
+ # hl7.org/fhir/DSTU2/search.html), [STU3](https://hl7.org/fhir/STU3/search.html),
6556
+ # [R4](https://hl7.org/fhir/R4/search.html)). Supports four methods of search
6557
+ # defined by the specification: * `GET [base]?[parameters]` to search across all
6558
+ # resources. * `GET [base]/[type]?[parameters]` to search resources of a
6559
+ # specified type. * `POST [base]/_search?[parameters]` as an alternate form
6560
+ # having the same semantics as the `GET` method across all resources. * `POST [
6561
+ # base]/[type]/_search?[parameters]` as an alternate form having the same
6562
+ # semantics as the `GET` method for the specified type. The `GET` and `POST`
6563
+ # methods do not support compartment searches. The `POST` method does not
6564
+ # support `application/x-www-form-urlencoded` search parameters. On success, the
6565
+ # response body contains a JSON-encoded representation of a `Bundle` resource of
6566
+ # type `searchset`, containing the results of the search. Errors generated by
6567
+ # the FHIR store contain a JSON-encoded `OperationOutcome` resource describing
6568
+ # the reason for the error. If the request cannot be mapped to a valid API
6569
+ # method on a FHIR store, a generic GCP error might be returned instead. The
6570
+ # server's capability statement, retrieved through capabilities, indicates what
6571
+ # search parameters are supported on each FHIR resource. A list of all search
6572
+ # parameters defined by the specification can be found in the FHIR Search
6573
+ # Parameter Registry ([STU3](https://hl7.org/fhir/STU3/searchparameter-registry.
6574
+ # html), [R4](https://hl7.org/fhir/R4/searchparameter-registry.html)). FHIR
6575
+ # search parameters for DSTU2 can be found on each resource's definition page.
6576
+ # Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `:in`,
6577
+ # `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2 and
6578
+ # STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `_count`
6579
+ # , `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `_elements`.
6580
+ # The maximum number of search results returned defaults to 100, which can be
6581
+ # overridden by the `_count` parameter up to a maximum limit of 1000. The server
6582
+ # might return fewer resources than requested to prevent excessively large
6583
+ # responses. If there are additional results, the returned `Bundle` contains a
6584
+ # link of `relation` "next", which has a `_page_token` parameter for an opaque
6585
+ # pagination token that can be used to retrieve the next page. Resources with a
6586
+ # total size larger than 5MB or a field count larger than 50,000 might not be
6587
+ # fully searchable as the server might trim its generated search index in those
6588
+ # cases. Note: FHIR resources are indexed asynchronously, so there might be a
6589
+ # slight delay between the time a resource is created or changed, and the time
6590
+ # when the change reflects in search results. The only exception is resource
6591
+ # identifier data, which is indexed synchronously as a special index. As a
6592
+ # result, searching using resource identifier is not subject to indexing delay.
6593
+ # To use the special synchronous index, the search term for identifier should be
6594
+ # in the pattern `identifier=[system]|[value]` or `identifier=[value]`, and any
6595
+ # of the following search result parameters can be used: * `_count` * `_include`
6596
+ # * `_revinclude` * `_summary` * `_elements` If your query contains any other
6597
+ # search parameters, the standard asynchronous index will be used instead. Note
6598
+ # that searching against the special index is optimized for resolving a small
6599
+ # number of matches. The search isn't optimized if your identifier search
6600
+ # criteria matches a large number (i.e. more than 2,000) of resources. For a
6601
+ # search query that will match a large number of resources, you can avoiding
6602
+ # using the special synchronous index by including an additional `_sort`
6603
+ # parameter in your query. Use `_sort=-_lastUpdated` if you want to keep the
6604
+ # default sorting order. Note: The special synchronous identifier index are
6605
+ # currently disabled for DocumentReference and DocumentManifest searches. For
6606
+ # samples and detailed information, see [Searching for FHIR resources](https://
6607
+ # cloud.google.com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR
6608
+ # search features](https://cloud.google.com/healthcare/docs/how-tos/fhir-
6609
+ # advanced-search).
6632
6610
  # @param [String] parent
6633
6611
  # Required. Name of the FHIR store to retrieve resources from.
6634
6612
  # @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
@@ -6663,74 +6641,71 @@ module Google
6663
6641
 
6664
6642
  # Searches for resources in the given FHIR store according to criteria specified
6665
6643
  # as query parameters. Implements the FHIR standard search interaction ([DSTU2](
6666
- # https://hl7.org/implement/standards/fhir/DSTU2/http.html#search), [STU3](https:
6667
- # //hl7.org/implement/standards/fhir/STU3/http.html#search), [R4](https://hl7.
6668
- # org/implement/standards/fhir/R4/http.html#search)) using the search semantics
6669
- # described in the FHIR Search specification ([DSTU2](https://hl7.org/implement/
6670
- # standards/fhir/DSTU2/search.html), [STU3](https://hl7.org/implement/standards/
6671
- # fhir/STU3/search.html), [R4](https://hl7.org/implement/standards/fhir/R4/
6672
- # search.html)). Supports four methods of search defined by the specification: *
6673
- # `GET [base]?[parameters]` to search across all resources. * `GET [base]/[type]?
6674
- # [parameters]` to search resources of a specified type. * `POST [base]/_search?[
6675
- # parameters]` as an alternate form having the same semantics as the `GET`
6676
- # method across all resources. * `POST [base]/[type]/_search?[parameters]` as an
6677
- # alternate form having the same semantics as the `GET` method for the specified
6678
- # type. The `GET` and `POST` methods do not support compartment searches. The `
6679
- # POST` method does not support `application/x-www-form-urlencoded` search
6680
- # parameters. On success, the response body contains a JSON-encoded
6681
- # representation of a `Bundle` resource of type `searchset`, containing the
6682
- # results of the search. Errors generated by the FHIR store contain a JSON-
6683
- # encoded `OperationOutcome` resource describing the reason for the error. If
6684
- # the request cannot be mapped to a valid API method on a FHIR store, a generic
6685
- # GCP error might be returned instead. The server's capability statement,
6686
- # retrieved through capabilities, indicates what search parameters are supported
6687
- # on each FHIR resource. A list of all search parameters defined by the
6688
- # specification can be found in the FHIR Search Parameter Registry ([STU3](https:
6689
- # //hl7.org/implement/standards/fhir/STU3/searchparameter-registry.html), [R4](
6690
- # https://hl7.org/implement/standards/fhir/R4/searchparameter-registry.html)).
6691
- # FHIR search parameters for DSTU2 can be found on each resource's definition
6692
- # page. Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `
6693
- # :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2
6694
- # and STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `
6695
- # _count`, `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `
6696
- # _elements`. The maximum number of search results returned defaults to 100,
6697
- # which can be overridden by the `_count` parameter up to a maximum limit of
6698
- # 1000. The server might return fewer resources than requested to prevent
6699
- # excessively large responses. If there are additional results, the returned `
6700
- # Bundle` contains a link of `relation` "next", which has a `_page_token`
6701
- # parameter for an opaque pagination token that can be used to retrieve the next
6702
- # page. Resources with a total size larger than 5MB or a field count larger than
6703
- # 50,000 might not be fully searchable as the server might trim its generated
6704
- # search index in those cases. Note: FHIR resources are indexed asynchronously,
6705
- # so there might be a slight delay between the time a resource is created or
6706
- # changed, and the time when the change reflects in search results. The only
6707
- # exception is resource identifier data, which is indexed synchronously as a
6708
- # special index. As a result, searching using resource identifier is not subject
6709
- # to indexing delay. To use the special synchronous index, the search term for
6710
- # identifier should be in the pattern `identifier=[system]|[value]` or `
6711
- # identifier=[value]`, and any of the following search result parameters can be
6712
- # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
6713
- # your query contains any other search parameters, the standard asynchronous
6714
- # index will be used instead. Note that searching against the special index is
6715
- # optimized for resolving a small number of matches. The search isn't optimized
6716
- # if your identifier search criteria matches a large number (i.e. more than 2,
6717
- # 000) of resources. For a search query that will match a large number of
6718
- # resources, you can avoiding using the special synchronous index by including
6719
- # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
6720
- # you want to keep the default sorting order. Note: The special synchronous
6721
- # identifier index are currently disabled for DocumentReference and
6722
- # DocumentManifest searches. For samples and detailed information, see [
6723
- # Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/
6724
- # fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
6725
- # healthcare/docs/how-tos/fhir-advanced-search).
6644
+ # https://hl7.org/fhir/DSTU2/http.html#search), [STU3](https://hl7.org/fhir/STU3/
6645
+ # http.html#search), [R4](https://hl7.org/fhir/R4/http.html#search)) using the
6646
+ # search semantics described in the FHIR Search specification ([DSTU2](https://
6647
+ # hl7.org/fhir/DSTU2/search.html), [STU3](https://hl7.org/fhir/STU3/search.html),
6648
+ # [R4](https://hl7.org/fhir/R4/search.html)). Supports four methods of search
6649
+ # defined by the specification: * `GET [base]?[parameters]` to search across all
6650
+ # resources. * `GET [base]/[type]?[parameters]` to search resources of a
6651
+ # specified type. * `POST [base]/_search?[parameters]` as an alternate form
6652
+ # having the same semantics as the `GET` method across all resources. * `POST [
6653
+ # base]/[type]/_search?[parameters]` as an alternate form having the same
6654
+ # semantics as the `GET` method for the specified type. The `GET` and `POST`
6655
+ # methods do not support compartment searches. The `POST` method does not
6656
+ # support `application/x-www-form-urlencoded` search parameters. On success, the
6657
+ # response body contains a JSON-encoded representation of a `Bundle` resource of
6658
+ # type `searchset`, containing the results of the search. Errors generated by
6659
+ # the FHIR store contain a JSON-encoded `OperationOutcome` resource describing
6660
+ # the reason for the error. If the request cannot be mapped to a valid API
6661
+ # method on a FHIR store, a generic GCP error might be returned instead. The
6662
+ # server's capability statement, retrieved through capabilities, indicates what
6663
+ # search parameters are supported on each FHIR resource. A list of all search
6664
+ # parameters defined by the specification can be found in the FHIR Search
6665
+ # Parameter Registry ([STU3](https://hl7.org/fhir/STU3/searchparameter-registry.
6666
+ # html), [R4](https://hl7.org/fhir/R4/searchparameter-registry.html)). FHIR
6667
+ # search parameters for DSTU2 can be found on each resource's definition page.
6668
+ # Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `:in`,
6669
+ # `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2 and
6670
+ # STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `_count`
6671
+ # , `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `_elements`.
6672
+ # The maximum number of search results returned defaults to 100, which can be
6673
+ # overridden by the `_count` parameter up to a maximum limit of 1000. The server
6674
+ # might return fewer resources than requested to prevent excessively large
6675
+ # responses. If there are additional results, the returned `Bundle` contains a
6676
+ # link of `relation` "next", which has a `_page_token` parameter for an opaque
6677
+ # pagination token that can be used to retrieve the next page. Resources with a
6678
+ # total size larger than 5MB or a field count larger than 50,000 might not be
6679
+ # fully searchable as the server might trim its generated search index in those
6680
+ # cases. Note: FHIR resources are indexed asynchronously, so there might be a
6681
+ # slight delay between the time a resource is created or changed, and the time
6682
+ # when the change reflects in search results. The only exception is resource
6683
+ # identifier data, which is indexed synchronously as a special index. As a
6684
+ # result, searching using resource identifier is not subject to indexing delay.
6685
+ # To use the special synchronous index, the search term for identifier should be
6686
+ # in the pattern `identifier=[system]|[value]` or `identifier=[value]`, and any
6687
+ # of the following search result parameters can be used: * `_count` * `_include`
6688
+ # * `_revinclude` * `_summary` * `_elements` If your query contains any other
6689
+ # search parameters, the standard asynchronous index will be used instead. Note
6690
+ # that searching against the special index is optimized for resolving a small
6691
+ # number of matches. The search isn't optimized if your identifier search
6692
+ # criteria matches a large number (i.e. more than 2,000) of resources. For a
6693
+ # search query that will match a large number of resources, you can avoiding
6694
+ # using the special synchronous index by including an additional `_sort`
6695
+ # parameter in your query. Use `_sort=-_lastUpdated` if you want to keep the
6696
+ # default sorting order. Note: The special synchronous identifier index are
6697
+ # currently disabled for DocumentReference and DocumentManifest searches. For
6698
+ # samples and detailed information, see [Searching for FHIR resources](https://
6699
+ # cloud.google.com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR
6700
+ # search features](https://cloud.google.com/healthcare/docs/how-tos/fhir-
6701
+ # advanced-search).
6726
6702
  # @param [String] parent
6727
6703
  # Required. Name of the FHIR store to retrieve resources from.
6728
6704
  # @param [String] resource_type
6729
6705
  # Optional. The FHIR resource type to search, such as Patient or Observation.
6730
- # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
6731
- # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
6732
- # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
6733
- # implement/standards/fhir/R4/resourcelist.html)).
6706
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
6707
+ # DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
6708
+ # [R4](https://hl7.org/fhir/R4/resourcelist.html)).
6734
6709
  # @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
6735
6710
  # @param [String] fields
6736
6711
  # Selector specifying which fields to include in a partial response.
@@ -6763,26 +6738,25 @@ module Google
6763
6738
  end
6764
6739
 
6765
6740
  # Updates the entire contents of a resource. Implements the FHIR standard update
6766
- # interaction ([DSTU2](https://hl7.org/implement/standards/fhir/DSTU2/http.html#
6767
- # update), [STU3](https://hl7.org/implement/standards/fhir/STU3/http.html#update)
6768
- # , [R4](https://hl7.org/implement/standards/fhir/R4/http.html#update)). If the
6769
- # specified resource does not exist and the FHIR store has enable_update_create
6770
- # set, creates the resource with the client-specified ID. It is strongly advised
6771
- # not to include or encode any sensitive data such as patient identifiers in
6772
- # client-specified resource IDs. Those IDs are part of the FHIR resource path
6773
- # recorded in Cloud Audit Logs and Pub/Sub notifications. Those IDs can also be
6774
- # contained in reference fields within other resources. The request body must
6775
- # contain a JSON-encoded FHIR resource, and the request headers must contain `
6776
- # Content-Type: application/fhir+json`. The resource must contain an `id`
6777
- # element having an identical value to the ID in the REST path of the request.
6778
- # On success, the response body contains a JSON-encoded representation of the
6779
- # updated resource, including the server-assigned version ID. Errors generated
6780
- # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
6781
- # describing the reason for the error. If the request cannot be mapped to a
6782
- # valid API method on a FHIR store, a generic GCP error might be returned
6783
- # instead. For samples that show how to call `update`, see [Updating a FHIR
6784
- # resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
6785
- # updating_a_fhir_resource).
6741
+ # interaction ([DSTU2](https://hl7.org/fhir/DSTU2/http.html#update), [STU3](
6742
+ # https://hl7.org/fhir/STU3/http.html#update), [R4](https://hl7.org/fhir/R4/http.
6743
+ # html#update)). If the specified resource does not exist and the FHIR store has
6744
+ # enable_update_create set, creates the resource with the client-specified ID.
6745
+ # It is strongly advised not to include or encode any sensitive data such as
6746
+ # patient identifiers in client-specified resource IDs. Those IDs are part of
6747
+ # the FHIR resource path recorded in Cloud Audit Logs and Pub/Sub notifications.
6748
+ # Those IDs can also be contained in reference fields within other resources.
6749
+ # The request body must contain a JSON-encoded FHIR resource, and the request
6750
+ # headers must contain `Content-Type: application/fhir+json`. The resource must
6751
+ # contain an `id` element having an identical value to the ID in the REST path
6752
+ # of the request. On success, the response body contains a JSON-encoded
6753
+ # representation of the updated resource, including the server-assigned version
6754
+ # ID. Errors generated by the FHIR store contain a JSON-encoded `
6755
+ # OperationOutcome` resource describing the reason for the error. If the request
6756
+ # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
6757
+ # might be returned instead. For samples that show how to call `update`, see [
6758
+ # Updating a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/
6759
+ # fhir-resources#updating_a_fhir_resource).
6786
6760
  # @param [String] name
6787
6761
  # Required. The name of the resource to update.
6788
6762
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
@@ -6817,16 +6791,15 @@ module Google
6817
6791
 
6818
6792
  # Gets the contents of a version (current or historical) of a FHIR resource by
6819
6793
  # version ID. Implements the FHIR standard vread interaction ([DSTU2](https://
6820
- # hl7.org/implement/standards/fhir/DSTU2/http.html#vread), [STU3](https://hl7.
6821
- # org/implement/standards/fhir/STU3/http.html#vread), [R4](https://hl7.org/
6822
- # implement/standards/fhir/R4/http.html#vread)). On success, the response body
6823
- # contains a JSON-encoded representation of the resource. Errors generated by
6824
- # the FHIR store contain a JSON-encoded `OperationOutcome` resource describing
6825
- # the reason for the error. If the request cannot be mapped to a valid API
6826
- # method on a FHIR store, a generic GCP error might be returned instead. For
6827
- # samples that show how to call `vread`, see [Retrieving a FHIR resource version]
6828
- # (https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
6829
- # retrieving_a_fhir_resource_version).
6794
+ # hl7.org/fhir/DSTU2/http.html#vread), [STU3](https://hl7.org/fhir/STU3/http.
6795
+ # html#vread), [R4](https://hl7.org/fhir/R4/http.html#vread)). On success, the
6796
+ # response body contains a JSON-encoded representation of the resource. Errors
6797
+ # generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource
6798
+ # describing the reason for the error. If the request cannot be mapped to a
6799
+ # valid API method on a FHIR store, a generic GCP error might be returned
6800
+ # instead. For samples that show how to call `vread`, see [Retrieving a FHIR
6801
+ # resource version](https://cloud.google.com/healthcare/docs/how-tos/fhir-
6802
+ # resources#retrieving_a_fhir_resource_version).
6830
6803
  # @param [String] name
6831
6804
  # Required. The name of the resource version to retrieve.
6832
6805
  # @param [String] fields
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.80.0
4
+ version: 0.81.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.80.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.81.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: