hs:SSNVerificationIndicatorCodeSimpleType
simpleType SSNVerificationIndicatorCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for a verification of a SSN by the Social Security Administration (SSA).
Diagram
Enumerations
| Value | Definition | 
| . | . or blank = record failed initial edits and did not make it into verification process | 
| * | SSN not verified | 
| 1 | SSN not on file | 
| 3 | surname matched but DOB did not match NUMIDENT | 
| 5 | surname does not match; DOB was checked | 
| F | verified but surname ignored | 
| M | verified via MBR or SSR (overlay of 1) | 
| P | verified via MBR or SSR (overlay of 3) | 
| R | SSN verified via MBR or SSR rather than NUMIDENT (overlay of 5) | 
| V | verified (preferred) | 
| X | verified but NUMIDENT indicates individual deceased | 
| Z | verification 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:restriction base="xs:token">
<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>