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

Constraint : constraint_iti44patientadd_ihehl7v3008

Constraint Name
constraint_iti44patientadd_ihehl7v3008 (type: ERROR, kind: )
Package
ITI44PatientAdd
Description
RegistrationEvent.effectiveTime and the author.time SHALL be valued with the same time expression
OCL
((self.effectiveTime.oclIsUndefined() or self.effectiveTime.value.oclIsUndefined())
or 
(self.author.oclIsUndefined() or self.author.time.oclIsUndefined() or self.author.time.value.oclIsUndefined()))
or 
(self.effectiveTime.value = self.author.time.value)