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

Constraint : constraint_authorOrginalTemplateId

Constraint Name
constraint_authorOrginalTemplateId (type: ERROR, kind: )
Constraint Class
XDSSDRadDocument
Package
xdssdrad
Description
The ClinicalDocument/author element is required and its templateId shall be '1.3.6.1.4.1.19376.1.2.20.1'. (ITI TF-3, Vol3, 5.2.3.3)
OCL
(not self.author->isEmpty()) and
 self.author->select(aut : POCDMT000040Author | 
 			(not aut.templateId->isEmpty()) and 
 			aut.templateId->exists(ii : II | (not ii.root.oclIsUndefined()) and ii.root='1.3.6.1.4.1.19376.1.2.20.1')
 )->size()>0