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

Constraint : constraint_iti55val048

Constraint Name
constraint_iti55val048 (type: ERROR, kind: )
Constraint Class
xcpdQueryResponsePersonSpec
Package
xcpdPatientDiscoveryQueryResponse
Description
Person.administrativeGenderCode element shall be taken from CWE:AdministrativeGender (value set with OID 2.16.840.1.113883.1.11.1)
OCL
self.administrativeGenderCode.oclIsUndefined() 
or ( 
	(not self.administrativeGenderCode.code.oclIsUndefined()) 
	and self.administrativeGenderCode.matchesCodeToValueSet('2.16.840.1.113883.1.11.1', self.administrativeGenderCode.code)
)