Current section
Files
Jump to
Current section
Files
samples/json/Patient/Patient-1.json
{ "first_name": "Петро",
"last_name": "Іванов",
"second_name": "Миколайович",
"birth_date": "1991-08-19",
"birth_country": "Україна",
"birth_settlement": "Вінниця",
"gender": "MALE",
"email": "email@example.com",
"tax_id": "3126509816",
"unzr": "19910819-00022",
"secret": "secret",
"documents": [ { "type": "PASSPORT",
"number": "120518",
"issued_by": "Рокитнянським РВ ГУ МВС Київської області",
"issued_at": "2017-02-28" } ],
"addresses": [ { "type": "RESIDENCE",
"country": "UA",
"area": "Житомирська",
"region": "Бердичівський",
"settlement": "Київ",
"settlement_type": "CITY",
"settlement_id": "b075f148-7f93-4fc2-b2ec-2d81b19a9b7b",
"street_type": "STREET",
"street": "вул. Ніжинська",
"building": "15",
"apartment": "23",
"zip": "02090" } ],
"phones": [ { "type": "MOBILE", "number": "+380503410870" } ],
"authentication_methods": [ { "type": "OTP", "phone_number": "+380508887700" } ],
"preferred_way_communication": "email",
"emergency_contact": { "first_name": "Петро",
"last_name": "Іванов",
"second_name": "Миколайович",
"phones": [ { "type": "MOBILE", "number": "+380503410870" } ] },
"process_disclosure_data_consent": true
}