NUMBER data segment definitions

The NUMBER data segment contains identity number information.

Tag Name Field Type Data Type Required Explanation
NUM_TYPE   Char(100) Yes The unique code that is used to distinguish between the different types of numbers.
NUM_VALUE Key Attribute Char(255) Yes The actual number value.
NUM_LOCATION   Char(255) No The state for a driver's license number or the country for passports.
VALID_FROM_DT   Date No The date that the information become valid.
VALID_THRU_DT   Date No The date that the information expired or will expire.