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

Constraint : cons_lux_45

Constraint Name
cons_lux_45 (type: ERROR, kind: )
Constraint Class
RecordTargetSpec
Package
luxh
Description
The recordTarget/patientRole/addr element shall be provided. If address is unknown, the nullFlavor shall be 'UNK', 'NI' or 'MSK'
OCL
self.patientRole.oclIsUndefined() or 
self.patientRole.addr->size()>0 or 
self.patientRole.addr.nullFlavor=NullFlavor::UNK or
self.patientRole.addr.nullFlavor=NullFlavor::NI or 
self.patientRole.addr.nullFlavor=NullFlavor::MSK