GoogleApi.HealthCare.V1.Model.ValidationConfig (google_api_health_care v0.44.0) View Source

Contains the configuration for FHIR profiles and validation.

Attributes

  • disableFhirpathValidation (type: boolean(), default: nil) - 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.
  • disableReferenceTypeValidation (type: boolean(), default: nil) - 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.
  • disableRequiredFieldValidation (type: boolean(), default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.HealthCare.V1.Model.ValidationConfig{
  disableFhirpathValidation: boolean() | nil,
  disableReferenceTypeValidation: boolean() | nil,
  disableRequiredFieldValidation: boolean() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.