Skip to content
Last updated

Batch Processing Data For Auto Steward

The most common means for a client to utilize Auto-Steward is through our pair match web service. A batch version of Auto-Steward is also available to some clients upon request. In those cases, a client works with the Verato Customer Delivery team and provides a pipe-delimited file containing all possible duplicate identities. Verato’s Customer Delivery team runs these requests through the Auto-Steward process and collates the responses into a return file (also pipe-delimited) which the client can use to process the data stewardship tasks.

The input data file the client provides must be a pipe-delimited ASCII file, with the fields specified in the table below (the Data Elements):

  • File format: Text file
  • Delimiter: | – pipe
  • Columns: fixed number of columns—if a given value is not present in your database, just leave it blank
#Data ElementDescriptionFormatMax CharRequired
1ID1 SourceThe code that identifies the source system/application from which the record originated.Data only, no null characters10Yes
2ID1 Record IDThe id which uniquely identifies the record within the Source. e.g. Customer id, Patient id, MRNData only, no null characters60Yes
3ID1 First NameFirst nameData only, no null characters40
4ID1 Middle NameMiddle nameData only, no null characters40
5ID1 Last NameLast nameData only, no null characters80
6ID1 Name SuffixName suffixData only, no null characters10
7ID1 SSNSocial security number9 digits, no hyphens or other punctuation9
8ID1 DOBDate of birthYYYYMMDD (no hyphens or other punctuation)10
9ID1 GenderGenderGender-M,F,U10
10ID1 Address Line 1Street address line 1Data only, no null characters255
11ID1 Address Line 2Street address line 2Data only, no null characters255
12ID1 CityCity nameData only, no null characters40
13ID1 StateState code2 character state code2
14ID1 Zip CodeZip Code-first 5 onlyData only, no null characters5
15ID1 Zip+4Zip+4Data only, no null characters4
16ID2 SourceThe code that identifies the source system/application from which the record originated.Data only, no null characters10Yes
17ID2 Record IDThe id which uniquely identifies the record within the Source. e.g. Customer id, Patient id, MRNData only, no null characters60Yes
18ID2 First NameFirst nameData only, no null characters40
19ID2 Middle NameMiddle nameData only, no null characters40
20ID2 Last NameLast nameData only, no null characters80
21ID2 Name SuffixName suffixData only, no null characters10
22ID2 SSNSocial security number9 digits, no hyphens or other punctuation9
23ID2 DOBDate of birthYYYYMMDD (no hyphens or other punctuation)10
24ID2 GenderGenderGender-M,F,U10
25ID2 Address Line 1Street address line 1Data only, no null characters255
26ID2 Address Line 2Street address line 2Data only, no null characters255
27ID2 CityCity nameData only, no null characters40
28ID2 StateState code2 character state code2
29ID2 Zip CodeZip Code-first 5 onlyData only, no null characters5
30ID2 Zip+4Zip+4Data only, no null characters4