Interface: X12EligibilityMember
A person (subscriber / dependent) decoded from NM1 + the optional DMG
demographics + N3/N4 address. idCode is the member identifier (NM1-09)
- synthetic-only in fixtures.
Example
import type { X12EligibilityMember } from "@cosyte/x12";
declare const m: X12EligibilityMember;
m.lastName; // "DOE"
m.dateOfBirth; // "19800101" (DMG-02, CCYYMMDD)
m.genderCode; // "F"
Properties
address
readonlyaddress:X12EligibilityAddress|undefined
dateOfBirth
readonlydateOfBirth:string|undefined
entityIdentifierCode
readonlyentityIdentifierCode:string
entityTypeQualifier
readonlyentityTypeQualifier:string
firstName
readonlyfirstName:string|undefined
genderCode
readonlygenderCode:string|undefined
idCode
readonlyidCode:string|undefined
idQualifier
readonlyidQualifier:string|undefined
lastName
readonlylastName:string|undefined
middleName
readonlymiddleName:string|undefined
suffix
readonlysuffix:string|undefined