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

Constraint : cons_lux_id3

Constraint Name
cons_lux_id3 (type: ERROR, kind: )
Constraint Class
RecordTargetSpec
Package
luxh
Description
The second id element of recordTarget/patientRole can be nullFlavored with the values UNK or NI
OCL
self.patientRole.oclIsUndefined() or 
self.patientRole.id->size()<2 or 
(
	self.patientRole.id->at(2).nullFlavor.oclIsUndefined() or 
	self.patientRole.id->at(2).nullFlavor=NullFlavor::UNK or 
	self.patientRole.id->at(2).nullFlavor=NullFlavor::NI
)