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

Constraint : ch_xcpd_040_Name

Constraint Name
ch_xcpd_040_Name (type: ERROR, kind: )
Constraint Class
CHXCPDPersonSpec
Package
chxcpdresponse
Description
Name(s) for this person. May be null i.e., <name nullFlavor=”NA”/> only if the request contained only a patient identifier and no demographic data.
OCL
self.name->size() > 0 and
  			self.name->forAll(pn : PN | (not(pn.nullFlavor.oclIsUndefined())  and pn.nullFlavor = NullFlavor::NA) implies (self.administrativeGenderCode.oclIsUndefined() and self.birthTime.oclIsUndefined()))