disableRequiredFieldValidation property
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.
Implementation
core.bool? disableRequiredFieldValidation;