Skip to content

Commit 1e029c8

Browse files
feat(healthcare): update the api
#### healthcare:v1 The following keys were added: - schemas.FhirStore.properties.validationConfig.$ref (Total Keys: 1) - schemas.ValidationConfig (Total Keys: 5) #### healthcare:v1beta1 The following keys were added: - schemas.ValidationConfig.properties.disableFhirpathValidation.type (Total Keys: 1) - schemas.ValidationConfig.properties.disableReferenceTypeValidation.type (Total Keys: 1) - schemas.ValidationConfig.properties.disableRequiredFieldValidation.type (Total Keys: 1)
1 parent 20a9625 commit 1e029c8

File tree

4 files changed

+85
-2
lines changed

4 files changed

+85
-2
lines changed

docs/dyn/healthcare_v1.projects.locations.datasets.fhirStores.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ <h3>Method Details</h3>
161161
],
162162
},
163163
],
164+
&quot;validationConfig&quot;: { # Contains the configuration for FHIR profiles and validation. # Configuration for how to validate incoming FHIR resources against configured profiles.
165+
&quot;disableFhirpathValidation&quot;: True or False, # Whether to disable FHIRPath validation for incoming resources. Set this to true to disable checking incoming resources for conformance against FHIRPath 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.
166+
&quot;disableReferenceTypeValidation&quot;: True or False, # Whether to disable reference type validation for incoming resources. Set this to true to disable checking incoming resources for conformance against reference type 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.
167+
&quot;disableRequiredFieldValidation&quot;: True or False, # Whether to disable required fields validation for incoming resources. 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.
168+
},
164169
&quot;version&quot;: &quot;A String&quot;, # Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.
165170
}
166171

@@ -201,6 +206,11 @@ <h3>Method Details</h3>
201206
],
202207
},
203208
],
209+
&quot;validationConfig&quot;: { # Contains the configuration for FHIR profiles and validation. # Configuration for how to validate incoming FHIR resources against configured profiles.
210+
&quot;disableFhirpathValidation&quot;: True or False, # Whether to disable FHIRPath validation for incoming resources. Set this to true to disable checking incoming resources for conformance against FHIRPath 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.
211+
&quot;disableReferenceTypeValidation&quot;: True or False, # Whether to disable reference type validation for incoming resources. Set this to true to disable checking incoming resources for conformance against reference type 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.
212+
&quot;disableRequiredFieldValidation&quot;: True or False, # Whether to disable required fields validation for incoming resources. 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.
213+
},
204214
&quot;version&quot;: &quot;A String&quot;, # Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.
205215
}</pre>
206216
</div>
@@ -418,6 +428,11 @@ <h3>Method Details</h3>
418428
],
419429
},
420430
],
431+
&quot;validationConfig&quot;: { # Contains the configuration for FHIR profiles and validation. # Configuration for how to validate incoming FHIR resources against configured profiles.
432+
&quot;disableFhirpathValidation&quot;: True or False, # Whether to disable FHIRPath validation for incoming resources. Set this to true to disable checking incoming resources for conformance against FHIRPath 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.
433+
&quot;disableReferenceTypeValidation&quot;: True or False, # Whether to disable reference type validation for incoming resources. Set this to true to disable checking incoming resources for conformance against reference type 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.
434+
&quot;disableRequiredFieldValidation&quot;: True or False, # Whether to disable required fields validation for incoming resources. 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.
435+
},
421436
&quot;version&quot;: &quot;A String&quot;, # Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.
422437
}</pre>
423438
</div>
@@ -562,6 +577,11 @@ <h3>Method Details</h3>
562577
],
563578
},
564579
],
580+
&quot;validationConfig&quot;: { # Contains the configuration for FHIR profiles and validation. # Configuration for how to validate incoming FHIR resources against configured profiles.
581+
&quot;disableFhirpathValidation&quot;: True or False, # Whether to disable FHIRPath validation for incoming resources. Set this to true to disable checking incoming resources for conformance against FHIRPath 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.
582+
&quot;disableReferenceTypeValidation&quot;: True or False, # Whether to disable reference type validation for incoming resources. Set this to true to disable checking incoming resources for conformance against reference type 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.
583+
&quot;disableRequiredFieldValidation&quot;: True or False, # Whether to disable required fields validation for incoming resources. 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.
584+
},
565585
&quot;version&quot;: &quot;A String&quot;, # Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.
566586
},
567587
],
@@ -620,6 +640,11 @@ <h3>Method Details</h3>
620640
],
621641
},
622642
],
643+
&quot;validationConfig&quot;: { # Contains the configuration for FHIR profiles and validation. # Configuration for how to validate incoming FHIR resources against configured profiles.
644+
&quot;disableFhirpathValidation&quot;: True or False, # Whether to disable FHIRPath validation for incoming resources. Set this to true to disable checking incoming resources for conformance against FHIRPath 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.
645+
&quot;disableReferenceTypeValidation&quot;: True or False, # Whether to disable reference type validation for incoming resources. Set this to true to disable checking incoming resources for conformance against reference type 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.
646+
&quot;disableRequiredFieldValidation&quot;: True or False, # Whether to disable required fields validation for incoming resources. 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.
647+
},
623648
&quot;version&quot;: &quot;A String&quot;, # Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.
624649
}
625650

@@ -660,6 +685,11 @@ <h3>Method Details</h3>
660685
],
661686
},
662687
],
688+
&quot;validationConfig&quot;: { # Contains the configuration for FHIR profiles and validation. # Configuration for how to validate incoming FHIR resources against configured profiles.
689+
&quot;disableFhirpathValidation&quot;: True or False, # Whether to disable FHIRPath validation for incoming resources. Set this to true to disable checking incoming resources for conformance against FHIRPath 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.
690+
&quot;disableReferenceTypeValidation&quot;: True or False, # Whether to disable reference type validation for incoming resources. Set this to true to disable checking incoming resources for conformance against reference type 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.
691+
&quot;disableRequiredFieldValidation&quot;: True or False, # Whether to disable required fields validation for incoming resources. 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.
692+
},
663693
&quot;version&quot;: &quot;A String&quot;, # Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.
664694
}</pre>
665695
</div>

0 commit comments

Comments
 (0)