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

Constraint : constraint_xcpdQuery_LivingSubjectAdministrativeGenderValue

Constraint Name
constraint_xcpdQuery_LivingSubjectAdministrativeGenderValue (type: ERROR, kind: )
Package
xcpdPatientDiscoveryQuery
Description
LivingSubjectAdministrativeGender value SHALL be valued with either F, M or UN (CWE:AdministrativeGender) (Table 3.55.4.1.2-1)
OCL
self.value->forAll(val: CE  |
	not (val.code.oclIsUndefined()) and (val.code = 'F' or val.code = 'M' or val.code='UN')
)