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

Constraint : constraint_iti55val051

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