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

Constraint : rmim004_4

Constraint Name
rmim004_4 (type: ERROR, kind: )
Constraint Class
ObservationSpec
Package
cdabasic
Description
Observation SHALL NOT have interpretationCode element with nullFlavor, if there are other interpretationCode elements which are not null (RMIM-004, RIM-004)
OCL
self.interpretationCode->size()<2 or 
self.interpretationCode->select(ii : CE | (not ii.nullFlavor.oclIsUndefined()))->size()=0