Constraint Descriptor : hl7ips1109 (type: ERROR, kind: Cardinality)

Constraint : hl7ips1109

Constraint Name
hl7ips1109 (type: ERROR, kind: Cardinality)
Constraint Class
HL7IPS
Package
hl7ips
Description
In International Patient Summary, in /hl7:ClinicalDocument[hl7:templateId/@root='2.16.840.1.113883.10.22.1.1']/hl7:author, the number of elements of type 'assignedPerson', 'assignedAuthoringDevice' SHALL be bigger or equal to 1
OCL
(not self.nullFlavor.oclIsUndefined()) or self.author->reject(not nullFlavor.oclIsUndefined())->size()=0 or self.author->reject(not nullFlavor.oclIsUndefined()).assignedAuthor->reject(not nullFlavor.oclIsUndefined())->forAll( (assignedAuthoringDevice->size()+assignedPerson->size())>=1)