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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/healthcare_v1/classes.rb +3 -4
- data/lib/google/apis/healthcare_v1/gem_version.rb +2 -2
- data/lib/google/apis/healthcare_v1/service.rb +281 -305
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f0425b56569d030d5ac1c8729f95411debd93d6877c17471e8a28adb1561553
|
4
|
+
data.tar.gz: cec8d7a1244e0d7d72644dbd9a55230d9f869d18fe916135ed2404ac002c8d17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8844f0421b0bf095beb6fa4aae872bb066e8b7aa93fe619e46321c574da671315b3f97a2bfeea0fa38345066ebcaee2863887b1207c0d271755d57298f26f632
|
7
|
+
data.tar.gz: ee8d33800fa71354edfa7765a2b65b6173d74ec7db5c015ed50c46785dc3677e3011fc59edd540578ac9b707c1dc2b117ded292272e6fde9d391c9995a3d22de
|
data/CHANGELOG.md
CHANGED
@@ -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](
|
5408
|
-
#
|
5409
|
-
#
|
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.
|
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 = "
|
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](
|
4628
|
-
#
|
4629
|
-
#
|
4630
|
-
# everything),
|
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](
|
4750
|
-
#
|
4751
|
-
# resource-
|
4752
|
-
#
|
4753
|
-
#
|
4754
|
-
#
|
4755
|
-
#
|
4756
|
-
#
|
4757
|
-
#
|
4758
|
-
#
|
4759
|
-
#
|
4760
|
-
#
|
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](
|
4767
|
-
#
|
4768
|
-
#
|
4769
|
-
#
|
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](
|
4880
|
-
#
|
4881
|
-
#
|
4882
|
-
#
|
4883
|
-
#
|
4884
|
-
#
|
4885
|
-
#
|
4886
|
-
#
|
4887
|
-
#
|
4888
|
-
#
|
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
|
-
#
|
4937
|
-
#
|
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
|
-
#
|
4992
|
-
#
|
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
|
-
#
|
5057
|
-
#
|
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](
|
5093
|
-
#
|
5094
|
-
#
|
5095
|
-
#
|
5096
|
-
#
|
5097
|
-
# fhir/
|
5098
|
-
#
|
5099
|
-
#
|
5100
|
-
#
|
5101
|
-
#
|
5102
|
-
#
|
5103
|
-
#
|
5104
|
-
#
|
5105
|
-
#
|
5106
|
-
#
|
5107
|
-
#
|
5108
|
-
#
|
5109
|
-
#
|
5110
|
-
#
|
5111
|
-
#
|
5112
|
-
#
|
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](
|
5120
|
-
#
|
5121
|
-
#
|
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](
|
5157
|
-
#
|
5158
|
-
#
|
5159
|
-
#
|
5160
|
-
#
|
5161
|
-
#
|
5162
|
-
#
|
5163
|
-
#
|
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/
|
5196
|
-
#
|
5197
|
-
# fhir/
|
5198
|
-
#
|
5199
|
-
#
|
5200
|
-
#
|
5201
|
-
# org/
|
5202
|
-
#
|
5203
|
-
#
|
5204
|
-
#
|
5205
|
-
#
|
5206
|
-
#
|
5207
|
-
#
|
5208
|
-
#
|
5209
|
-
#
|
5210
|
-
#
|
5211
|
-
#
|
5212
|
-
# the
|
5213
|
-
#
|
5214
|
-
#
|
5215
|
-
#
|
5216
|
-
#
|
5217
|
-
#
|
5218
|
-
#
|
5219
|
-
#
|
5220
|
-
#
|
5221
|
-
#
|
5222
|
-
#
|
5223
|
-
#
|
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](
|
5262
|
-
#
|
5263
|
-
#
|
5264
|
-
#
|
5265
|
-
#
|
5266
|
-
#
|
5267
|
-
#
|
5268
|
-
#
|
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](
|
5329
|
-
#
|
5330
|
-
#
|
5331
|
-
#
|
5332
|
-
#
|
5333
|
-
#
|
5334
|
-
#
|
5335
|
-
#
|
5336
|
-
#
|
5337
|
-
#
|
5338
|
-
#
|
5339
|
-
#
|
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](
|
5375
|
-
# read), [
|
5376
|
-
#
|
5377
|
-
#
|
5378
|
-
#
|
5379
|
-
#
|
5380
|
-
#
|
5381
|
-
#
|
5382
|
-
#
|
5383
|
-
# the
|
5384
|
-
#
|
5385
|
-
#
|
5386
|
-
#
|
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
|
-
#
|
5421
|
-
#
|
5422
|
-
#
|
5423
|
-
#
|
5424
|
-
#
|
5425
|
-
#
|
5426
|
-
#
|
5427
|
-
#
|
5428
|
-
#
|
5429
|
-
# parameters]` as an alternate form having the same
|
5430
|
-
# method
|
5431
|
-
#
|
5432
|
-
#
|
5433
|
-
#
|
5434
|
-
#
|
5435
|
-
#
|
5436
|
-
#
|
5437
|
-
#
|
5438
|
-
#
|
5439
|
-
#
|
5440
|
-
#
|
5441
|
-
#
|
5442
|
-
#
|
5443
|
-
#
|
5444
|
-
#
|
5445
|
-
#
|
5446
|
-
#
|
5447
|
-
#
|
5448
|
-
#
|
5449
|
-
#
|
5450
|
-
#
|
5451
|
-
#
|
5452
|
-
#
|
5453
|
-
#
|
5454
|
-
#
|
5455
|
-
#
|
5456
|
-
#
|
5457
|
-
#
|
5458
|
-
#
|
5459
|
-
#
|
5460
|
-
#
|
5461
|
-
#
|
5462
|
-
#
|
5463
|
-
#
|
5464
|
-
#
|
5465
|
-
#
|
5466
|
-
#
|
5467
|
-
#
|
5468
|
-
#
|
5469
|
-
#
|
5470
|
-
#
|
5471
|
-
#
|
5472
|
-
#
|
5473
|
-
#
|
5474
|
-
#
|
5475
|
-
#
|
5476
|
-
#
|
5477
|
-
#
|
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
|
-
#
|
5515
|
-
#
|
5516
|
-
#
|
5517
|
-
#
|
5518
|
-
#
|
5519
|
-
#
|
5520
|
-
#
|
5521
|
-
#
|
5522
|
-
#
|
5523
|
-
# parameters]` as an alternate form having the same
|
5524
|
-
# method
|
5525
|
-
#
|
5526
|
-
#
|
5527
|
-
#
|
5528
|
-
#
|
5529
|
-
#
|
5530
|
-
#
|
5531
|
-
#
|
5532
|
-
#
|
5533
|
-
#
|
5534
|
-
#
|
5535
|
-
#
|
5536
|
-
#
|
5537
|
-
#
|
5538
|
-
#
|
5539
|
-
#
|
5540
|
-
#
|
5541
|
-
#
|
5542
|
-
#
|
5543
|
-
#
|
5544
|
-
#
|
5545
|
-
#
|
5546
|
-
#
|
5547
|
-
#
|
5548
|
-
#
|
5549
|
-
#
|
5550
|
-
#
|
5551
|
-
#
|
5552
|
-
#
|
5553
|
-
#
|
5554
|
-
#
|
5555
|
-
#
|
5556
|
-
#
|
5557
|
-
#
|
5558
|
-
#
|
5559
|
-
#
|
5560
|
-
#
|
5561
|
-
#
|
5562
|
-
#
|
5563
|
-
#
|
5564
|
-
#
|
5565
|
-
#
|
5566
|
-
#
|
5567
|
-
#
|
5568
|
-
#
|
5569
|
-
#
|
5570
|
-
#
|
5571
|
-
#
|
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](
|
5579
|
-
#
|
5580
|
-
#
|
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](
|
5615
|
-
# update), [
|
5616
|
-
#
|
5617
|
-
#
|
5618
|
-
#
|
5619
|
-
#
|
5620
|
-
#
|
5621
|
-
#
|
5622
|
-
#
|
5623
|
-
# contain
|
5624
|
-
#
|
5625
|
-
#
|
5626
|
-
#
|
5627
|
-
#
|
5628
|
-
#
|
5629
|
-
#
|
5630
|
-
#
|
5631
|
-
#
|
5632
|
-
#
|
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](
|
5668
|
-
# org/
|
5669
|
-
#
|
5670
|
-
#
|
5671
|
-
#
|
5672
|
-
#
|
5673
|
-
#
|
5674
|
-
#
|
5675
|
-
#
|
5676
|
-
#
|
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.
|
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.
|
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:
|