Skip to content

Commit 467be0a

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

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

DiscoveryJson/healthcare.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5142,7 +5142,7 @@
51425142
}
51435143
}
51445144
},
5145-
"revision": "20251117",
5145+
"revision": "20251211",
51465146
"rootUrl": "https://healthcare.googleapis.com/",
51475147
"schemas": {
51485148
"AccessDeterminationLogConfig": {
@@ -8977,6 +8977,10 @@
89778977
"description": "Optional. 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.",
89788978
"type": "boolean"
89798979
},
8980+
"enableFhirpathProfileValidation": {
8981+
"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.",
8982+
"type": "boolean"
8983+
},
89808984
"enabledImplementationGuides": {
89818985
"description": "Optional. A list of implementation guide 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.",
89828986
"items": {

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

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

18171+
/// <summary>
18172+
/// Optional. Whether to enable FHIRPath validation for incoming resource types that have profiles configured
18173+
/// for them in the `enabled_implementation_guides` list. Set this to true to enable checking incoming resources
18174+
/// for conformance against FHIRPath requirements defined in the configured profiles.
18175+
/// </summary>
18176+
[Newtonsoft.Json.JsonPropertyAttribute("enableFhirpathProfileValidation")]
18177+
public virtual System.Nullable<bool> EnableFhirpathProfileValidation { get; set; }
18178+
1817118179
/// <summary>
1817218180
/// Optional. A list of implementation guide URLs in this FHIR store that are used to configure the profiles to
1817318181
/// use for validation. For example, to use the US Core profiles for validation, set

Src/Generated/Google.Apis.CloudHealthcare.v1/Google.Apis.CloudHealthcare.v1.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.v1 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)