post-1-click-health-request-body-autofill-inputs-from-manual-signup-maximal-inputs
Example: Autofill, Inputs from Manual Signup, Maximal Inputs
{
"fullName": {
"firstName": "Richard",
"lastName": "Hendricks"
},
"birthDate": "1989-08-01",
"address": {
"line1": "5320 Newell Rd",
"line2": "#1",
"city": "Palo Alto",
"state": "CA",
"zipCode": "94303",
"country": "US"
},
"sex": "Male",
"ssn": "000456789"
// Payer can be optionally included to autofill only for a specific payer (or payer group)
// "payer": {
// "id": "VERIFIED_MEDICARE"
// }
}