Skip to content

Commit 1ec5840

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.CloudHealthcare.v1beta1 version 1.73.0.3997
1 parent 467be0a commit 1ec5840

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

DiscoveryJson/healthcare.v1beta1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5689,7 +5689,7 @@
56895689
}
56905690
}
56915691
},
5692-
"revision": "20251117",
5692+
"revision": "20251211",
56935693
"rootUrl": "https://healthcare.googleapis.com/",
56945694
"schemas": {
56955695
"AccessDeterminationLogConfig": {
@@ -10088,6 +10088,10 @@
1008810088
"description": "Whether to disable required fields validation for incoming resources. The default value is false. Set this to true to disable checking incoming resources for conformance against required fields requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.",
1008910089
"type": "boolean"
1009010090
},
10091+
"enableFhirpathProfileValidation": {
10092+
"description": "Optional. Whether to enable FHIRPath validation for incoming resource types that have profiles configured for them in the `enabled_implementation_guides` list. Set this to true to enable checking incoming resources for conformance against FHIRPath requirements defined in the configured profiles.",
10093+
"type": "boolean"
10094+
},
1009110095
"enabledImplementationGuides": {
1009210096
"description": "A list of ImplementationGuide URLs in this FHIR store that are used to configure the profiles to use for validation. For example, to use the US Core profiles for validation, set `enabled_implementation_guides` to `[\"http://hl7.org/fhir/us/core/ImplementationGuide/ig\"]`. If `enabled_implementation_guides` is empty or omitted, then incoming resources are only required to conform to the base FHIR profiles. Otherwise, a resource must conform to at least one profile listed in the `global` property of one of the enabled ImplementationGuides. The Cloud Healthcare API does not currently enforce all of the rules in a StructureDefinition. The following rules are supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] - pattern[x] on simple types - slicing, when using \"value\" as the discriminator type - FHIRPath constraints (only when `enable_fhirpath_profile_validation` is true) When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.",
1009310097
"items": {

Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20331,6 +20331,14 @@ public class ValidationConfig : Google.Apis.Requests.IDirectResponseSchema
2033120331
[Newtonsoft.Json.JsonPropertyAttribute("disableRequiredFieldValidation")]
2033220332
public virtual System.Nullable<bool> DisableRequiredFieldValidation { get; set; }
2033320333

20334+
/// <summary>
20335+
/// Optional. Whether to enable FHIRPath validation for incoming resource types that have profiles configured
20336+
/// for them in the `enabled_implementation_guides` list. Set this to true to enable checking incoming resources
20337+
/// for conformance against FHIRPath requirements defined in the configured profiles.
20338+
/// </summary>
20339+
[Newtonsoft.Json.JsonPropertyAttribute("enableFhirpathProfileValidation")]
20340+
public virtual System.Nullable<bool> EnableFhirpathProfileValidation { get; set; }
20341+
2033420342
/// <summary>
2033520343
/// A list of ImplementationGuide URLs in this FHIR store that are used to configure the profiles to use for
2033620344
/// validation. For example, to use the US Core profiles for validation, set `enabled_implementation_guides` to

Src/Generated/Google.Apis.CloudHealthcare.v1beta1/Google.Apis.CloudHealthcare.v1beta1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.CloudHealthcare.v1beta1 Client Library</Title>
6-
<Version>1.73.0.3973</Version>
6+
<Version>1.73.0.3997</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)