lib/google/apis/healthcare_v1/service.rb in google-apis-healthcare_v1-0.30.0 vs lib/google/apis/healthcare_v1/service.rb in google-apis-healthcare_v1-0.31.0

- old
+ new

@@ -4008,32 +4008,40 @@ command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end # Executes all the requests in the given Bundle. Implements the FHIR standard - # batch/transaction interaction ([DSTU2](http://hl7.org/implement/standards/fhir/ - # DSTU2/http.html#transaction), [STU3](http://hl7.org/implement/standards/fhir/ - # STU3/http.html#transaction), [R4](http://hl7.org/implement/standards/fhir/R4/ - # http.html#transaction)). Supports all interactions within a bundle, except - # search. This method accepts Bundles of type `batch` and `transaction`, - # processing them according to the batch processing rules ([DSTU2](http://hl7. - # org/implement/standards/fhir/DSTU2/http.html#2.1.0.16.1), [STU3](http://hl7. - # org/implement/standards/fhir/STU3/http.html#2.21.0.17.1), [R4](http://hl7.org/ + # batch/transaction interaction ([DSTU2](https://hl7.org/implement/standards/ + # fhir/DSTU2/http.html#transaction), [STU3](https://hl7.org/implement/standards/ + # fhir/STU3/http.html#transaction), [R4](https://hl7.org/implement/standards/ + # fhir/R4/http.html#transaction)). Supports all interactions within a bundle, + # except search. This method accepts Bundles of type `batch` and `transaction`, + # processing them according to the batch processing rules ([DSTU2](https://hl7. + # org/implement/standards/fhir/DSTU2/http.html#2.1.0.16.1), [STU3](https://hl7. + # org/implement/standards/fhir/STU3/http.html#2.21.0.17.1), [R4](https://hl7.org/ # implement/standards/fhir/R4/http.html#brules)) and transaction processing - # rules ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#2.1.0. - # 16.2), [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0.17. - # 2), [R4](http://hl7.org/implement/standards/fhir/R4/http.html#trules)). The - # request body must contain a JSON-encoded FHIR `Bundle` resource, and the + # rules ([DSTU2](https://hl7.org/implement/standards/fhir/DSTU2/http.html#2.1.0. + # 16.2), [STU3](https://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0. + # 17.2), [R4](https://hl7.org/implement/standards/fhir/R4/http.html#trules)). + # The request body must contain a JSON-encoded FHIR `Bundle` resource, and the # request headers must contain `Content-Type: application/fhir+json`. For a - # batch bundle or a successful transaction the response body will contain a JSON- + # batch bundle or a successful transaction, the response body contains a JSON- # encoded representation of a `Bundle` resource of type `batch-response` or ` # transaction-response` containing one entry for each entry in the request, with # the outcome of processing the entry. In the case of an error for a transaction - # bundle, the response body will contain a JSON-encoded `OperationOutcome` - # resource describing the reason for the error. If the request cannot be mapped - # to a valid API method on a FHIR store, a generic GCP error might be returned - # instead. For samples that show how to call `executeBundle`, see [Managing FHIR - # resources using FHIR bundles](/healthcare/docs/how-tos/fhir-bundles). + # bundle, the response body contains a JSON-encoded `OperationOutcome` resource + # describing the reason for the error. If the request cannot be mapped to a + # valid API method on a FHIR store, a generic GCP error might be returned + # instead. This method checks permissions for each request in the bundle. The ` + # executeBundle` permission is required to call this method, but you must also + # grant sufficient permissions to execute the individual requests in the bundle. + # For example, if the bundle contains a request to create a FHIR resource, the + # caller must also have been granted the `healthcare.fhirResources.create` + # permission. You can use audit logs to view the permissions for `executeBundle` + # and each request in the bundle. For more information, see [Viewing Cloud Audit + # logs](https://cloud.google.com/healthcare-api/docs/how-tos/audit-logging). For + # samples that show how to call `executeBundle`, see [Managing FHIR resources + # using FHIR bundles](/healthcare/docs/how-tos/fhir-bundles). # @param [String] parent # Name of the FHIR store in which this bundle will be executed. # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object # @param [String] fields # Selector specifying which fields to include in a partial response.