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

Constraint : constraintUniqueId

Constraint Name
constraintUniqueId (type: ERROR, kind: )
Constraint Class
XDSStableDocumentEntry
Package
rimihe
Description
uniqueId is required, and shall have a single value on XDSDocumentEntry (IHE_ITI_TF V3, 4.2.3.2.26)
OCL
self.externalIdentifier->select(ext : ExternalIdentifierType | 
	(not ext.identificationScheme.oclIsUndefined()) and 
	(ext.identificationScheme = 'urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab')
)->size()=1