disableReferenceTypeValidation property

bool? disableReferenceTypeValidation
getter/setter pair

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.

Implementation

core.bool? disableReferenceTypeValidation;