// Global Health Insights (global-health-insights) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.regions), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.regions.createMany({
        data: [
            { id: 1, name: "Antarctica North-America Southeast-Asia", population: 8377945, vaccination_rate: "78.81" },
            { id: 2, name: "North-America", population: 1515070, vaccination_rate: "77.13" },
            { id: 3, name: "Caucasus Central-America Europe", population: 29418, vaccination_rate: "15.82" },
            { id: 4, name: "Antarctica", population: 9598395, vaccination_rate: "20.20" },
            { id: 5, name: "Europe Sub-Saharan Caribbean", population: 733408, vaccination_rate: "60.23" },
            { id: 6, name: "Central-America Southeast-Asia Sub-Saharan", population: 4165520, vaccination_rate: "9.11" },
            { id: 7, name: "Europe South-America", population: 428803, vaccination_rate: "98.99" },
            { id: 8, name: "Arctic", population: 6901833, vaccination_rate: "95.08" },
            { id: 9, name: "Africa Pacific Arctic", population: 7782279, vaccination_rate: "87.59" },
            { id: 10, name: "Caucasus South-America", population: 272618, vaccination_rate: "16.73" },
            { id: 11, name: "Antarctica", population: 1737379, vaccination_rate: "66.36" },
            { id: 12, name: "Antarctica Southern-Europe", population: 7170944, vaccination_rate: "8.15" },
            { id: 13, name: "Asia", population: 591319, vaccination_rate: "26.61" },
            { id: 14, name: "Eastern-Europe Caucasus Arctic", population: 9692017, vaccination_rate: "62.17" },
            { id: 15, name: "Central-America Eastern-Europe", population: 2040, vaccination_rate: "99.00" },
            { id: 16, name: "Indian-Ocean", population: 2538, vaccination_rate: "72.42" },
            { id: 17, name: "Eastern-Europe", population: 80301, vaccination_rate: "93.71" },
            { id: 18, name: "Asia", population: 828405, vaccination_rate: "98.33" },
            { id: 19, name: "Western-Europe Southeast-Asia South-America", population: 675128, vaccination_rate: "3.92" },
            { id: 20, name: "Caribbean", population: 5274765, vaccination_rate: "71.57" },
            { id: 21, name: "Middle-East", population: 398814, vaccination_rate: "89.64" },
            { id: 22, name: "Sub-Saharan", population: 7289470, vaccination_rate: "91.02" },
            { id: 23, name: "Western-Europe", population: 404354, vaccination_rate: "67.36" },
            { id: 24, name: "Northern-America", population: 21464, vaccination_rate: "12.54" },
            { id: 25, name: "North-America", population: 1000, vaccination_rate: "75.91" },
            { id: 26, name: "Southern-Europe", population: 1314801, vaccination_rate: "98.68" },
            { id: 27, name: "Middle-East Caribbean", population: 906741, vaccination_rate: "61.41" },
            { id: 28, name: "Southern-Europe", population: 1792079, vaccination_rate: "13.01" },
            { id: 29, name: "Pacific Caucasus Africa", population: 1546067, vaccination_rate: "9.52" },
            { id: 30, name: "Sub-Saharan", population: 8128, vaccination_rate: "90.03" },
            { id: 31, name: "Pacific Sub-Saharan", population: 4715225, vaccination_rate: "98.95" },
            { id: 32, name: "Indian-Ocean Africa", population: 9933092, vaccination_rate: "97.35" },
            { id: 33, name: "Southern-Europe Oceania Indian-Ocean", population: 3876, vaccination_rate: "12.01" },
            { id: 34, name: "Northern-America Asia", population: 28247, vaccination_rate: "90.52" },
            { id: 35, name: "South-America Antarctica", population: 1120, vaccination_rate: "47.58" },
            { id: 36, name: "Europe", population: 6171433, vaccination_rate: "94.39" },
            { id: 37, name: "Oceania Southeast-Asia Africa", population: 93058, vaccination_rate: "53.16" },
            { id: 38, name: "Indian-Ocean", population: 55278, vaccination_rate: "89.44" },
            { id: 39, name: "Pacific", population: 116749, vaccination_rate: "53.99" },
            { id: 40, name: "Caucasus", population: 430615, vaccination_rate: "90.71" },
            { id: 41, name: "Central-America Sub-Saharan", population: 2274620, vaccination_rate: "90.26" },
            { id: 42, name: "Indian-Ocean South-Asia", population: 818338, vaccination_rate: "99.80" },
            { id: 43, name: "North-America Western-Europe", population: 6792, vaccination_rate: "93.06" },
            { id: 44, name: "Middle-East", population: 5680033, vaccination_rate: "99.97" },
            { id: 45, name: "South-America", population: 6638893, vaccination_rate: "33.25" },
            { id: 46, name: "Africa Europe", population: 2814, vaccination_rate: "99.80" },
            { id: 47, name: "Middle-East Asia", population: 36501, vaccination_rate: "28.28" },
            { id: 48, name: "Arctic Northern-America", population: 2083, vaccination_rate: "71.70" },
            { id: 49, name: "North-America Eastern-Europe", population: 8069601, vaccination_rate: "84.46" },
            { id: 50, name: "Antarctica", population: 8125, vaccination_rate: "48.80" },
        ],
    });
    await prisma.border_crossings.createMany({
        data: [
            { id: 1, region_id: 17, crossing_date: "2023-07-06", crossing_type: "entry" },
            { id: 2, region_id: 11, crossing_date: "2023-12-17", crossing_type: "entry" },
            { id: 3, region_id: 31, crossing_date: "2023-02-13", crossing_type: "entry" },
            { id: 4, region_id: 17, crossing_date: "2021-06-29", crossing_type: "entry" },
            { id: 5, region_id: 13, crossing_date: "2023-04-14", crossing_type: "entry" },
            { id: 6, region_id: 14, crossing_date: "2022-09-17", crossing_type: "entry" },
            { id: 7, region_id: 28, crossing_date: "2022-03-17", crossing_type: "entry" },
            { id: 8, region_id: 17, crossing_date: "2020-12-06", crossing_type: "entry" },
            { id: 9, region_id: 32, crossing_date: "2023-11-26", crossing_type: "entry" },
            { id: 10, region_id: 22, crossing_date: "2023-03-06", crossing_type: "entry" },
            { id: 11, region_id: 33, crossing_date: "2022-10-26", crossing_type: "entry" },
            { id: 12, region_id: 6, crossing_date: "2023-11-22", crossing_type: "entry" },
            { id: 13, region_id: 4, crossing_date: null, crossing_type: "exit" },
            { id: 14, region_id: 6, crossing_date: null, crossing_type: "exit" },
            { id: 15, region_id: 39, crossing_date: null, crossing_type: "exit" },
            { id: 16, region_id: 22, crossing_date: "2022-10-05", crossing_type: "entry" },
            { id: 17, region_id: 41, crossing_date: "2023-02-27", crossing_type: "entry" },
            { id: 18, region_id: 2, crossing_date: "2023-09-26", crossing_type: "entry" },
            { id: 19, region_id: 1, crossing_date: "2023-04-16", crossing_type: "entry" },
            { id: 20, region_id: 47, crossing_date: "2022-04-20", crossing_type: "entry" },
            { id: 21, region_id: 30, crossing_date: "2022-06-18", crossing_type: "entry" },
            { id: 22, region_id: 2, crossing_date: "2021-07-15", crossing_type: "entry" },
            { id: 23, region_id: 20, crossing_date: "2023-10-29", crossing_type: "entry" },
            { id: 24, region_id: 45, crossing_date: "2022-12-25", crossing_type: "entry" },
            { id: 25, region_id: 5, crossing_date: "2023-04-20", crossing_type: "entry" },
            { id: 26, region_id: 45, crossing_date: null, crossing_type: "exit" },
            { id: 27, region_id: 26, crossing_date: null, crossing_type: "exit" },
            { id: 28, region_id: 24, crossing_date: null, crossing_type: "exit" },
            { id: 29, region_id: 24, crossing_date: null, crossing_type: "exit" },
            { id: 30, region_id: 18, crossing_date: "2022-09-14", crossing_type: "entry" },
            { id: 31, region_id: 12, crossing_date: "2023-05-07", crossing_type: "entry" },
            { id: 32, region_id: 40, crossing_date: "2021-03-28", crossing_type: "entry" },
            { id: 33, region_id: 2, crossing_date: null, crossing_type: "exit" },
            { id: 34, region_id: 28, crossing_date: "2023-09-02", crossing_type: "entry" },
            { id: 35, region_id: 31, crossing_date: "2023-07-30", crossing_type: "entry" },
            { id: 36, region_id: 45, crossing_date: "2022-09-05", crossing_type: "entry" },
            { id: 37, region_id: 43, crossing_date: "2023-12-25", crossing_type: "entry" },
            { id: 38, region_id: 35, crossing_date: "2022-12-22", crossing_type: "entry" },
            { id: 39, region_id: 23, crossing_date: null, crossing_type: "exit" },
            { id: 40, region_id: 40, crossing_date: "2020-02-10", crossing_type: "entry" },
            { id: 41, region_id: 35, crossing_date: "2020-11-01", crossing_type: "entry" },
            { id: 42, region_id: 27, crossing_date: null, crossing_type: "exit" },
            { id: 43, region_id: 30, crossing_date: null, crossing_type: "exit" },
            { id: 44, region_id: 41, crossing_date: "2021-07-26", crossing_type: "entry" },
            { id: 45, region_id: 15, crossing_date: null, crossing_type: "exit" },
            { id: 46, region_id: 45, crossing_date: "2022-10-20", crossing_type: "entry" },
            { id: 47, region_id: 35, crossing_date: "2022-02-09", crossing_type: "entry" },
            { id: 48, region_id: 21, crossing_date: "2021-03-30", crossing_type: "entry" },
            { id: 49, region_id: 25, crossing_date: "2021-06-22", crossing_type: "entry" },
            { id: 50, region_id: 26, crossing_date: "2020-07-21", crossing_type: "entry" },
            { id: 51, region_id: 49, crossing_date: "2020-12-08", crossing_type: "entry" },
            { id: 52, region_id: 21, crossing_date: "2023-08-05", crossing_type: "entry" },
            { id: 53, region_id: 4, crossing_date: "2023-11-27", crossing_type: "entry" },
            { id: 54, region_id: 16, crossing_date: "2022-10-22", crossing_type: "entry" },
            { id: 55, region_id: 6, crossing_date: "2021-02-09", crossing_type: "entry" },
            { id: 56, region_id: 32, crossing_date: null, crossing_type: "exit" },
            { id: 57, region_id: 17, crossing_date: "2023-03-22", crossing_type: "entry" },
            { id: 58, region_id: 27, crossing_date: null, crossing_type: "exit" },
            { id: 59, region_id: 27, crossing_date: null, crossing_type: "exit" },
            { id: 60, region_id: 24, crossing_date: "2022-09-26", crossing_type: "entry" },
            { id: 61, region_id: 11, crossing_date: null, crossing_type: "exit" },
            { id: 62, region_id: 41, crossing_date: "2021-08-14", crossing_type: "entry" },
            { id: 63, region_id: 46, crossing_date: "2022-11-27", crossing_type: "entry" },
            { id: 64, region_id: 37, crossing_date: "2022-09-07", crossing_type: "entry" },
            { id: 65, region_id: 12, crossing_date: "2021-09-13", crossing_type: "entry" },
            { id: 66, region_id: 23, crossing_date: "2023-06-30", crossing_type: "entry" },
            { id: 67, region_id: 46, crossing_date: "2023-12-10", crossing_type: "entry" },
            { id: 68, region_id: 22, crossing_date: "2022-02-14", crossing_type: "entry" },
            { id: 69, region_id: 30, crossing_date: "2021-04-25", crossing_type: "entry" },
            { id: 70, region_id: 22, crossing_date: null, crossing_type: "exit" },
            { id: 71, region_id: 47, crossing_date: "2022-10-21", crossing_type: "entry" },
            { id: 72, region_id: 5, crossing_date: "2022-11-07", crossing_type: "entry" },
            { id: 73, region_id: 22, crossing_date: "2020-10-07", crossing_type: "entry" },
            { id: 74, region_id: 5, crossing_date: "2023-12-15", crossing_type: "entry" },
            { id: 75, region_id: 30, crossing_date: null, crossing_type: "exit" },
            { id: 76, region_id: 33, crossing_date: "2022-03-19", crossing_type: "entry" },
            { id: 77, region_id: 26, crossing_date: null, crossing_type: "exit" },
            { id: 78, region_id: 8, crossing_date: "2023-07-05", crossing_type: "entry" },
            { id: 79, region_id: 47, crossing_date: "2023-11-28", crossing_type: "entry" },
            { id: 80, region_id: 13, crossing_date: null, crossing_type: "exit" },
            { id: 81, region_id: 38, crossing_date: "2023-02-16", crossing_type: "entry" },
            { id: 82, region_id: 4, crossing_date: "2021-06-10", crossing_type: "entry" },
            { id: 83, region_id: 1, crossing_date: null, crossing_type: "exit" },
            { id: 84, region_id: 41, crossing_date: null, crossing_type: "exit" },
            { id: 85, region_id: 28, crossing_date: null, crossing_type: "exit" },
            { id: 86, region_id: 34, crossing_date: "2021-08-14", crossing_type: "entry" },
            { id: 87, region_id: 6, crossing_date: null, crossing_type: "exit" },
            { id: 88, region_id: 49, crossing_date: null, crossing_type: "exit" },
            { id: 89, region_id: 28, crossing_date: "2023-03-04", crossing_type: "entry" },
            { id: 90, region_id: 33, crossing_date: "2023-09-22", crossing_type: "entry" },
            { id: 91, region_id: 14, crossing_date: "2023-08-16", crossing_type: "entry" },
            { id: 92, region_id: 20, crossing_date: "2023-05-12", crossing_type: "entry" },
            { id: 93, region_id: 42, crossing_date: "2021-10-10", crossing_type: "entry" },
            { id: 94, region_id: 7, crossing_date: "2023-11-18", crossing_type: "entry" },
            { id: 95, region_id: 33, crossing_date: "2023-07-09", crossing_type: "entry" },
            { id: 96, region_id: 20, crossing_date: "2023-09-01", crossing_type: "entry" },
            { id: 97, region_id: 12, crossing_date: "2022-09-20", crossing_type: "entry" },
            { id: 98, region_id: 31, crossing_date: null, crossing_type: "exit" },
            { id: 99, region_id: 26, crossing_date: "2022-04-13", crossing_type: "entry" },
            { id: 100, region_id: 20, crossing_date: "2022-07-28", crossing_type: "entry" },
            { id: 101, region_id: 21, crossing_date: "2023-08-24", crossing_type: "entry" },
            { id: 102, region_id: 45, crossing_date: "2022-04-26", crossing_type: "entry" },
            { id: 103, region_id: 7, crossing_date: null, crossing_type: "exit" },
            { id: 104, region_id: 28, crossing_date: null, crossing_type: "exit" },
            { id: 105, region_id: 19, crossing_date: null, crossing_type: "exit" },
            { id: 106, region_id: 14, crossing_date: "2022-05-28", crossing_type: "entry" },
            { id: 107, region_id: 19, crossing_date: "2020-08-16", crossing_type: "entry" },
            { id: 108, region_id: 23, crossing_date: null, crossing_type: "exit" },
            { id: 109, region_id: 15, crossing_date: "2023-12-10", crossing_type: "entry" },
            { id: 110, region_id: 12, crossing_date: null, crossing_type: "exit" },
            { id: 111, region_id: 9, crossing_date: "2023-07-09", crossing_type: "entry" },
            { id: 112, region_id: 35, crossing_date: "2020-09-20", crossing_type: "entry" },
            { id: 113, region_id: 25, crossing_date: "2020-07-15", crossing_type: "entry" },
            { id: 114, region_id: 33, crossing_date: "2022-06-28", crossing_type: "entry" },
            { id: 115, region_id: 5, crossing_date: "2020-04-23", crossing_type: "entry" },
            { id: 116, region_id: 45, crossing_date: "2023-11-21", crossing_type: "entry" },
            { id: 117, region_id: 7, crossing_date: null, crossing_type: "exit" },
            { id: 118, region_id: 23, crossing_date: null, crossing_type: "exit" },
            { id: 119, region_id: 37, crossing_date: "2022-09-30", crossing_type: "entry" },
            { id: 120, region_id: 48, crossing_date: "2023-01-01", crossing_type: "entry" },
            { id: 121, region_id: 8, crossing_date: "2021-06-07", crossing_type: "entry" },
            { id: 122, region_id: 15, crossing_date: null, crossing_type: "exit" },
            { id: 123, region_id: 43, crossing_date: "2020-11-29", crossing_type: "entry" },
            { id: 124, region_id: 21, crossing_date: "2020-10-22", crossing_type: "entry" },
            { id: 125, region_id: 50, crossing_date: "2022-12-10", crossing_type: "entry" },
            { id: 126, region_id: 47, crossing_date: null, crossing_type: "exit" },
            { id: 127, region_id: 46, crossing_date: "2021-01-26", crossing_type: "entry" },
            { id: 128, region_id: 44, crossing_date: "2021-10-25", crossing_type: "entry" },
            { id: 129, region_id: 41, crossing_date: "2022-12-31", crossing_type: "entry" },
            { id: 130, region_id: 32, crossing_date: "2021-07-09", crossing_type: "entry" },
            { id: 131, region_id: 9, crossing_date: "2021-11-21", crossing_type: "entry" },
            { id: 132, region_id: 15, crossing_date: null, crossing_type: "exit" },
            { id: 133, region_id: 20, crossing_date: "2020-12-28", crossing_type: "entry" },
            { id: 134, region_id: 9, crossing_date: "2021-11-15", crossing_type: "entry" },
            { id: 135, region_id: 2, crossing_date: "2023-11-15", crossing_type: "entry" },
            { id: 136, region_id: 29, crossing_date: "2022-06-02", crossing_type: "entry" },
            { id: 137, region_id: 5, crossing_date: null, crossing_type: "exit" },
            { id: 138, region_id: 42, crossing_date: "2020-11-27", crossing_type: "entry" },
            { id: 139, region_id: 24, crossing_date: "2021-01-29", crossing_type: "entry" },
            { id: 140, region_id: 7, crossing_date: "2023-03-08", crossing_type: "entry" },
            { id: 141, region_id: 15, crossing_date: "2023-06-26", crossing_type: "entry" },
            { id: 142, region_id: 44, crossing_date: "2021-08-28", crossing_type: "entry" },
            { id: 143, region_id: 36, crossing_date: "2022-08-11", crossing_type: "entry" },
            { id: 144, region_id: 26, crossing_date: null, crossing_type: "exit" },
            { id: 145, region_id: 12, crossing_date: "2021-01-07", crossing_type: "entry" },
            { id: 146, region_id: 1, crossing_date: "2020-05-21", crossing_type: "entry" },
            { id: 147, region_id: 35, crossing_date: "2023-07-17", crossing_type: "entry" },
            { id: 148, region_id: 21, crossing_date: "2022-01-10", crossing_type: "entry" },
            { id: 149, region_id: 7, crossing_date: "2021-10-12", crossing_type: "entry" },
            { id: 150, region_id: 29, crossing_date: null, crossing_type: "exit" },
        ],
    });
    await prisma.hospitals.createMany({
        data: [
            { id: 1, name: "Nina Baker", capacity: 670, covid_patients: 232, region_id: 2 },
            { id: 2, name: "Carlos Wilson", capacity: 998, covid_patients: 123, region_id: 45 },
            { id: 3, name: "Tariq Wang", capacity: 813, covid_patients: 1413, region_id: 32 },
            { id: 4, name: "Olivia Davis", capacity: 1531, covid_patients: 1811, region_id: 31 },
            { id: 5, name: "Theo Singh", capacity: 618, covid_patients: 1989, region_id: 26 },
            { id: 6, name: "Kai Ruiz", capacity: 775, covid_patients: 301, region_id: 5 },
            { id: 7, name: "Laura Mendes", capacity: 707, covid_patients: 1710, region_id: 33 },
            { id: 8, name: "Uma Becker", capacity: 983, covid_patients: 1744, region_id: 47 },
            { id: 9, name: "Yara Larsen", capacity: 894, covid_patients: 24, region_id: 33 },
            { id: 10, name: "Jonas Wright", capacity: 1336, covid_patients: 1677, region_id: 4 },
            { id: 11, name: "Nadia Lopez", capacity: 1001, covid_patients: 213, region_id: 13 },
            { id: 12, name: "Zoe Flores", capacity: 794, covid_patients: 1192, region_id: 23 },
            { id: 13, name: "Carla Adams", capacity: 855, covid_patients: 1817, region_id: 25 },
            { id: 14, name: "Leo Vargas", capacity: 1387, covid_patients: 206, region_id: 33 },
            { id: 15, name: "Jonas Brown", capacity: 1619, covid_patients: 803, region_id: 19 },
            { id: 16, name: "Uma Miller", capacity: 782, covid_patients: 682, region_id: 8 },
            { id: 17, name: "Arjun Torres", capacity: 653, covid_patients: 71, region_id: 23 },
            { id: 18, name: "Olivia Patel", capacity: 962, covid_patients: 1720, region_id: 42 },
            { id: 19, name: "Sofia Ali", capacity: 1082, covid_patients: 1043, region_id: 27 },
            { id: 20, name: "David Hansen", capacity: 1142, covid_patients: 378, region_id: 28 },
            { id: 21, name: "Chen Silva", capacity: 782, covid_patients: 642, region_id: 21 },
            { id: 22, name: "Maya Ahmed", capacity: 1043, covid_patients: 1598, region_id: 27 },
            { id: 23, name: "Ruby Wang", capacity: 999, covid_patients: 74, region_id: 25 },
            { id: 24, name: "Noah Adams", capacity: 1020, covid_patients: 1329, region_id: 37 },
            { id: 25, name: "Oscar Brown", capacity: 1006, covid_patients: 331, region_id: 19 },
            { id: 26, name: "Sara Chen", capacity: 1102, covid_patients: 28, region_id: 48 },
            { id: 27, name: "Yusuf Singh", capacity: 816, covid_patients: 1889, region_id: 33 },
            { id: 28, name: "Mohamed Hassan", capacity: 964, covid_patients: 791, region_id: 23 },
            { id: 29, name: "Sam Kowalski", capacity: 1221, covid_patients: 92, region_id: 31 },
            { id: 30, name: "Felix Patel", capacity: 1580, covid_patients: 39, region_id: 14 },
            { id: 31, name: "Lena Adams", capacity: 1300, covid_patients: 777, region_id: 25 },
            { id: 32, name: "Arjun Wang", capacity: 1294, covid_patients: 1631, region_id: 16 },
            { id: 33, name: "Karim Chen", capacity: 1066, covid_patients: 1614, region_id: 43 },
            { id: 34, name: "Tariq Weber", capacity: 720, covid_patients: 1532, region_id: 38 },
            { id: 35, name: "Amir Castro", capacity: 1412, covid_patients: 145, region_id: 46 },
            { id: 36, name: "Jade Carter", capacity: 1265, covid_patients: 1198, region_id: 15 },
            { id: 37, name: "Rosa Schneider", capacity: 1155, covid_patients: 195, region_id: 5 },
            { id: 38, name: "Marco Baker", capacity: 1301, covid_patients: 85, region_id: 41 },
            { id: 39, name: "Hugo Kumar", capacity: 759, covid_patients: 481, region_id: 45 },
            { id: 40, name: "Grace Schneider", capacity: 1407, covid_patients: 1293, region_id: 31 },
            { id: 41, name: "Zara Hughes", capacity: 862, covid_patients: 85, region_id: 1 },
            { id: 42, name: "Tomas Wilson", capacity: 1141, covid_patients: 5, region_id: 35 },
            { id: 43, name: "Arjun Wang", capacity: 833, covid_patients: 586, region_id: 45 },
            { id: 44, name: "Maja Flores", capacity: 1283, covid_patients: 1256, region_id: 9 },
            { id: 45, name: "Zoe Nguyen", capacity: 1138, covid_patients: 92, region_id: 4 },
            { id: 46, name: "Grace Schmidt", capacity: 1366, covid_patients: 633, region_id: 11 },
            { id: 47, name: "Maria Rossi", capacity: 1019, covid_patients: 826, region_id: 28 },
            { id: 48, name: "Isaac Chen", capacity: 1024, covid_patients: 705, region_id: 33 },
            { id: 49, name: "Omar Demir", capacity: 700, covid_patients: 0, region_id: 28 },
            { id: 50, name: "Ibrahim Sousa", capacity: 1266, covid_patients: 279, region_id: 24 },
            { id: 51, name: "Rafael Gupta", capacity: 935, covid_patients: 207, region_id: 12 },
            { id: 52, name: "Yusuf Tanaka", capacity: 677, covid_patients: 274, region_id: 27 },
            { id: 53, name: "Mateo Baker", capacity: 1184, covid_patients: 296, region_id: 13 },
            { id: 54, name: "Ben Cruz", capacity: 801, covid_patients: 1012, region_id: 50 },
            { id: 55, name: "Leo Kim", capacity: 1114, covid_patients: 1455, region_id: 17 },
            { id: 56, name: "Andre Ali", capacity: 929, covid_patients: 1383, region_id: 4 },
            { id: 57, name: "Jonas Hansen", capacity: 468, covid_patients: 14, region_id: 26 },
            { id: 58, name: "Carlos Hansen", capacity: 978, covid_patients: 326, region_id: 36 },
            { id: 59, name: "Arjun Walker", capacity: 910, covid_patients: 501, region_id: 1 },
            { id: 60, name: "Amir Hoffmann", capacity: 1353, covid_patients: 243, region_id: 4 },
            { id: 61, name: "Lena Clark", capacity: 1041, covid_patients: 297, region_id: 1 },
            { id: 62, name: "Wei Novak", capacity: 1731, covid_patients: 941, region_id: 35 },
            { id: 63, name: "Lucas Martin", capacity: 1055, covid_patients: 581, region_id: 49 },
            { id: 64, name: "Rosa Diaz", capacity: 1189, covid_patients: 60, region_id: 41 },
            { id: 65, name: "Victor Costa", capacity: 1440, covid_patients: 608, region_id: 30 },
            { id: 66, name: "Lena Adams", capacity: 719, covid_patients: 231, region_id: 19 },
            { id: 67, name: "Nour Smith", capacity: 701, covid_patients: 307, region_id: 3 },
            { id: 68, name: "Jack Diaz", capacity: 852, covid_patients: 12, region_id: 29 },
            { id: 69, name: "Ben Lee", capacity: 1448, covid_patients: 834, region_id: 36 },
            { id: 70, name: "Nour Kumar", capacity: 385, covid_patients: 950, region_id: 31 },
            { id: 71, name: "Ivan Becker", capacity: 1260, covid_patients: 222, region_id: 17 },
            { id: 72, name: "Sara Adams", capacity: 960, covid_patients: 1725, region_id: 19 },
            { id: 73, name: "Mohamed Kim", capacity: 1266, covid_patients: 479, region_id: 16 },
            { id: 74, name: "Pedro Miller", capacity: 1120, covid_patients: 65, region_id: 40 },
            { id: 75, name: "Jonas Young", capacity: 444, covid_patients: 1753, region_id: 28 },
            { id: 76, name: "Uma Adams", capacity: 641, covid_patients: 390, region_id: 18 },
            { id: 77, name: "Ruby Hughes", capacity: 1125, covid_patients: 84, region_id: 22 },
            { id: 78, name: "Omar Hoffmann", capacity: 857, covid_patients: 44, region_id: 27 },
            { id: 79, name: "Jack Hoffmann", capacity: 922, covid_patients: 4, region_id: 16 },
            { id: 80, name: "Chloe Hassan", capacity: 929, covid_patients: 709, region_id: 32 },
            { id: 81, name: "Isaac Lopez", capacity: 1012, covid_patients: 47, region_id: 36 },
            { id: 82, name: "Hugo Lee", capacity: 686, covid_patients: 1452, region_id: 17 },
            { id: 83, name: "Yara Wagner", capacity: 879, covid_patients: 37, region_id: 14 },
            { id: 84, name: "Tariq Pereira", capacity: 907, covid_patients: 1063, region_id: 5 },
            { id: 85, name: "Ibrahim Lee", capacity: 1422, covid_patients: 1764, region_id: 24 },
            { id: 86, name: "Marco Johnson", capacity: 1135, covid_patients: 1655, region_id: 37 },
            { id: 87, name: "Jack Reyes", capacity: 766, covid_patients: 204, region_id: 23 },
            { id: 88, name: "Jack Garcia", capacity: 549, covid_patients: 461, region_id: 22 },
            { id: 89, name: "Yusuf Castro", capacity: 825, covid_patients: 3, region_id: 43 },
            { id: 90, name: "Paula Demir", capacity: 1473, covid_patients: 869, region_id: 10 },
            { id: 91, name: "Hugo Park", capacity: 1107, covid_patients: 455, region_id: 43 },
            { id: 92, name: "Omar Murphy", capacity: 895, covid_patients: 1183, region_id: 50 },
            { id: 93, name: "Yusuf Young", capacity: 919, covid_patients: 125, region_id: 8 },
            { id: 94, name: "Sven Wright", capacity: 1498, covid_patients: 7, region_id: 11 },
            { id: 95, name: "Sara Martin", capacity: 651, covid_patients: 1934, region_id: 34 },
            { id: 96, name: "Lucas Schmidt", capacity: 1296, covid_patients: 1265, region_id: 37 },
            { id: 97, name: "Daniel Singh", capacity: 1077, covid_patients: 50, region_id: 38 },
            { id: 98, name: "Laura Sato", capacity: 1385, covid_patients: 1868, region_id: 19 },
            { id: 99, name: "Nour Gupta", capacity: 1312, covid_patients: 413, region_id: 8 },
            { id: 100, name: "Grace Vargas", capacity: 1311, covid_patients: 365, region_id: 22 },
        ],
    });
    await prisma.patients.createMany({
        data: [
            { id: 1, hospital_id: 30, symptoms: "diarrhea", test_result: "positive", test_date: "2021-12-23" },
            { id: 2, hospital_id: 58, symptoms: null, test_result: "negative", test_date: "2022-07-02" },
            { id: 3, hospital_id: 60, symptoms: null, test_result: "negative", test_date: "2023-01-04" },
            { id: 4, hospital_id: 40, symptoms: "loss-of-smell", test_result: "positive", test_date: "2023-01-21" },
            { id: 5, hospital_id: 20, symptoms: null, test_result: "negative", test_date: "2023-04-14" },
            { id: 6, hospital_id: 15, symptoms: "cough", test_result: "positive", test_date: "2023-09-15" },
            { id: 7, hospital_id: 44, symptoms: null, test_result: "negative", test_date: "2020-01-04" },
            { id: 8, hospital_id: 87, symptoms: null, test_result: "negative", test_date: "2021-01-15" },
            { id: 9, hospital_id: 83, symptoms: "loss-of-smell fatigue", test_result: "positive", test_date: "2022-10-14" },
            { id: 10, hospital_id: 81, symptoms: null, test_result: "negative", test_date: "2020-11-17" },
            { id: 11, hospital_id: 92, symptoms: "joint-pain", test_result: "positive", test_date: "2023-11-24" },
            { id: 12, hospital_id: 61, symptoms: "fever", test_result: "positive", test_date: "2023-08-09" },
            { id: 13, hospital_id: 79, symptoms: null, test_result: "negative", test_date: "2021-12-16" },
            { id: 14, hospital_id: 86, symptoms: "chills sore-throat", test_result: "positive", test_date: "2020-05-18" },
            { id: 15, hospital_id: 31, symptoms: "chest-pain cough congestion", test_result: "positive", test_date: "2021-11-05" },
            { id: 16, hospital_id: 39, symptoms: "headache", test_result: "positive", test_date: "2023-01-24" },
            { id: 17, hospital_id: 5, symptoms: "sore-throat cough nausea", test_result: "positive", test_date: "2021-08-07" },
            { id: 18, hospital_id: 18, symptoms: "joint-pain muscle-pain", test_result: "positive", test_date: "2022-03-17" },
            { id: 19, hospital_id: 62, symptoms: "sweating cough", test_result: "positive", test_date: "2022-03-31" },
            { id: 20, hospital_id: 27, symptoms: "fever", test_result: "positive", test_date: "2020-10-09" },
            { id: 21, hospital_id: 67, symptoms: null, test_result: "negative", test_date: "2023-02-15" },
            { id: 22, hospital_id: 12, symptoms: "muscle-pain", test_result: "positive", test_date: "2022-01-10" },
            { id: 23, hospital_id: 53, symptoms: null, test_result: "negative", test_date: "2023-06-18" },
            { id: 24, hospital_id: 86, symptoms: "shortness-of-breath congestion nausea", test_result: "positive", test_date: "2020-06-04" },
            { id: 25, hospital_id: 7, symptoms: null, test_result: "negative", test_date: "2022-02-10" },
            { id: 26, hospital_id: 25, symptoms: "joint-pain cough vomiting", test_result: "positive", test_date: "2022-03-15" },
            { id: 27, hospital_id: 65, symptoms: "loss-of-taste", test_result: "positive", test_date: "2023-09-04" },
            { id: 28, hospital_id: 33, symptoms: "dizziness sweating nausea", test_result: "positive", test_date: "2020-03-13" },
            { id: 29, hospital_id: 54, symptoms: "fatigue loss-of-smell", test_result: "positive", test_date: "2023-04-23" },
            { id: 30, hospital_id: 59, symptoms: "abdominal-pain rash loss-of-taste", test_result: "positive", test_date: "2022-01-20" },
            { id: 31, hospital_id: 56, symptoms: "muscle-pain", test_result: "positive", test_date: "2023-01-05" },
            { id: 32, hospital_id: 45, symptoms: "chills abdominal-pain", test_result: "positive", test_date: "2023-10-13" },
            { id: 33, hospital_id: 23, symptoms: "loss-of-taste nausea fatigue", test_result: "positive", test_date: "2022-02-03" },
            { id: 34, hospital_id: 9, symptoms: "shortness-of-breath rash abdominal-pain", test_result: "positive", test_date: "2020-02-26" },
            { id: 35, hospital_id: 4, symptoms: "sweating rash", test_result: "positive", test_date: "2021-09-16" },
            { id: 36, hospital_id: 52, symptoms: "loss-of-taste muscle-pain", test_result: "positive", test_date: "2023-10-31" },
            { id: 37, hospital_id: 36, symptoms: null, test_result: "negative", test_date: "2022-12-08" },
            { id: 38, hospital_id: 28, symptoms: "rash diarrhea shortness-of-breath", test_result: "positive", test_date: "2022-11-19" },
            { id: 39, hospital_id: 17, symptoms: "sweating", test_result: "positive", test_date: "2022-04-10" },
            { id: 40, hospital_id: 55, symptoms: null, test_result: "negative", test_date: "2022-01-01" },
            { id: 41, hospital_id: 88, symptoms: "muscle-pain", test_result: "positive", test_date: "2023-08-04" },
            { id: 42, hospital_id: 65, symptoms: "chills", test_result: "positive", test_date: "2023-05-01" },
            { id: 43, hospital_id: 72, symptoms: "nausea loss-of-taste vomiting", test_result: "positive", test_date: "2021-12-03" },
            { id: 44, hospital_id: 3, symptoms: "congestion", test_result: "positive", test_date: "2023-04-06" },
            { id: 45, hospital_id: 28, symptoms: null, test_result: "negative", test_date: "2021-10-03" },
            { id: 46, hospital_id: 55, symptoms: "sweating fatigue", test_result: "positive", test_date: "2022-09-02" },
            { id: 47, hospital_id: 99, symptoms: null, test_result: "negative", test_date: "2022-07-18" },
            { id: 48, hospital_id: 84, symptoms: "sore-throat", test_result: "positive", test_date: "2021-01-11" },
            { id: 49, hospital_id: 100, symptoms: null, test_result: "negative", test_date: "2023-08-16" },
            { id: 50, hospital_id: 57, symptoms: "muscle-pain confusion sweating", test_result: "positive", test_date: "2023-10-31" },
            { id: 51, hospital_id: 95, symptoms: "fatigue rash", test_result: "positive", test_date: "2022-11-01" },
            { id: 52, hospital_id: 29, symptoms: "abdominal-pain", test_result: "positive", test_date: "2023-09-13" },
            { id: 53, hospital_id: 79, symptoms: null, test_result: "negative", test_date: "2022-08-17" },
            { id: 54, hospital_id: 17, symptoms: "dizziness nausea diarrhea", test_result: "positive", test_date: "2021-02-20" },
            { id: 55, hospital_id: 91, symptoms: null, test_result: "negative", test_date: "2023-05-10" },
            { id: 56, hospital_id: 2, symptoms: "confusion rash", test_result: "positive", test_date: "2023-09-25" },
            { id: 57, hospital_id: 97, symptoms: "chills", test_result: "positive", test_date: "2021-10-30" },
            { id: 58, hospital_id: 13, symptoms: null, test_result: "negative", test_date: "2020-12-26" },
            { id: 59, hospital_id: 77, symptoms: "headache rash dizziness", test_result: "positive", test_date: "2023-08-17" },
            { id: 60, hospital_id: 100, symptoms: "congestion fever joint-pain", test_result: "positive", test_date: "2021-06-20" },
            { id: 61, hospital_id: 89, symptoms: "confusion fatigue dizziness", test_result: "positive", test_date: "2023-06-28" },
            { id: 62, hospital_id: 15, symptoms: null, test_result: "negative", test_date: "2021-08-28" },
            { id: 63, hospital_id: 11, symptoms: null, test_result: "negative", test_date: "2022-09-02" },
            { id: 64, hospital_id: 54, symptoms: null, test_result: "negative", test_date: "2020-08-06" },
            { id: 65, hospital_id: 16, symptoms: "cough shortness-of-breath sweating", test_result: "positive", test_date: "2022-05-09" },
            { id: 66, hospital_id: 85, symptoms: "fatigue confusion cough", test_result: "positive", test_date: "2021-03-15" },
            { id: 67, hospital_id: 35, symptoms: "nausea rash", test_result: "positive", test_date: "2023-05-29" },
            { id: 68, hospital_id: 7, symptoms: null, test_result: "negative", test_date: "2023-02-02" },
            { id: 69, hospital_id: 82, symptoms: "vomiting confusion rash", test_result: "positive", test_date: "2022-09-09" },
            { id: 70, hospital_id: 11, symptoms: null, test_result: "negative", test_date: "2022-06-18" },
            { id: 71, hospital_id: 10, symptoms: "abdominal-pain", test_result: "positive", test_date: "2023-06-19" },
            { id: 72, hospital_id: 20, symptoms: "abdominal-pain loss-of-smell chest-pain", test_result: "positive", test_date: "2023-01-26" },
            { id: 73, hospital_id: 9, symptoms: null, test_result: "negative", test_date: "2021-04-02" },
            { id: 74, hospital_id: 32, symptoms: "vomiting", test_result: "positive", test_date: "2022-09-13" },
            { id: 75, hospital_id: 27, symptoms: "headache sweating cough", test_result: "positive", test_date: "2022-01-15" },
            { id: 76, hospital_id: 11, symptoms: "muscle-pain fatigue", test_result: "positive", test_date: "2023-11-01" },
            { id: 77, hospital_id: 88, symptoms: "fatigue cough", test_result: "positive", test_date: "2023-10-11" },
            { id: 78, hospital_id: 68, symptoms: "loss-of-smell loss-of-taste", test_result: "positive", test_date: "2023-04-03" },
            { id: 79, hospital_id: 7, symptoms: "sweating", test_result: "positive", test_date: "2023-06-28" },
            { id: 80, hospital_id: 77, symptoms: "rash", test_result: "positive", test_date: "2023-02-26" },
            { id: 81, hospital_id: 58, symptoms: "loss-of-smell", test_result: "positive", test_date: "2022-04-28" },
            { id: 82, hospital_id: 21, symptoms: "dizziness chills", test_result: "positive", test_date: "2022-07-20" },
            { id: 83, hospital_id: 99, symptoms: "chest-pain", test_result: "positive", test_date: "2020-07-15" },
            { id: 84, hospital_id: 67, symptoms: "diarrhea", test_result: "positive", test_date: "2021-04-16" },
            { id: 85, hospital_id: 19, symptoms: null, test_result: "negative", test_date: "2022-01-22" },
            { id: 86, hospital_id: 27, symptoms: "loss-of-smell", test_result: "positive", test_date: "2023-09-09" },
            { id: 87, hospital_id: 63, symptoms: "joint-pain", test_result: "positive", test_date: "2022-04-12" },
            { id: 88, hospital_id: 34, symptoms: "loss-of-taste chest-pain sore-throat", test_result: "positive", test_date: "2020-06-07" },
            { id: 89, hospital_id: 79, symptoms: null, test_result: "negative", test_date: "2023-12-29" },
            { id: 90, hospital_id: 24, symptoms: "loss-of-smell chest-pain", test_result: "positive", test_date: "2022-12-06" },
            { id: 91, hospital_id: 25, symptoms: null, test_result: "negative", test_date: "2022-11-04" },
            { id: 92, hospital_id: 19, symptoms: null, test_result: "negative", test_date: "2022-02-24" },
            { id: 93, hospital_id: 19, symptoms: "cough", test_result: "positive", test_date: "2022-10-06" },
            { id: 94, hospital_id: 53, symptoms: "sore-throat joint-pain", test_result: "positive", test_date: "2020-07-24" },
            { id: 95, hospital_id: 7, symptoms: "muscle-pain shortness-of-breath congestion", test_result: "positive", test_date: "2022-01-21" },
            { id: 96, hospital_id: 2, symptoms: "muscle-pain dizziness sweating", test_result: "positive", test_date: "2022-11-05" },
            { id: 97, hospital_id: 60, symptoms: "fever", test_result: "positive", test_date: "2021-06-21" },
            { id: 98, hospital_id: 46, symptoms: "loss-of-taste congestion fever", test_result: "positive", test_date: "2021-03-03" },
            { id: 99, hospital_id: 71, symptoms: null, test_result: "negative", test_date: "2022-07-22" },
            { id: 100, hospital_id: 20, symptoms: "shortness-of-breath loss-of-smell", test_result: "positive", test_date: "2023-09-11" },
            { id: 101, hospital_id: 64, symptoms: "sweating sore-throat chills", test_result: "positive", test_date: "2023-01-10" },
            { id: 102, hospital_id: 35, symptoms: "cough", test_result: "positive", test_date: "2020-08-01" },
            { id: 103, hospital_id: 75, symptoms: "dizziness", test_result: "positive", test_date: "2021-07-17" },
            { id: 104, hospital_id: 67, symptoms: "muscle-pain headache", test_result: "positive", test_date: "2022-04-11" },
            { id: 105, hospital_id: 1, symptoms: "rash", test_result: "positive", test_date: "2023-06-12" },
            { id: 106, hospital_id: 11, symptoms: null, test_result: "negative", test_date: "2020-12-21" },
            { id: 107, hospital_id: 53, symptoms: "vomiting", test_result: "positive", test_date: "2022-04-09" },
            { id: 108, hospital_id: 17, symptoms: null, test_result: "negative", test_date: "2020-12-03" },
            { id: 109, hospital_id: 22, symptoms: "fever muscle-pain", test_result: "positive", test_date: "2022-12-02" },
            { id: 110, hospital_id: 28, symptoms: null, test_result: "negative", test_date: "2023-06-26" },
            { id: 111, hospital_id: 56, symptoms: "cough confusion", test_result: "positive", test_date: "2020-12-19" },
            { id: 112, hospital_id: 37, symptoms: "rash headache", test_result: "positive", test_date: "2023-07-10" },
            { id: 113, hospital_id: 3, symptoms: "sore-throat joint-pain loss-of-taste", test_result: "positive", test_date: "2023-09-15" },
            { id: 114, hospital_id: 15, symptoms: "confusion fatigue headache", test_result: "positive", test_date: "2021-07-19" },
            { id: 115, hospital_id: 7, symptoms: "abdominal-pain congestion", test_result: "positive", test_date: "2020-01-16" },
            { id: 116, hospital_id: 90, symptoms: "rash chills", test_result: "positive", test_date: "2023-10-28" },
            { id: 117, hospital_id: 74, symptoms: null, test_result: "negative", test_date: "2023-02-24" },
            { id: 118, hospital_id: 7, symptoms: "chills loss-of-smell abdominal-pain", test_result: "positive", test_date: "2021-04-07" },
            { id: 119, hospital_id: 55, symptoms: "abdominal-pain nausea chills", test_result: "positive", test_date: "2023-05-22" },
            { id: 120, hospital_id: 79, symptoms: "confusion", test_result: "positive", test_date: "2023-06-04" },
            { id: 121, hospital_id: 40, symptoms: "fever joint-pain diarrhea", test_result: "positive", test_date: "2022-08-12" },
            { id: 122, hospital_id: 7, symptoms: "fatigue", test_result: "positive", test_date: "2023-11-27" },
            { id: 123, hospital_id: 38, symptoms: null, test_result: "negative", test_date: "2023-05-17" },
            { id: 124, hospital_id: 78, symptoms: "abdominal-pain nausea", test_result: "positive", test_date: "2023-12-31" },
            { id: 125, hospital_id: 86, symptoms: "dizziness", test_result: "positive", test_date: "2020-07-13" },
            { id: 126, hospital_id: 94, symptoms: "loss-of-smell congestion diarrhea", test_result: "positive", test_date: "2020-08-31" },
            { id: 127, hospital_id: 40, symptoms: "shortness-of-breath fatigue", test_result: "positive", test_date: "2023-01-14" },
            { id: 128, hospital_id: 2, symptoms: "loss-of-smell", test_result: "positive", test_date: "2023-05-15" },
            { id: 129, hospital_id: 6, symptoms: "dizziness chills diarrhea", test_result: "positive", test_date: "2023-09-15" },
            { id: 130, hospital_id: 61, symptoms: "dizziness", test_result: "positive", test_date: "2021-02-28" },
            { id: 131, hospital_id: 44, symptoms: null, test_result: "negative", test_date: "2023-01-31" },
            { id: 132, hospital_id: 97, symptoms: "rash joint-pain", test_result: "positive", test_date: "2023-08-22" },
            { id: 133, hospital_id: 89, symptoms: "chills", test_result: "positive", test_date: "2023-01-31" },
            { id: 134, hospital_id: 97, symptoms: null, test_result: "negative", test_date: "2022-10-17" },
            { id: 135, hospital_id: 9, symptoms: null, test_result: "negative", test_date: "2021-07-26" },
            { id: 136, hospital_id: 89, symptoms: null, test_result: "negative", test_date: "2023-09-27" },
            { id: 137, hospital_id: 29, symptoms: "chest-pain cough rash", test_result: "positive", test_date: "2022-04-16" },
            { id: 138, hospital_id: 23, symptoms: "rash loss-of-smell", test_result: "positive", test_date: "2021-10-20" },
            { id: 139, hospital_id: 55, symptoms: null, test_result: "negative", test_date: "2020-01-10" },
            { id: 140, hospital_id: 9, symptoms: null, test_result: "negative", test_date: "2023-06-05" },
            { id: 141, hospital_id: 4, symptoms: "chills congestion loss-of-taste", test_result: "positive", test_date: "2020-04-12" },
            { id: 142, hospital_id: 35, symptoms: "diarrhea", test_result: "positive", test_date: "2020-12-29" },
            { id: 143, hospital_id: 66, symptoms: "shortness-of-breath rash abdominal-pain", test_result: "positive", test_date: "2022-02-09" },
            { id: 144, hospital_id: 36, symptoms: null, test_result: "negative", test_date: "2021-05-24" },
            { id: 145, hospital_id: 84, symptoms: "loss-of-taste joint-pain", test_result: "positive", test_date: "2022-09-23" },
            { id: 146, hospital_id: 38, symptoms: "vomiting", test_result: "positive", test_date: "2023-10-16" },
            { id: 147, hospital_id: 83, symptoms: null, test_result: "negative", test_date: "2021-08-02" },
            { id: 148, hospital_id: 83, symptoms: null, test_result: "negative", test_date: "2020-11-27" },
            { id: 149, hospital_id: 89, symptoms: "joint-pain", test_result: "positive", test_date: "2023-08-24" },
            { id: 150, hospital_id: 10, symptoms: null, test_result: "negative", test_date: "2023-11-01" },
            { id: 151, hospital_id: 16, symptoms: "muscle-pain loss-of-taste sweating", test_result: "positive", test_date: "2022-09-21" },
            { id: 152, hospital_id: 37, symptoms: "muscle-pain chills", test_result: "positive", test_date: "2023-08-19" },
            { id: 153, hospital_id: 35, symptoms: null, test_result: "negative", test_date: "2022-07-31" },
            { id: 154, hospital_id: 27, symptoms: "chest-pain", test_result: "positive", test_date: "2023-10-31" },
            { id: 155, hospital_id: 5, symptoms: "nausea diarrhea sweating", test_result: "positive", test_date: "2021-06-07" },
            { id: 156, hospital_id: 10, symptoms: "fatigue", test_result: "positive", test_date: "2022-04-09" },
            { id: 157, hospital_id: 77, symptoms: null, test_result: "negative", test_date: "2023-04-25" },
            { id: 158, hospital_id: 27, symptoms: null, test_result: "negative", test_date: "2022-07-10" },
            { id: 159, hospital_id: 70, symptoms: null, test_result: "negative", test_date: "2020-12-15" },
            { id: 160, hospital_id: 8, symptoms: null, test_result: "negative", test_date: "2023-05-24" },
            { id: 161, hospital_id: 98, symptoms: "loss-of-taste congestion sore-throat", test_result: "positive", test_date: "2023-09-02" },
            { id: 162, hospital_id: 33, symptoms: "joint-pain confusion", test_result: "positive", test_date: "2023-10-09" },
            { id: 163, hospital_id: 54, symptoms: "muscle-pain loss-of-taste", test_result: "positive", test_date: "2020-11-01" },
            { id: 164, hospital_id: 27, symptoms: "rash joint-pain", test_result: "positive", test_date: "2021-06-03" },
            { id: 165, hospital_id: 92, symptoms: "sweating", test_result: "positive", test_date: "2022-12-03" },
            { id: 166, hospital_id: 64, symptoms: null, test_result: "negative", test_date: "2020-12-21" },
            { id: 167, hospital_id: 87, symptoms: null, test_result: "negative", test_date: "2020-02-18" },
            { id: 168, hospital_id: 10, symptoms: null, test_result: "negative", test_date: "2021-01-28" },
            { id: 169, hospital_id: 53, symptoms: "confusion sore-throat fatigue", test_result: "positive", test_date: "2020-03-02" },
            { id: 170, hospital_id: 97, symptoms: null, test_result: "negative", test_date: "2023-08-02" },
            { id: 171, hospital_id: 86, symptoms: "sore-throat", test_result: "positive", test_date: "2023-02-01" },
            { id: 172, hospital_id: 56, symptoms: "confusion", test_result: "positive", test_date: "2022-01-10" },
            { id: 173, hospital_id: 47, symptoms: "shortness-of-breath nausea chest-pain", test_result: "positive", test_date: "2022-03-07" },
            { id: 174, hospital_id: 43, symptoms: "loss-of-smell", test_result: "positive", test_date: "2023-08-12" },
            { id: 175, hospital_id: 24, symptoms: null, test_result: "negative", test_date: "2023-06-04" },
            { id: 176, hospital_id: 20, symptoms: "chills", test_result: "positive", test_date: "2023-08-03" },
            { id: 177, hospital_id: 100, symptoms: null, test_result: "negative", test_date: "2020-06-27" },
            { id: 178, hospital_id: 48, symptoms: "confusion", test_result: "positive", test_date: "2023-01-06" },
            { id: 179, hospital_id: 64, symptoms: "loss-of-smell fever congestion", test_result: "positive", test_date: "2022-09-19" },
            { id: 180, hospital_id: 5, symptoms: "headache fever loss-of-taste", test_result: "positive", test_date: "2020-07-07" },
            { id: 181, hospital_id: 14, symptoms: null, test_result: "negative", test_date: "2023-02-05" },
            { id: 182, hospital_id: 46, symptoms: null, test_result: "negative", test_date: "2021-05-28" },
            { id: 183, hospital_id: 76, symptoms: null, test_result: "negative", test_date: "2022-11-17" },
            { id: 184, hospital_id: 10, symptoms: null, test_result: "negative", test_date: "2021-01-23" },
            { id: 185, hospital_id: 74, symptoms: "congestion", test_result: "positive", test_date: "2022-03-25" },
            { id: 186, hospital_id: 69, symptoms: "fatigue sweating", test_result: "positive", test_date: "2022-11-02" },
            { id: 187, hospital_id: 13, symptoms: null, test_result: "negative", test_date: "2021-04-15" },
            { id: 188, hospital_id: 46, symptoms: "congestion rash loss-of-smell", test_result: "positive", test_date: "2021-11-06" },
            { id: 189, hospital_id: 43, symptoms: "vomiting", test_result: "positive", test_date: "2022-12-21" },
            { id: 190, hospital_id: 85, symptoms: null, test_result: "negative", test_date: "2023-06-11" },
            { id: 191, hospital_id: 49, symptoms: "joint-pain fatigue chest-pain", test_result: "positive", test_date: "2023-10-20" },
            { id: 192, hospital_id: 83, symptoms: "loss-of-smell", test_result: "positive", test_date: "2020-08-19" },
            { id: 193, hospital_id: 82, symptoms: "abdominal-pain", test_result: "positive", test_date: "2020-12-01" },
            { id: 194, hospital_id: 11, symptoms: "rash", test_result: "positive", test_date: "2023-10-11" },
            { id: 195, hospital_id: 9, symptoms: "chest-pain nausea confusion", test_result: "positive", test_date: "2021-07-18" },
            { id: 196, hospital_id: 5, symptoms: "vomiting", test_result: "positive", test_date: "2023-08-21" },
            { id: 197, hospital_id: 3, symptoms: "fatigue dizziness abdominal-pain", test_result: "positive", test_date: "2023-11-10" },
            { id: 198, hospital_id: 45, symptoms: "loss-of-taste fever", test_result: "positive", test_date: "2023-01-18" },
            { id: 199, hospital_id: 4, symptoms: "loss-of-taste diarrhea chest-pain", test_result: "positive", test_date: "2021-06-26" },
            { id: 200, hospital_id: 69, symptoms: "sweating sore-throat fatigue", test_result: "positive", test_date: "2023-04-28" },
        ],
    });
    await prisma.vaccinations.createMany({
        data: [
            { id: 1, patient_id: 104, vaccine_type: "Pfizer", vaccination_date: "2020-10-12" },
            { id: 2, patient_id: 181, vaccine_type: "Moderna", vaccination_date: "2020-12-24" },
            { id: 3, patient_id: 50, vaccine_type: "Moderna", vaccination_date: "2022-02-14" },
            { id: 4, patient_id: 39, vaccine_type: "AstraZeneca", vaccination_date: "2022-12-26" },
            { id: 5, patient_id: 138, vaccine_type: "Moderna", vaccination_date: "2022-11-06" },
            { id: 6, patient_id: 124, vaccine_type: "Pfizer", vaccination_date: "2023-02-17" },
            { id: 7, patient_id: 94, vaccine_type: "Moderna", vaccination_date: "2021-10-15" },
            { id: 8, patient_id: 41, vaccine_type: "AstraZeneca", vaccination_date: "2023-12-26" },
            { id: 9, patient_id: 107, vaccine_type: "Pfizer", vaccination_date: "2021-08-13" },
            { id: 10, patient_id: 140, vaccine_type: "Pfizer", vaccination_date: "2023-01-27" },
            { id: 11, patient_id: 13, vaccine_type: "Moderna", vaccination_date: "2023-07-08" },
            { id: 12, patient_id: 144, vaccine_type: "Pfizer", vaccination_date: "2022-11-06" },
            { id: 13, patient_id: 87, vaccine_type: "Moderna", vaccination_date: "2021-12-29" },
            { id: 14, patient_id: 11, vaccine_type: "Moderna", vaccination_date: "2022-11-12" },
            { id: 15, patient_id: 107, vaccine_type: "Moderna", vaccination_date: "2021-07-24" },
            { id: 16, patient_id: 158, vaccine_type: "Moderna", vaccination_date: "2023-03-25" },
            { id: 17, patient_id: 145, vaccine_type: "Moderna", vaccination_date: "2022-02-28" },
            { id: 18, patient_id: 200, vaccine_type: "Pfizer", vaccination_date: "2022-09-09" },
            { id: 19, patient_id: 47, vaccine_type: "Pfizer", vaccination_date: "2020-09-02" },
            { id: 20, patient_id: 53, vaccine_type: "Johnson & Johnson", vaccination_date: "2021-01-26" },
            { id: 21, patient_id: 198, vaccine_type: "Pfizer", vaccination_date: "2020-09-14" },
            { id: 22, patient_id: 110, vaccine_type: "Moderna", vaccination_date: "2023-12-03" },
            { id: 23, patient_id: 196, vaccine_type: "Pfizer", vaccination_date: "2020-12-03" },
            { id: 24, patient_id: 200, vaccine_type: "Pfizer", vaccination_date: "2023-04-24" },
            { id: 25, patient_id: 38, vaccine_type: "AstraZeneca", vaccination_date: "2023-06-17" },
            { id: 26, patient_id: 87, vaccine_type: "Johnson & Johnson", vaccination_date: "2022-08-26" },
            { id: 27, patient_id: 90, vaccine_type: "Moderna", vaccination_date: "2020-02-25" },
            { id: 28, patient_id: 1, vaccine_type: "Johnson & Johnson", vaccination_date: "2020-12-20" },
            { id: 29, patient_id: 190, vaccine_type: "Moderna", vaccination_date: "2022-06-22" },
            { id: 30, patient_id: 99, vaccine_type: "Pfizer", vaccination_date: "2023-11-27" },
            { id: 31, patient_id: 48, vaccine_type: "AstraZeneca", vaccination_date: "2022-05-11" },
            { id: 32, patient_id: 137, vaccine_type: "Pfizer", vaccination_date: "2020-08-10" },
            { id: 33, patient_id: 8, vaccine_type: "Pfizer", vaccination_date: "2021-10-30" },
            { id: 34, patient_id: 40, vaccine_type: "Moderna", vaccination_date: "2020-09-04" },
            { id: 35, patient_id: 105, vaccine_type: "Pfizer", vaccination_date: "2023-09-08" },
            { id: 36, patient_id: 190, vaccine_type: "Pfizer", vaccination_date: "2023-10-16" },
            { id: 37, patient_id: 188, vaccine_type: "Pfizer", vaccination_date: "2022-09-25" },
            { id: 38, patient_id: 92, vaccine_type: "Moderna", vaccination_date: "2022-08-25" },
            { id: 39, patient_id: 106, vaccine_type: "Pfizer", vaccination_date: "2020-07-30" },
            { id: 40, patient_id: 198, vaccine_type: "Pfizer", vaccination_date: "2023-02-28" },
            { id: 41, patient_id: 104, vaccine_type: "Pfizer", vaccination_date: "2020-01-08" },
            { id: 42, patient_id: 101, vaccine_type: "Moderna", vaccination_date: "2021-10-10" },
            { id: 43, patient_id: 166, vaccine_type: "Moderna", vaccination_date: "2020-05-14" },
            { id: 44, patient_id: 77, vaccine_type: "Pfizer", vaccination_date: "2022-01-01" },
            { id: 45, patient_id: 21, vaccine_type: "AstraZeneca", vaccination_date: "2022-01-31" },
            { id: 46, patient_id: 29, vaccine_type: "Pfizer", vaccination_date: "2023-12-17" },
            { id: 47, patient_id: 147, vaccine_type: "Pfizer", vaccination_date: "2022-09-22" },
            { id: 48, patient_id: 131, vaccine_type: "AstraZeneca", vaccination_date: "2023-08-27" },
            { id: 49, patient_id: 15, vaccine_type: "Moderna", vaccination_date: "2020-12-26" },
            { id: 50, patient_id: 160, vaccine_type: "Moderna", vaccination_date: "2022-03-25" },
            { id: 51, patient_id: 158, vaccine_type: "Pfizer", vaccination_date: "2023-10-20" },
            { id: 52, patient_id: 196, vaccine_type: "Pfizer", vaccination_date: "2021-09-10" },
            { id: 53, patient_id: 52, vaccine_type: "Pfizer", vaccination_date: "2023-10-03" },
            { id: 54, patient_id: 73, vaccine_type: "Pfizer", vaccination_date: "2022-08-21" },
            { id: 55, patient_id: 160, vaccine_type: "Moderna", vaccination_date: "2022-06-22" },
            { id: 56, patient_id: 6, vaccine_type: "Moderna", vaccination_date: "2023-12-28" },
            { id: 57, patient_id: 100, vaccine_type: "Moderna", vaccination_date: "2022-05-19" },
            { id: 58, patient_id: 178, vaccine_type: "Pfizer", vaccination_date: "2023-12-04" },
            { id: 59, patient_id: 37, vaccine_type: "Pfizer", vaccination_date: "2020-02-27" },
            { id: 60, patient_id: 40, vaccine_type: "AstraZeneca", vaccination_date: "2021-02-14" },
            { id: 61, patient_id: 197, vaccine_type: "Pfizer", vaccination_date: "2023-01-06" },
            { id: 62, patient_id: 34, vaccine_type: "AstraZeneca", vaccination_date: "2020-02-14" },
            { id: 63, patient_id: 88, vaccine_type: "Pfizer", vaccination_date: "2021-04-13" },
            { id: 64, patient_id: 110, vaccine_type: "Pfizer", vaccination_date: "2022-02-21" },
            { id: 65, patient_id: 129, vaccine_type: "Moderna", vaccination_date: "2022-01-09" },
            { id: 66, patient_id: 114, vaccine_type: "Pfizer", vaccination_date: "2021-04-30" },
            { id: 67, patient_id: 34, vaccine_type: "Pfizer", vaccination_date: "2022-12-13" },
            { id: 68, patient_id: 117, vaccine_type: "AstraZeneca", vaccination_date: "2020-12-20" },
            { id: 69, patient_id: 66, vaccine_type: "Pfizer", vaccination_date: "2023-10-27" },
            { id: 70, patient_id: 121, vaccine_type: "AstraZeneca", vaccination_date: "2023-08-11" },
            { id: 71, patient_id: 35, vaccine_type: "AstraZeneca", vaccination_date: "2021-03-22" },
            { id: 72, patient_id: 62, vaccine_type: "Moderna", vaccination_date: "2022-02-06" },
            { id: 73, patient_id: 50, vaccine_type: "Moderna", vaccination_date: "2021-08-05" },
            { id: 74, patient_id: 145, vaccine_type: "Pfizer", vaccination_date: "2022-05-26" },
            { id: 75, patient_id: 162, vaccine_type: "Pfizer", vaccination_date: "2021-04-01" },
            { id: 76, patient_id: 106, vaccine_type: "Moderna", vaccination_date: "2022-06-10" },
            { id: 77, patient_id: 181, vaccine_type: "Moderna", vaccination_date: "2023-01-06" },
            { id: 78, patient_id: 52, vaccine_type: "Moderna", vaccination_date: "2020-10-24" },
            { id: 79, patient_id: 138, vaccine_type: "Pfizer", vaccination_date: "2021-02-18" },
            { id: 80, patient_id: 108, vaccine_type: "AstraZeneca", vaccination_date: "2020-05-31" },
            { id: 81, patient_id: 47, vaccine_type: "Moderna", vaccination_date: "2023-01-06" },
            { id: 82, patient_id: 73, vaccine_type: "AstraZeneca", vaccination_date: "2020-09-07" },
            { id: 83, patient_id: 38, vaccine_type: "Pfizer", vaccination_date: "2022-11-09" },
            { id: 84, patient_id: 84, vaccine_type: "Moderna", vaccination_date: "2020-12-27" },
            { id: 85, patient_id: 38, vaccine_type: "Moderna", vaccination_date: "2023-05-08" },
            { id: 86, patient_id: 29, vaccine_type: "Johnson & Johnson", vaccination_date: "2022-09-10" },
            { id: 87, patient_id: 84, vaccine_type: "Moderna", vaccination_date: "2020-05-02" },
            { id: 88, patient_id: 189, vaccine_type: "AstraZeneca", vaccination_date: "2023-10-30" },
            { id: 89, patient_id: 103, vaccine_type: "Moderna", vaccination_date: "2023-01-25" },
            { id: 90, patient_id: 88, vaccine_type: "Pfizer", vaccination_date: "2021-09-07" },
            { id: 91, patient_id: 163, vaccine_type: "Pfizer", vaccination_date: "2022-12-21" },
            { id: 92, patient_id: 59, vaccine_type: "AstraZeneca", vaccination_date: "2021-01-20" },
            { id: 93, patient_id: 155, vaccine_type: "Pfizer", vaccination_date: "2020-02-23" },
            { id: 94, patient_id: 125, vaccine_type: "Pfizer", vaccination_date: "2021-02-22" },
            { id: 95, patient_id: 46, vaccine_type: "Moderna", vaccination_date: "2022-08-12" },
            { id: 96, patient_id: 93, vaccine_type: "Moderna", vaccination_date: "2022-11-28" },
            { id: 97, patient_id: 198, vaccine_type: "Moderna", vaccination_date: "2020-08-10" },
            { id: 98, patient_id: 160, vaccine_type: "Pfizer", vaccination_date: "2022-11-25" },
            { id: 99, patient_id: 196, vaccine_type: "Johnson & Johnson", vaccination_date: "2022-10-11" },
            { id: 100, patient_id: 63, vaccine_type: "Johnson & Johnson", vaccination_date: "2023-01-12" },
            { id: 101, patient_id: 153, vaccine_type: "Moderna", vaccination_date: "2020-05-28" },
            { id: 102, patient_id: 44, vaccine_type: "AstraZeneca", vaccination_date: "2021-07-02" },
            { id: 103, patient_id: 159, vaccine_type: "Moderna", vaccination_date: "2023-10-30" },
            { id: 104, patient_id: 150, vaccine_type: "Pfizer", vaccination_date: "2021-10-29" },
            { id: 105, patient_id: 53, vaccine_type: "Pfizer", vaccination_date: "2021-10-17" },
            { id: 106, patient_id: 107, vaccine_type: "Moderna", vaccination_date: "2023-03-12" },
            { id: 107, patient_id: 22, vaccine_type: "Pfizer", vaccination_date: "2023-05-14" },
            { id: 108, patient_id: 86, vaccine_type: "Moderna", vaccination_date: "2020-11-06" },
            { id: 109, patient_id: 146, vaccine_type: "Moderna", vaccination_date: "2020-08-20" },
            { id: 110, patient_id: 108, vaccine_type: "Moderna", vaccination_date: "2023-10-31" },
            { id: 111, patient_id: 76, vaccine_type: "Pfizer", vaccination_date: "2022-01-23" },
            { id: 112, patient_id: 42, vaccine_type: "Pfizer", vaccination_date: "2023-12-07" },
            { id: 113, patient_id: 109, vaccine_type: "Pfizer", vaccination_date: "2023-01-26" },
            { id: 114, patient_id: 192, vaccine_type: "AstraZeneca", vaccination_date: "2022-08-08" },
            { id: 115, patient_id: 149, vaccine_type: "AstraZeneca", vaccination_date: "2021-02-09" },
            { id: 116, patient_id: 10, vaccine_type: "Pfizer", vaccination_date: "2020-08-19" },
            { id: 117, patient_id: 72, vaccine_type: "AstraZeneca", vaccination_date: "2021-07-31" },
            { id: 118, patient_id: 25, vaccine_type: "Moderna", vaccination_date: "2023-10-12" },
            { id: 119, patient_id: 16, vaccine_type: "Pfizer", vaccination_date: "2020-03-25" },
            { id: 120, patient_id: 86, vaccine_type: "Pfizer", vaccination_date: "2021-12-22" },
            { id: 121, patient_id: 194, vaccine_type: "AstraZeneca", vaccination_date: "2023-08-15" },
            { id: 122, patient_id: 163, vaccine_type: "Moderna", vaccination_date: "2021-08-19" },
            { id: 123, patient_id: 124, vaccine_type: "Moderna", vaccination_date: "2021-02-19" },
            { id: 124, patient_id: 46, vaccine_type: "AstraZeneca", vaccination_date: "2023-12-12" },
            { id: 125, patient_id: 47, vaccine_type: "Pfizer", vaccination_date: "2022-11-22" },
            { id: 126, patient_id: 52, vaccine_type: "Pfizer", vaccination_date: "2021-01-11" },
            { id: 127, patient_id: 175, vaccine_type: "Pfizer", vaccination_date: "2022-09-15" },
            { id: 128, patient_id: 130, vaccine_type: "Pfizer", vaccination_date: "2022-01-11" },
            { id: 129, patient_id: 172, vaccine_type: "AstraZeneca", vaccination_date: "2023-01-13" },
            { id: 130, patient_id: 11, vaccine_type: "AstraZeneca", vaccination_date: "2023-08-01" },
            { id: 131, patient_id: 200, vaccine_type: "Pfizer", vaccination_date: "2022-08-22" },
            { id: 132, patient_id: 48, vaccine_type: "AstraZeneca", vaccination_date: "2020-12-18" },
            { id: 133, patient_id: 143, vaccine_type: "Pfizer", vaccination_date: "2023-08-21" },
            { id: 134, patient_id: 2, vaccine_type: "AstraZeneca", vaccination_date: "2023-12-08" },
            { id: 135, patient_id: 92, vaccine_type: "Pfizer", vaccination_date: "2023-10-21" },
            { id: 136, patient_id: 93, vaccine_type: "Moderna", vaccination_date: "2021-12-01" },
            { id: 137, patient_id: 137, vaccine_type: "Johnson & Johnson", vaccination_date: "2020-11-15" },
            { id: 138, patient_id: 87, vaccine_type: "Pfizer", vaccination_date: "2021-10-04" },
            { id: 139, patient_id: 195, vaccine_type: "Pfizer", vaccination_date: "2022-01-28" },
            { id: 140, patient_id: 154, vaccine_type: "Johnson & Johnson", vaccination_date: "2022-10-29" },
            { id: 141, patient_id: 74, vaccine_type: "Johnson & Johnson", vaccination_date: "2020-02-12" },
            { id: 142, patient_id: 14, vaccine_type: "Pfizer", vaccination_date: "2023-06-16" },
            { id: 143, patient_id: 140, vaccine_type: "Moderna", vaccination_date: "2020-10-02" },
            { id: 144, patient_id: 140, vaccine_type: "Pfizer", vaccination_date: "2023-03-28" },
            { id: 145, patient_id: 63, vaccine_type: "Pfizer", vaccination_date: "2021-03-07" },
            { id: 146, patient_id: 96, vaccine_type: "Pfizer", vaccination_date: "2023-09-21" },
            { id: 147, patient_id: 109, vaccine_type: "Pfizer", vaccination_date: "2021-01-08" },
            { id: 148, patient_id: 45, vaccine_type: "Johnson & Johnson", vaccination_date: "2023-03-02" },
            { id: 149, patient_id: 71, vaccine_type: "Pfizer", vaccination_date: "2020-02-02" },
            { id: 150, patient_id: 17, vaccine_type: "AstraZeneca", vaccination_date: "2021-09-24" },
            { id: 151, patient_id: 188, vaccine_type: "Pfizer", vaccination_date: "2021-06-07" },
            { id: 152, patient_id: 60, vaccine_type: "AstraZeneca", vaccination_date: "2021-09-08" },
            { id: 153, patient_id: 172, vaccine_type: "Pfizer", vaccination_date: "2020-12-11" },
            { id: 154, patient_id: 84, vaccine_type: "Pfizer", vaccination_date: "2022-01-06" },
            { id: 155, patient_id: 100, vaccine_type: "Moderna", vaccination_date: "2023-09-06" },
            { id: 156, patient_id: 113, vaccine_type: "AstraZeneca", vaccination_date: "2021-12-16" },
            { id: 157, patient_id: 21, vaccine_type: "Moderna", vaccination_date: "2022-09-17" },
            { id: 158, patient_id: 122, vaccine_type: "Moderna", vaccination_date: "2020-02-11" },
            { id: 159, patient_id: 26, vaccine_type: "Moderna", vaccination_date: "2020-12-24" },
            { id: 160, patient_id: 129, vaccine_type: "AstraZeneca", vaccination_date: "2021-11-22" },
            { id: 161, patient_id: 76, vaccine_type: "Moderna", vaccination_date: "2023-07-01" },
            { id: 162, patient_id: 30, vaccine_type: "AstraZeneca", vaccination_date: "2020-07-19" },
            { id: 163, patient_id: 196, vaccine_type: "Pfizer", vaccination_date: "2023-07-21" },
            { id: 164, patient_id: 15, vaccine_type: "Pfizer", vaccination_date: "2022-01-27" },
            { id: 165, patient_id: 44, vaccine_type: "Moderna", vaccination_date: "2021-02-02" },
            { id: 166, patient_id: 5, vaccine_type: "Moderna", vaccination_date: "2022-10-10" },
            { id: 167, patient_id: 135, vaccine_type: "Moderna", vaccination_date: "2022-11-21" },
            { id: 168, patient_id: 187, vaccine_type: "AstraZeneca", vaccination_date: "2021-02-22" },
            { id: 169, patient_id: 99, vaccine_type: "Johnson & Johnson", vaccination_date: "2022-03-04" },
            { id: 170, patient_id: 75, vaccine_type: "AstraZeneca", vaccination_date: "2023-09-25" },
            { id: 171, patient_id: 61, vaccine_type: "Moderna", vaccination_date: "2022-08-22" },
            { id: 172, patient_id: 139, vaccine_type: "Johnson & Johnson", vaccination_date: "2020-01-20" },
            { id: 173, patient_id: 86, vaccine_type: "Pfizer", vaccination_date: "2020-04-23" },
            { id: 174, patient_id: 89, vaccine_type: "Pfizer", vaccination_date: "2023-04-06" },
            { id: 175, patient_id: 22, vaccine_type: "Moderna", vaccination_date: "2020-04-25" },
            { id: 176, patient_id: 19, vaccine_type: "Pfizer", vaccination_date: "2023-10-16" },
            { id: 177, patient_id: 141, vaccine_type: "Moderna", vaccination_date: "2022-12-30" },
            { id: 178, patient_id: 176, vaccine_type: "Pfizer", vaccination_date: "2021-10-25" },
            { id: 179, patient_id: 165, vaccine_type: "Johnson & Johnson", vaccination_date: "2023-09-24" },
            { id: 180, patient_id: 180, vaccine_type: "Moderna", vaccination_date: "2020-02-03" },
            { id: 181, patient_id: 184, vaccine_type: "Pfizer", vaccination_date: "2021-01-05" },
            { id: 182, patient_id: 132, vaccine_type: "Moderna", vaccination_date: "2020-03-30" },
            { id: 183, patient_id: 98, vaccine_type: "Pfizer", vaccination_date: "2023-08-21" },
            { id: 184, patient_id: 46, vaccine_type: "Moderna", vaccination_date: "2023-10-19" },
            { id: 185, patient_id: 7, vaccine_type: "Moderna", vaccination_date: "2022-07-10" },
            { id: 186, patient_id: 100, vaccine_type: "AstraZeneca", vaccination_date: "2022-12-01" },
            { id: 187, patient_id: 70, vaccine_type: "Pfizer", vaccination_date: "2022-06-21" },
            { id: 188, patient_id: 64, vaccine_type: "Johnson & Johnson", vaccination_date: "2022-01-08" },
            { id: 189, patient_id: 56, vaccine_type: "Johnson & Johnson", vaccination_date: "2020-08-10" },
            { id: 190, patient_id: 119, vaccine_type: "Moderna", vaccination_date: "2023-05-14" },
            { id: 191, patient_id: 129, vaccine_type: "AstraZeneca", vaccination_date: "2021-11-16" },
            { id: 192, patient_id: 38, vaccine_type: "Moderna", vaccination_date: "2023-07-09" },
            { id: 193, patient_id: 103, vaccine_type: "AstraZeneca", vaccination_date: "2023-08-19" },
            { id: 194, patient_id: 75, vaccine_type: "Pfizer", vaccination_date: "2023-12-24" },
            { id: 195, patient_id: 47, vaccine_type: "AstraZeneca", vaccination_date: "2022-06-06" },
            { id: 196, patient_id: 158, vaccine_type: "Pfizer", vaccination_date: "2020-06-28" },
            { id: 197, patient_id: 192, vaccine_type: "Pfizer", vaccination_date: "2023-12-07" },
            { id: 198, patient_id: 47, vaccine_type: "Moderna", vaccination_date: "2020-06-02" },
            { id: 199, patient_id: 66, vaccine_type: "Johnson & Johnson", vaccination_date: "2020-10-08" },
            { id: 200, patient_id: 149, vaccine_type: "Pfizer", vaccination_date: "2023-05-18" },
            { id: 201, patient_id: 152, vaccine_type: "Moderna", vaccination_date: "2022-02-17" },
            { id: 202, patient_id: 57, vaccine_type: "Moderna", vaccination_date: "2022-08-08" },
            { id: 203, patient_id: 138, vaccine_type: "Moderna", vaccination_date: "2022-12-29" },
            { id: 204, patient_id: 196, vaccine_type: "Moderna", vaccination_date: "2021-09-17" },
            { id: 205, patient_id: 70, vaccine_type: "Pfizer", vaccination_date: "2022-10-25" },
            { id: 206, patient_id: 199, vaccine_type: "Pfizer", vaccination_date: "2022-07-06" },
            { id: 207, patient_id: 145, vaccine_type: "Pfizer", vaccination_date: "2021-09-15" },
            { id: 208, patient_id: 60, vaccine_type: "AstraZeneca", vaccination_date: "2021-07-22" },
            { id: 209, patient_id: 138, vaccine_type: "Moderna", vaccination_date: "2020-05-16" },
            { id: 210, patient_id: 187, vaccine_type: "Moderna", vaccination_date: "2020-02-06" },
            { id: 211, patient_id: 198, vaccine_type: "Pfizer", vaccination_date: "2021-10-21" },
            { id: 212, patient_id: 181, vaccine_type: "Pfizer", vaccination_date: "2020-12-20" },
            { id: 213, patient_id: 81, vaccine_type: "Moderna", vaccination_date: "2023-03-08" },
            { id: 214, patient_id: 5, vaccine_type: "AstraZeneca", vaccination_date: "2021-01-12" },
            { id: 215, patient_id: 99, vaccine_type: "Pfizer", vaccination_date: "2021-11-29" },
            { id: 216, patient_id: 84, vaccine_type: "Pfizer", vaccination_date: "2022-08-06" },
            { id: 217, patient_id: 95, vaccine_type: "Pfizer", vaccination_date: "2022-12-26" },
            { id: 218, patient_id: 184, vaccine_type: "Moderna", vaccination_date: "2020-08-14" },
            { id: 219, patient_id: 176, vaccine_type: "Moderna", vaccination_date: "2020-11-26" },
            { id: 220, patient_id: 196, vaccine_type: "Moderna", vaccination_date: "2023-02-28" },
            { id: 221, patient_id: 95, vaccine_type: "Pfizer", vaccination_date: "2021-03-06" },
            { id: 222, patient_id: 116, vaccine_type: "Pfizer", vaccination_date: "2023-10-09" },
            { id: 223, patient_id: 198, vaccine_type: "Pfizer", vaccination_date: "2022-08-22" },
            { id: 224, patient_id: 58, vaccine_type: "Moderna", vaccination_date: "2020-07-21" },
            { id: 225, patient_id: 69, vaccine_type: "AstraZeneca", vaccination_date: "2023-09-22" },
            { id: 226, patient_id: 167, vaccine_type: "Pfizer", vaccination_date: "2023-12-24" },
            { id: 227, patient_id: 111, vaccine_type: "AstraZeneca", vaccination_date: "2022-12-04" },
            { id: 228, patient_id: 32, vaccine_type: "Moderna", vaccination_date: "2022-11-17" },
            { id: 229, patient_id: 133, vaccine_type: "Pfizer", vaccination_date: "2020-03-15" },
            { id: 230, patient_id: 56, vaccine_type: "Moderna", vaccination_date: "2020-11-15" },
            { id: 231, patient_id: 149, vaccine_type: "AstraZeneca", vaccination_date: "2021-10-18" },
            { id: 232, patient_id: 157, vaccine_type: "Pfizer", vaccination_date: "2023-11-02" },
            { id: 233, patient_id: 186, vaccine_type: "Pfizer", vaccination_date: "2021-10-05" },
            { id: 234, patient_id: 33, vaccine_type: "Pfizer", vaccination_date: "2022-01-29" },
            { id: 235, patient_id: 94, vaccine_type: "Johnson & Johnson", vaccination_date: "2023-11-24" },
            { id: 236, patient_id: 179, vaccine_type: "Johnson & Johnson", vaccination_date: "2022-10-04" },
            { id: 237, patient_id: 78, vaccine_type: "Moderna", vaccination_date: "2020-04-26" },
            { id: 238, patient_id: 2, vaccine_type: "Pfizer", vaccination_date: "2022-10-28" },
            { id: 239, patient_id: 180, vaccine_type: "Johnson & Johnson", vaccination_date: "2023-11-15" },
            { id: 240, patient_id: 86, vaccine_type: "Pfizer", vaccination_date: "2023-01-31" },
            { id: 241, patient_id: 153, vaccine_type: "Johnson & Johnson", vaccination_date: "2021-12-19" },
            { id: 242, patient_id: 51, vaccine_type: "Moderna", vaccination_date: "2020-06-09" },
            { id: 243, patient_id: 119, vaccine_type: "Pfizer", vaccination_date: "2023-07-23" },
            { id: 244, patient_id: 58, vaccine_type: "Moderna", vaccination_date: "2021-11-10" },
            { id: 245, patient_id: 21, vaccine_type: "Moderna", vaccination_date: "2021-10-02" },
            { id: 246, patient_id: 18, vaccine_type: "Pfizer", vaccination_date: "2022-11-10" },
            { id: 247, patient_id: 192, vaccine_type: "Pfizer", vaccination_date: "2022-05-21" },
            { id: 248, patient_id: 111, vaccine_type: "AstraZeneca", vaccination_date: "2020-11-21" },
            { id: 249, patient_id: 85, vaccine_type: "Johnson & Johnson", vaccination_date: "2020-10-13" },
            { id: 250, patient_id: 85, vaccine_type: "Moderna", vaccination_date: "2021-05-07" },
            { id: 251, patient_id: 105, vaccine_type: "AstraZeneca", vaccination_date: "2023-04-04" },
            { id: 252, patient_id: 55, vaccine_type: "AstraZeneca", vaccination_date: "2022-02-21" },
            { id: 253, patient_id: 178, vaccine_type: "Moderna", vaccination_date: "2020-11-10" },
            { id: 254, patient_id: 100, vaccine_type: "Moderna", vaccination_date: "2021-01-27" },
            { id: 255, patient_id: 88, vaccine_type: "Pfizer", vaccination_date: "2022-03-31" },
            { id: 256, patient_id: 38, vaccine_type: "Moderna", vaccination_date: "2021-11-06" },
            { id: 257, patient_id: 158, vaccine_type: "AstraZeneca", vaccination_date: "2023-07-25" },
            { id: 258, patient_id: 57, vaccine_type: "Moderna", vaccination_date: "2023-02-22" },
            { id: 259, patient_id: 2, vaccine_type: "AstraZeneca", vaccination_date: "2021-05-01" },
            { id: 260, patient_id: 183, vaccine_type: "Pfizer", vaccination_date: "2020-08-31" },
            { id: 261, patient_id: 177, vaccine_type: "Johnson & Johnson", vaccination_date: "2023-08-31" },
            { id: 262, patient_id: 141, vaccine_type: "AstraZeneca", vaccination_date: "2023-04-14" },
            { id: 263, patient_id: 73, vaccine_type: "Pfizer", vaccination_date: "2022-02-11" },
            { id: 264, patient_id: 108, vaccine_type: "Pfizer", vaccination_date: "2020-02-19" },
            { id: 265, patient_id: 113, vaccine_type: "Pfizer", vaccination_date: "2023-03-08" },
            { id: 266, patient_id: 162, vaccine_type: "Pfizer", vaccination_date: "2020-10-28" },
            { id: 267, patient_id: 11, vaccine_type: "Moderna", vaccination_date: "2021-11-21" },
            { id: 268, patient_id: 59, vaccine_type: "AstraZeneca", vaccination_date: "2021-11-30" },
            { id: 269, patient_id: 129, vaccine_type: "Moderna", vaccination_date: "2023-11-22" },
            { id: 270, patient_id: 72, vaccine_type: "Moderna", vaccination_date: "2021-12-21" },
            { id: 271, patient_id: 43, vaccine_type: "Pfizer", vaccination_date: "2020-11-15" },
            { id: 272, patient_id: 125, vaccine_type: "Pfizer", vaccination_date: "2021-04-07" },
            { id: 273, patient_id: 185, vaccine_type: "Moderna", vaccination_date: "2020-11-05" },
            { id: 274, patient_id: 107, vaccine_type: "Pfizer", vaccination_date: "2021-05-03" },
            { id: 275, patient_id: 167, vaccine_type: "Moderna", vaccination_date: "2022-03-01" },
            { id: 276, patient_id: 138, vaccine_type: "Moderna", vaccination_date: "2023-08-22" },
            { id: 277, patient_id: 135, vaccine_type: "AstraZeneca", vaccination_date: "2023-01-17" },
            { id: 278, patient_id: 15, vaccine_type: "Pfizer", vaccination_date: "2021-02-06" },
            { id: 279, patient_id: 61, vaccine_type: "Moderna", vaccination_date: "2023-09-05" },
            { id: 280, patient_id: 156, vaccine_type: "Moderna", vaccination_date: "2020-03-11" },
            { id: 281, patient_id: 179, vaccine_type: "Pfizer", vaccination_date: "2023-11-26" },
            { id: 282, patient_id: 3, vaccine_type: "Moderna", vaccination_date: "2023-01-14" },
            { id: 283, patient_id: 182, vaccine_type: "Pfizer", vaccination_date: "2020-10-06" },
            { id: 284, patient_id: 18, vaccine_type: "Pfizer", vaccination_date: "2020-01-05" },
            { id: 285, patient_id: 124, vaccine_type: "Pfizer", vaccination_date: "2022-09-13" },
            { id: 286, patient_id: 31, vaccine_type: "Moderna", vaccination_date: "2023-03-09" },
            { id: 287, patient_id: 43, vaccine_type: "Moderna", vaccination_date: "2023-01-17" },
            { id: 288, patient_id: 39, vaccine_type: "Pfizer", vaccination_date: "2021-10-17" },
            { id: 289, patient_id: 100, vaccine_type: "Moderna", vaccination_date: "2020-08-30" },
            { id: 290, patient_id: 82, vaccine_type: "Pfizer", vaccination_date: "2020-11-10" },
            { id: 291, patient_id: 48, vaccine_type: "AstraZeneca", vaccination_date: "2021-11-08" },
            { id: 292, patient_id: 64, vaccine_type: "Moderna", vaccination_date: "2023-05-28" },
            { id: 293, patient_id: 114, vaccine_type: "AstraZeneca", vaccination_date: "2021-11-16" },
            { id: 294, patient_id: 9, vaccine_type: "Moderna", vaccination_date: "2020-06-28" },
            { id: 295, patient_id: 156, vaccine_type: "Moderna", vaccination_date: "2020-12-19" },
            { id: 296, patient_id: 147, vaccine_type: "Moderna", vaccination_date: "2023-08-08" },
            { id: 297, patient_id: 160, vaccine_type: "AstraZeneca", vaccination_date: "2020-01-24" },
            { id: 298, patient_id: 146, vaccine_type: "Johnson & Johnson", vaccination_date: "2021-01-19" },
            { id: 299, patient_id: 56, vaccine_type: "Pfizer", vaccination_date: "2023-12-22" },
            { id: 300, patient_id: 27, vaccine_type: "AstraZeneca", vaccination_date: "2020-12-22" },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
