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

Constraint : constraint_iti55val052

Constraint Name
constraint_iti55val052 (type: ERROR, kind: )
Constraint Class
xcpdQueryResponsePersonSpec
Package
xcpdPatientDiscoveryQueryResponse
Description
Person.ethnicGroupCode element shall be taken from CWE:Ethnicity (value set with OID 2.16.840.1.113883.5.50)
OCL
(self.ethnicGroupCode->size() = 0)
or (
	self.ethnicGroupCode->forAll(ce : CE |
	( not ce.code.oclIsUndefined()) and ce.matchesCodeToValueSet('2.16.840.1.113883.5.50', ce.code)
	 )
	)