GoogleApi.HealthCare.V1beta1.Model.ValidationConfig (google_api_health_care v0.40.0) View Source
Contains the configuration for FHIR profiles and validation.
Attributes
-
disableProfileValidation(type:boolean(), default:nil) - Whether to disable profile validation for this FHIR store. Set this to true to disable checking incoming resources for conformance against StructureDefinitions in this FHIR store. -
enabledImplementationGuides(type:list(String.t), default:nil) - 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, setenabled_implementation_guidesto["http://hl7.org/fhir/us/core/ImplementationGuide/ig"]. Ifenabled_implementation_guidesis 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 theglobalproperty 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 When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.