disableReferentialIntegrity property

bool? disableReferentialIntegrity
getter/setter pair

Whether to disable referential integrity in this FHIR store.

This field is immutable after FHIR store creation. The default value is false, meaning that the API enforces referential integrity and fails the requests that result in inconsistent state in the FHIR store. When this field is set to true, the API skips referential integrity checks. Consequently, operations that rely on references, such as GetPatientEverything, do not return all the results if broken references exist.

Immutable.

Implementation

core.bool? disableReferentialIntegrity;