hs:SSNVerificationIndicatorCodeSimpleType

simpleType SSNVerificationIndicatorCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/

Definition

A data type for a verification of a SSN by the Social Security Administration (SSA).

Diagram

Enumerations

ValueDefinition
.. or blank = record failed initial edits and did not make it into verification process
*SSN not verified
1SSN not on file
3surname matched but DOB did not match NUMIDENT
5surname does not match; DOB was checked
Fverified but surname ignored
Mverified via MBR or SSR (overlay of 1)
Pverified via MBR or SSR (overlay of 3)
RSSN verified via MBR or SSR rather than NUMIDENT (overlay of 5)
Vverified (preferred)
Xverified but NUMIDENT indicates individual deceased
Zverification code when state submitted CAN instead of SSN; CAN OK, SSN not verified

XML Schema

<xs:simpleType name="SSNVerificationIndicatorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a verification of a SSN by the Social Security Administration (SSA).
</xs:documentation>
</xs:annotation>
<xs:enumeration value=".">
<xs:annotation>
<xs:documentation>
. or blank = record failed initial edits and did not make it into verification process
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="*">
<xs:annotation>
<xs:documentation>
SSN not verified
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
SSN not on file
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
surname matched but DOB did not match NUMIDENT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
surname does not match; DOB was checked
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
verified but surname ignored
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
verified via MBR or SSR (overlay of 1)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
verified via MBR or SSR (overlay of 3)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
SSN verified via MBR or SSR rather than NUMIDENT (overlay of 5)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V">
<xs:annotation>
<xs:documentation>
verified (preferred)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="X">
<xs:annotation>
<xs:documentation>
verified but NUMIDENT indicates individual deceased
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Z">
<xs:annotation>
<xs:documentation>
verification code when state submitted CAN instead of SSN; CAN OK, SSN not verified
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>