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

Constraint : cons_lux_53

Constraint Name
cons_lux_53 (type: ERROR, kind: )
Constraint Class
RecordTargetSpec
Package
luxh
Description
The patient/name element shall be not a simple name representation, instead be structured as specified in chapter: 3.1.3.2
OCL
self.patientRole.oclIsUndefined() or 
self.patientRole.patient.oclIsUndefined() or 
self.patientRole.patient.name->forAll(pn : PN | 
	pn.family->size()>0 and pn.given->size()>0
)