Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

80367 add prefill 10 7959f 1 #16499

Merged
merged 8 commits into from
May 3, 2024
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]
balexandr marked this conversation as resolved.
Show resolved Hide resolved
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]
Loading