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

Constraint : crc_conf_5284

Constraint Name
crc_conf_5284 (type: ERROR, kind: )
Constraint Class
CathReportContentDocument
Package
crc
Description
recordTarget/patientRole/patient SHALL contain exactly one [1..1] name (CONF:5284) (CRC : 6.3.2)
OCL
self.recordTarget->forAll(rt : POCDMT000040RecordTarget|
	(rt.patientRole.oclIsUndefined()) or 
	(rt.patientRole.patient.oclIsUndefined()) or 
	(
		rt.patientRole.patient.name->size()=1
	)
)