practice2-MedicalCenter/data/patients.json
2026-04-03 23:37:38 +03:00

72 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"patient_id": "P001",
"full_name": "Пересчетов Иван Иванович",
"birth_date": "15.06.1985",
"insurance": "РосГосСтрах",
"phone": "+7-999-123-4567"
},
{
"patient_id": "P002",
"full_name": "Выпивалова Анна Сергеевна",
"birth_date": "23.11.1990",
"insurance": "Согаз-МЕД",
"phone": "89161234567"
},
{
"patient_id": "P003",
"full_name": "Перекатиполе Павел Николаевич",
"birth_date": "10.03.1978",
"insurance": "ЗастрахуйБратуху",
"phone": "+7-903-111-2233"
},
{
"patient_id": "P004",
"full_name": "Пивоварова Елена Иннокентьевна",
"birth_date": "01.07.2000",
"insurance": "Макс-М",
"phone": "+7-985-777-8899"
},
{
"patient_id": "P005",
"full_name": "Красноносов Дмитрий Евграфович",
"birth_date": "30.12.1965",
"insurance": "Согаз-МЕД",
"phone": "8-800-555-3535"
},
{
"patient_id": "P006",
"full_name": "Зайцева-Кроликова Ольга Владимировна",
"birth_date": "12.09.1995",
"insurance": "РосГосСтрах",
"phone": "+7-912-345-6789"
},
{
"patient_id": "P007",
"full_name": "Соколовский Артём Дмитриевич",
"birth_date": "25.04.1988",
"insurance": "Макс-М",
"phone": "+7-922-111-2233"
},
{
"patient_id": "P008",
"full_name": "Лебедева-Гусева Мария Петровна",
"birth_date": "03.11.2002",
"insurance": "Согаз-МЕД",
"phone": "89205556677"
},
{
"patient_id": "P009",
"full_name": "Грошкин Андрей Сергеевич",
"birth_date": "19.07.1975",
"insurance": "ЗастрахуйБратуху",
"phone": "+7-951-444-5566"
},
{
"patient_id": "P010",
"full_name": "Тимофеева-Акакьева Екатерина Алексеевна",
"birth_date": "28.02.1999",
"insurance": "РосГосСтрах",
"phone": "8-953-777-8899"
}
]