generated/google/apis/healthcare_v1/service.rb in google-api-client-0.38.0 vs generated/google/apis/healthcare_v1/service.rb in google-api-client-0.39.0
- old
+ new
@@ -2152,10 +2152,19 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
+ # Retrieves all the resources directly referenced by a patient, as well as
+ # all of the resources in the patient compartment.
+ # Implements the FHIR extended operation Patient-everything
+ # ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/patient-operations.html#
+ # everything),
+ # [STU3](http://hl7.org/implement/standards/fhir/STU3/patient-operations.html#
+ # everything),
+ # [R4](http://hl7.org/implement/standards/fhir/R4/patient-operations.html#
+ # everything)).
# On success, the response body will contain a JSON-encoded representation
# of a `Bundle` resource of type `searchset`, containing the results of the
# operation.
# Errors generated by the FHIR store will contain a JSON-encoded
# `OperationOutcome` resource describing the reason for the error. If the
@@ -2291,16 +2300,9 @@
# Implements the FHIR standard create interaction
# ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#create),
# [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#create),
# [R4](http://hl7.org/implement/standards/fhir/R4/http.html#create)),
# which creates a new resource with a server-assigned resource ID.
- # Also supports the FHIR standard conditional create interaction
- # ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#ccreate),
- # [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#ccreate),
- # [R4](http://hl7.org/implement/standards/fhir/R4/http.html#ccreate)),
- # specified by supplying an `If-None-Exist` header containing a FHIR search
- # query. If no resources match this search query, the server processes the
- # create operation as normal.
# The request body must contain a JSON-encoded FHIR resource, and the request
# headers must contain `Content-Type: application/fhir+json`.
# On success, the response body will contain a JSON-encoded representation
# of the resource as it was created on the server, including the
# server-assigned resource ID and version ID.