Skip to content

Commit

Permalink
80367: Adjust form mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
balexandr committed Apr 25, 2024
1 parent 7f0e709 commit 2c5754c
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions config/form_profile_mappings/10-7959F-1.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@

veteran:
date_of_birth: [identity_information, date_of_birth]
full_name: [identity_information, full_name]
dateOfBirth: [identity_information, date_of_birth]
fullName: [identity_information, full_name]
first: [identity_information, first]
middle: [identity_information, middle]
last: [identity_information, last]
physical_address:
country: [contact_information, country]
street: [contact_information, street]
city: [contact_information, city]
state: [contact_information, state]
postal_code: [contact_information, postal_code]
mailing_address:
country: [contact_information, country]
street: [contact_information, street]
city: [contact_information, city]
state: [contact_information, state]
postal_code: [contact_information, postal_code]
ssn: [identity_information, ssn]
phone_number: [contact_information, us_phone]
email_address: [contact_information, email]
physicalAddress:
street: [contact_information, address, street]
street2: [contact_information, address, street2]
city: [contact_information, address, city]
state: [contact_information, address, state]
country: [contact_information, address, country]
postalCode: [contact_information, address, postal_code]
veteranSocialSecurityNumber: [identity_information, ssn]
phoneNumber: [contact_information, us_phone]
emailAddress: [contact_information, email]

0 comments on commit 2c5754c

Please sign in to comment.