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

Constraint : constraint_mccimt000300UV01_organizationId

Constraint Name
constraint_mccimt000300UV01_organizationId (type: ERROR, kind: )
Package
mccimt000300UV01
Description
IHE restriction: id.root SHALL be an ISO OID, and id.extension SHALL NOT have a value
OCL
self.id->forAll(ii : II |
	not ii.root.oclIsUndefined() and 
	ii.isOID(ii.root) and 
	ii.extension.oclIsUndefined()
)