Constraint Descriptor : cons_lux_60 (type: ERROR, kind: )

Constraint : cons_lux_60

Constraint Name
cons_lux_60 (type: ERROR, kind: )
Constraint Class
RecordTargetSpec
Package
luxh
Description
The raceCode and ethnicGroupCode shall not be present
OCL
self.patientRole.oclIsUndefined() or 
self.patientRole.patient.oclIsUndefined() or 
(not self.patientRole.patient.nullFlavor.oclIsUndefined()) or 
(
	self.patientRole.patient.raceCode.oclIsUndefined() and 
	self.patientRole.patient.ethnicGroupCode.oclIsUndefined()
)