From 2c5754cfdbc6a3b18b83dd9f5782ee1033897e0c Mon Sep 17 00:00:00 2001 From: Bryan Alexander Date: Thu, 25 Apr 2024 13:16:37 -0400 Subject: [PATCH] 80367: Adjust form mapping --- config/form_profile_mappings/10-7959F-1.yml | 29 +++++++++------------ 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/config/form_profile_mappings/10-7959F-1.yml b/config/form_profile_mappings/10-7959F-1.yml index f9846dcb65e..87a0c386480 100644 --- a/config/form_profile_mappings/10-7959F-1.yml +++ b/config/form_profile_mappings/10-7959F-1.yml @@ -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] \ No newline at end of file +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] \ No newline at end of file