google-apis-healthcare_v1beta1 0.94.0 → 0.95.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2bf647999ddd474d525e9327d9da54f2d9ce825d31879dbbfc628b60fe45f741
|
|
4
|
+
data.tar.gz: 0fdc3a0497351a6ecc9fd1fe368b3ebe27cb71233ff123badd4795c0caa0bfd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 563f051c20bb4b8f48adc7a2606e8e6b36e72c7b77f1c20d14d713c10d9344b6b323b9684253aff8c4690ba18554566d39636c740e72ee207702188415afd14e
|
|
7
|
+
data.tar.gz: 7c710237f347246322117cdd7fe51868323856cc6c423c0e2f9825dfeef45be8f523bbd538bcd2e8bb98fd782d4eaa0806255b440da6670e468d7dfafefbd61f
|
data/CHANGELOG.md
CHANGED
|
@@ -7194,6 +7194,15 @@ module Google
|
|
|
7194
7194
|
attr_accessor :disable_required_field_validation
|
|
7195
7195
|
alias_method :disable_required_field_validation?, :disable_required_field_validation
|
|
7196
7196
|
|
|
7197
|
+
# Optional. Whether to enable FHIRPath validation for incoming resource types
|
|
7198
|
+
# that have profiles configured for them in the `enabled_implementation_guides`
|
|
7199
|
+
# list. Set this to true to enable checking incoming resources for conformance
|
|
7200
|
+
# against FHIRPath requirements defined in the configured profiles.
|
|
7201
|
+
# Corresponds to the JSON property `enableFhirpathProfileValidation`
|
|
7202
|
+
# @return [Boolean]
|
|
7203
|
+
attr_accessor :enable_fhirpath_profile_validation
|
|
7204
|
+
alias_method :enable_fhirpath_profile_validation?, :enable_fhirpath_profile_validation
|
|
7205
|
+
|
|
7197
7206
|
# A list of ImplementationGuide URLs in this FHIR store that are used to
|
|
7198
7207
|
# configure the profiles to use for validation. For example, to use the US Core
|
|
7199
7208
|
# profiles for validation, set `enabled_implementation_guides` to `["http://hl7.
|
|
@@ -7222,6 +7231,7 @@ module Google
|
|
|
7222
7231
|
@disable_profile_validation = args[:disable_profile_validation] if args.key?(:disable_profile_validation)
|
|
7223
7232
|
@disable_reference_type_validation = args[:disable_reference_type_validation] if args.key?(:disable_reference_type_validation)
|
|
7224
7233
|
@disable_required_field_validation = args[:disable_required_field_validation] if args.key?(:disable_required_field_validation)
|
|
7234
|
+
@enable_fhirpath_profile_validation = args[:enable_fhirpath_profile_validation] if args.key?(:enable_fhirpath_profile_validation)
|
|
7225
7235
|
@enabled_implementation_guides = args[:enabled_implementation_guides] if args.key?(:enabled_implementation_guides)
|
|
7226
7236
|
end
|
|
7227
7237
|
end
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.95.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251211"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3225,6 +3225,7 @@ module Google
|
|
|
3225
3225
|
property :disable_profile_validation, as: 'disableProfileValidation'
|
|
3226
3226
|
property :disable_reference_type_validation, as: 'disableReferenceTypeValidation'
|
|
3227
3227
|
property :disable_required_field_validation, as: 'disableRequiredFieldValidation'
|
|
3228
|
+
property :enable_fhirpath_profile_validation, as: 'enableFhirpathProfileValidation'
|
|
3228
3229
|
collection :enabled_implementation_guides, as: 'enabledImplementationGuides'
|
|
3229
3230
|
end
|
|
3230
3231
|
end
|
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.
|
|
4
|
+
version: 0.95.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.95.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:
|