Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Participant The participant can contain an a "Unique ID" to store geography-specific identifiers. For identifiers—for example, SSN in the U.S, Medicare number in AU, etc.   However, different countries have different formats. 

This page describes how to specify the validation rules for the UID field.

  1. Login as Super Admin
  2. Click on
  3. ‘Settings’
  4. 'Settings' card
  5. Search for
  6. ‘UID Pattern’
  7. 'UID Pattern' property
  8. Click on the property ‘UID Pattern’ 'UID Pattern'. 
  9. Enter the regex pattern in the ‘New Value’ 'New Value' field to validate SSN. 
  10. Click on ‘Update’'Update'

E.g. The regex pattern for US SSN format: ^(?!000|666)[0-8][0-9]{2}-(?!00)[0-9]{2}-(?!0000)[0-9]{4}$

Learn how to create a regex for your pattern: https://regexone.com/

Detailed A detailed explanation of the default SSN format 'AAA-GG-SSSS'.

  • The first three digits were historically (
prior to
  • before mid-2011) assigned by geographical region, and are thus called
the
  • the area number. The area number cannot be 000, 666, or between 900 and 999.
  • Digits four and five are called
the
  • the group number
and
  •  and range from 01 to 99.
  • The last four digits
are
  • are serial numbers
from
  •  from 0001 to 9999.