// Patient Health Timeline (patient-health-timeline) 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.patient_health_events), 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.patient_health_events.createMany({
        data: [
            { id: 1, event_type: "family_history", event_date: "2023-09-11", description: "The team asked for a change and the order was delayed.", clinic_name: "care rehabilitation community", vital_sign_type: "temperature", vital_sign_value: "171.90", allergy_type: "mold", family_medical_history: "The reviewer reported a late issue; the appointment was approved." },
            { id: 2, event_type: "appointment", event_date: "2022-02-06", description: "The courier asked for a change and the report was reviewed.", clinic_name: "urgent", vital_sign_type: "blood_pressure", vital_sign_value: "184.65", allergy_type: null, family_medical_history: "An operator confirmed the details and the report was rejected." },
            { id: 3, event_type: "vaccination", event_date: "2021-02-01", description: "No response from the courier, so the payment was confirmed.", clinic_name: "dermatology family rehabilitation", vital_sign_type: "blood_pressure", vital_sign_value: "147.56", allergy_type: null, family_medical_history: "The refund was approved — manual case, no further action." },
            { id: 4, event_type: "appointment", event_date: "2022-07-19", description: "The shipment was rejected — unusual case, no further action.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "117.87", allergy_type: "peanut", family_medical_history: "No response from the account owner, so the ticket was approved." },
            { id: 5, event_type: "vaccination", event_date: "2021-09-13", description: "An operator asked for a change and the item was replaced.", clinic_name: "diagnostic community", vital_sign_type: "heart_rate", vital_sign_value: "144.90", allergy_type: "grass shellfish", family_medical_history: "The account owner asked for a change and the session was closed." },
            { id: 6, event_type: "allergy", event_date: "2023-02-28", description: "The account owner reported an incomplete issue; the report was reopened.", clinic_name: "women's oncology", vital_sign_type: "blood_pressure", vital_sign_value: "198.16", allergy_type: "insect pollen", family_medical_history: "No response from the team, so the item was confirmed." },
            { id: 7, event_type: "vaccination", event_date: "2021-03-21", description: "An operator reported an unusual issue; the order was delayed.", clinic_name: "wellness", vital_sign_type: "heart_rate", vital_sign_value: "178.50", allergy_type: "wheat seasonal", family_medical_history: "The team reported an urgent issue; the payment was delayed." },
            { id: 8, event_type: "vaccination", event_date: "2021-06-28", description: "The supplier confirmed the details and the shipment was approved.", clinic_name: "health", vital_sign_type: "temperature", vital_sign_value: "111.28", allergy_type: "dust chemical pet", family_medical_history: "The reviewer asked for a change and the account was resolved." },
            { id: 9, event_type: "vaccination", event_date: "2020-10-23", description: "An operator confirmed the details and the account was replaced.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "165.62", allergy_type: "bee", family_medical_history: "No response from the customer, so the request was approved." },
            { id: 10, event_type: "allergy", event_date: "2021-10-17", description: "The team asked for a change and the delivery was approved.", clinic_name: "specialty", vital_sign_type: "temperature", vital_sign_value: "257.97", allergy_type: "egg latex pet", family_medical_history: null },
            { id: 11, event_type: "family_history", event_date: "2022-12-01", description: "Support asked for a change and the account was rejected.", clinic_name: "oncology cardiology health", vital_sign_type: "temperature", vital_sign_value: "116.84", allergy_type: null, family_medical_history: "The customer asked for a change and the session was reviewed." },
            { id: 12, event_type: "vaccination", event_date: "2020-11-17", description: "No response from the courier, so the invoice was rejected.", clinic_name: "dermatology", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "peanut fish", family_medical_history: null },
            { id: 13, event_type: "appointment", event_date: "2023-11-27", description: "The courier reported an unusual issue; the session was reopened.", clinic_name: "family primary community", vital_sign_type: "temperature", vital_sign_value: "86.72", allergy_type: "peanut", family_medical_history: "The document was confirmed — manual case, no further action." },
            { id: 14, event_type: "family_history", event_date: "2022-09-13", description: "No response from the reviewer, so the request was reviewed.", clinic_name: "wellness men's", vital_sign_type: "blood_pressure", vital_sign_value: "128.53", allergy_type: "egg tree", family_medical_history: null },
            { id: 15, event_type: "vaccination", event_date: "2020-06-12", description: "The invoice was replaced — incomplete case, no further action.", clinic_name: "pediatric women's", vital_sign_type: "temperature", vital_sign_value: "97.79", allergy_type: "insect", family_medical_history: "The courier reported a standard issue; the item was approved." },
            { id: 16, event_type: "vital_sign", event_date: "2021-07-19", description: "The account owner asked for a change and the transfer was processed.", clinic_name: "urgent dermatology", vital_sign_type: "blood_pressure", vital_sign_value: "80.90", allergy_type: "mold bee tree", family_medical_history: null },
            { id: 17, event_type: "vaccination", event_date: "2020-11-21", description: "The customer asked for a change and the booking was rejected.", clinic_name: "community orthopedic surgery", vital_sign_type: "heart_rate", vital_sign_value: "138.80", allergy_type: "chemical pollen medication", family_medical_history: null },
            { id: 18, event_type: "appointment", event_date: "2021-11-13", description: "An operator asked for a change and the claim was processed.", clinic_name: "dermatology medical", vital_sign_type: "blood_pressure", vital_sign_value: "172.88", allergy_type: "seasonal", family_medical_history: null },
            { id: 19, event_type: "appointment", event_date: "2020-05-21", description: "The delivery was rescheduled — standard case, no further action.", clinic_name: "dermatology family", vital_sign_type: "blood_pressure", vital_sign_value: "108.34", allergy_type: "tree milk", family_medical_history: "The account owner reported an unusual issue; the delivery was reviewed." },
            { id: 20, event_type: "vaccination", event_date: "2021-01-19", description: "No response from the courier, so the invoice was reviewed.", clinic_name: "specialty diagnostic medical", vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "grass milk tree", family_medical_history: "The courier reported a duplicate issue; the invoice was approved." },
            { id: 21, event_type: "vaccination", event_date: "2023-05-05", description: "The customer reported a manual issue; the item was rescheduled.", clinic_name: "health cardiology", vital_sign_type: "temperature", vital_sign_value: "142.75", allergy_type: "bee soy medication", family_medical_history: "No response from the team, so the delivery was reopened." },
            { id: 22, event_type: "vaccination", event_date: "2021-12-18", description: "No response from the reviewer, so the account was processed.", clinic_name: "orthopedic", vital_sign_type: "heart_rate", vital_sign_value: "134.12", allergy_type: "bee egg milk", family_medical_history: "The record was refunded — incomplete case, no further action." },
            { id: 23, event_type: "allergy", event_date: "2023-01-29", description: "The supplier asked for a change and the request was processed.", clinic_name: "pediatric care oncology", vital_sign_type: "blood_pressure", vital_sign_value: "77.46", allergy_type: "tree", family_medical_history: null },
            { id: 24, event_type: "allergy", event_date: "2023-11-22", description: "The customer confirmed the details and the appointment was approved.", clinic_name: "men's", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "pollen pet", family_medical_history: "The record was refunded — manual case, no further action." },
            { id: 25, event_type: "appointment", event_date: "2020-04-18", description: "No response from an operator, so the refund was replaced.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "149.30", allergy_type: "tree pollen chemical", family_medical_history: "No response from the account owner, so the ticket was rejected." },
            { id: 26, event_type: "vaccination", event_date: "2021-11-11", description: "The account owner reported a repeat issue; the appointment was replaced.", clinic_name: "surgery primary pediatric", vital_sign_type: "heart_rate", vital_sign_value: "156.53", allergy_type: "mold", family_medical_history: null },
            { id: 27, event_type: "vaccination", event_date: "2021-11-04", description: "No response from the account owner, so the appointment was cancelled.", clinic_name: "cardiology care women's", vital_sign_type: "temperature", vital_sign_value: "178.24", allergy_type: "pollen seasonal soy", family_medical_history: "The customer confirmed the details and the account was reviewed." },
            { id: 28, event_type: "appointment", event_date: "2021-01-11", description: "Support asked for a change and the order was rejected.", clinic_name: "urgent oncology", vital_sign_type: "temperature", vital_sign_value: "112.68", allergy_type: "medication peanut dust", family_medical_history: "The team confirmed the details and the order was resolved." },
            { id: 29, event_type: "appointment", event_date: "2021-04-24", description: "The customer asked for a change and the payment was refunded.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "141.94", allergy_type: "chemical tree fish", family_medical_history: null },
            { id: 30, event_type: "vaccination", event_date: "2022-10-20", description: "No response from the account owner, so the ticket was closed.", clinic_name: "women's wellness", vital_sign_type: "temperature", vital_sign_value: "148.00", allergy_type: "milk shellfish", family_medical_history: "The refund was rejected — minor case, no further action." },
            { id: 31, event_type: "appointment", event_date: "2020-10-10", description: "The reviewer asked for a change and the record was confirmed.", clinic_name: "internal surgery care", vital_sign_type: "heart_rate", vital_sign_value: "147.97", allergy_type: "medication", family_medical_history: "No response from the supplier, so the session was approved." },
            { id: 32, event_type: "vaccination", event_date: "2021-09-17", description: "The courier confirmed the details and the shipment was resolved.", clinic_name: "dermatology cardiology pediatric", vital_sign_type: "temperature", vital_sign_value: "168.13", allergy_type: "dust", family_medical_history: "An operator asked for a change and the request was closed." },
            { id: 33, event_type: "vaccination", event_date: "2021-12-27", description: "The record was delayed — urgent case, no further action.", clinic_name: "orthopedic pediatric", vital_sign_type: "blood_pressure", vital_sign_value: "114.42", allergy_type: "wheat shellfish", family_medical_history: "The account owner confirmed the details and the refund was approved." },
            { id: 34, event_type: "appointment", event_date: "2021-12-22", description: "No response from the customer, so the shipment was delayed.", clinic_name: "wellness urgent", vital_sign_type: "heart_rate", vital_sign_value: "165.48", allergy_type: "milk", family_medical_history: "An operator confirmed the details and the invoice was updated." },
            { id: 35, event_type: "appointment", event_date: "2022-02-09", description: "The account owner reported a partial issue; the invoice was updated.", clinic_name: "specialty", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "seasonal food pollen", family_medical_history: "No response from the courier, so the refund was replaced." },
            { id: 36, event_type: "vaccination", event_date: "2022-10-01", description: "The supplier confirmed the details and the delivery was resolved.", clinic_name: "urgent surgery", vital_sign_type: null, vital_sign_value: "163.60", allergy_type: "tree", family_medical_history: null },
            { id: 37, event_type: "vaccination", event_date: "2020-01-20", description: "The team asked for a change and the request was completed.", clinic_name: "community pediatric", vital_sign_type: "temperature", vital_sign_value: "122.34", allergy_type: "dust mold", family_medical_history: "The supplier asked for a change and the ticket was approved." },
            { id: 38, event_type: "appointment", event_date: "2022-10-27", description: "The order was reopened — late case, no further action.", clinic_name: "care women's", vital_sign_type: "temperature", vital_sign_value: "179.07", allergy_type: "insect chemical", family_medical_history: "The courier reported a repeat issue; the payment was rescheduled." },
            { id: 39, event_type: "vaccination", event_date: "2022-11-29", description: "Support asked for a change and the document was refunded.", clinic_name: "primary", vital_sign_type: "temperature", vital_sign_value: "179.73", allergy_type: null, family_medical_history: "The courier reported a repeat issue; the report was cancelled." },
            { id: 40, event_type: "vaccination", event_date: "2022-01-06", description: "The refund was confirmed — urgent case, no further action.", clinic_name: "primary rehabilitation care", vital_sign_type: "temperature", vital_sign_value: "165.50", allergy_type: "latex tree", family_medical_history: "No response from the customer, so the request was replaced." },
            { id: 41, event_type: "vital_sign", event_date: "2022-02-28", description: "An operator confirmed the details and the transfer was processed.", clinic_name: "oncology wellness", vital_sign_type: "blood_pressure", vital_sign_value: "143.34", allergy_type: "milk seasonal chemical", family_medical_history: "The claim was completed — unusual case, no further action." },
            { id: 42, event_type: "vital_sign", event_date: "2022-08-14", description: "No response from the account owner, so the claim was delayed.", clinic_name: "family", vital_sign_type: null, vital_sign_value: "98.22", allergy_type: null, family_medical_history: "An operator asked for a change and the session was delayed." },
            { id: 43, event_type: "vaccination", event_date: "2023-07-26", description: "No response from the courier, so the session was refunded.", clinic_name: "men's", vital_sign_type: "temperature", vital_sign_value: "57.81", allergy_type: "milk pet seasonal", family_medical_history: "The account owner confirmed the details and the invoice was rescheduled." },
            { id: 44, event_type: "vaccination", event_date: "2022-03-01", description: "The reviewer reported a manual issue; the record was delayed.", clinic_name: "oncology", vital_sign_type: "blood_pressure", vital_sign_value: "203.10", allergy_type: "dust", family_medical_history: "The refund was reopened — manual case, no further action." },
            { id: 45, event_type: "appointment", event_date: "2020-11-15", description: "The reviewer reported a minor issue; the refund was escalated.", clinic_name: "dermatology men's orthopedic", vital_sign_type: "temperature", vital_sign_value: "87.20", allergy_type: "fish food", family_medical_history: "The payment was closed — incomplete case, no further action." },
            { id: 46, event_type: "vaccination", event_date: "2023-02-02", description: "The appointment was reviewed — standard case, no further action.", clinic_name: "pediatric surgery community", vital_sign_type: null, vital_sign_value: "112.14", allergy_type: "grass", family_medical_history: "The booking was delayed — automatic case, no further action." },
            { id: 47, event_type: "vital_sign", event_date: "2022-08-16", description: "The courier reported a standard issue; the claim was processed.", clinic_name: "specialty surgery family", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "dust", family_medical_history: "The invoice was replaced — repeat case, no further action." },
            { id: 48, event_type: "appointment", event_date: "2020-02-19", description: "The item was reviewed — unusual case, no further action.", clinic_name: "cardiology", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "insect grass", family_medical_history: "The customer confirmed the details and the session was processed." },
            { id: 49, event_type: "vaccination", event_date: "2022-10-24", description: "No response from the supplier, so the record was processed.", clinic_name: "surgery dermatology", vital_sign_type: "blood_pressure", vital_sign_value: "203.59", allergy_type: null, family_medical_history: "The document was reopened — manual case, no further action." },
            { id: 50, event_type: "allergy", event_date: "2020-03-13", description: "No response from the reviewer, so the invoice was updated.", clinic_name: "oncology community", vital_sign_type: "heart_rate", vital_sign_value: "113.74", allergy_type: "shellfish tree", family_medical_history: "The supplier asked for a change and the invoice was updated." },
            { id: 51, event_type: "allergy", event_date: "2021-09-18", description: "The claim was processed — duplicate case, no further action.", clinic_name: "dermatology pediatric", vital_sign_type: "blood_pressure", vital_sign_value: "167.29", allergy_type: "chemical", family_medical_history: "The reviewer confirmed the details and the payment was processed." },
            { id: 52, event_type: "vaccination", event_date: "2023-11-16", description: "The customer reported a late issue; the report was resolved.", clinic_name: "community women's health", vital_sign_type: "temperature", vital_sign_value: "165.80", allergy_type: "insect", family_medical_history: "The account owner asked for a change and the delivery was approved." },
            { id: 53, event_type: "vaccination", event_date: "2023-05-12", description: "No response from the team, so the delivery was resolved.", clinic_name: "women's family", vital_sign_type: "temperature", vital_sign_value: "158.51", allergy_type: "latex chemical", family_medical_history: null },
            { id: 54, event_type: "vaccination", event_date: "2022-01-28", description: "The ticket was resolved — late case, no further action.", clinic_name: "pediatric surgery", vital_sign_type: "heart_rate", vital_sign_value: "70.04", allergy_type: "pet bee mold", family_medical_history: "No response from the customer, so the document was confirmed." },
            { id: 55, event_type: "vaccination", event_date: "2020-01-15", description: "The customer reported a partial issue; the document was completed.", clinic_name: "rehabilitation urgent", vital_sign_type: "blood_pressure", vital_sign_value: "190.03", allergy_type: null, family_medical_history: "The payment was rescheduled — repeat case, no further action." },
            { id: 56, event_type: "vaccination", event_date: "2023-07-25", description: "No response from the team, so the payment was reopened.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "220.31", allergy_type: "wheat pollen", family_medical_history: "No response from the account owner, so the request was closed." },
            { id: 57, event_type: "vaccination", event_date: "2021-09-18", description: "No response from the customer, so the invoice was updated.", clinic_name: "men's rehabilitation", vital_sign_type: "blood_pressure", vital_sign_value: "121.47", allergy_type: "medication", family_medical_history: null },
            { id: 58, event_type: "vaccination", event_date: "2021-04-25", description: "The reviewer asked for a change and the ticket was confirmed.", clinic_name: "cardiology", vital_sign_type: null, vital_sign_value: "73.50", allergy_type: "food fish", family_medical_history: "The delivery was processed — repeat case, no further action." },
            { id: 59, event_type: "vaccination", event_date: "2021-12-28", description: "The shipment was updated — partial case, no further action.", clinic_name: "women's men's", vital_sign_type: null, vital_sign_value: "207.25", allergy_type: "food soy", family_medical_history: "The customer asked for a change and the ticket was completed." },
            { id: 60, event_type: "vaccination", event_date: "2023-12-10", description: "The claim was rejected — incomplete case, no further action.", clinic_name: "community women's men's", vital_sign_type: "blood_pressure", vital_sign_value: "168.44", allergy_type: "fish", family_medical_history: "The courier asked for a change and the invoice was cancelled." },
            { id: 61, event_type: "vital_sign", event_date: "2020-09-28", description: "The courier confirmed the details and the item was processed.", clinic_name: "health pediatric rehabilitation", vital_sign_type: "temperature", vital_sign_value: "99.33", allergy_type: "grass medication insect", family_medical_history: "The delivery was approved — standard case, no further action." },
            { id: 62, event_type: "vaccination", event_date: "2020-07-18", description: "The account owner asked for a change and the booking was rejected.", clinic_name: "internal", vital_sign_type: "heart_rate", vital_sign_value: "145.94", allergy_type: "medication food soy", family_medical_history: "The customer asked for a change and the item was cancelled." },
            { id: 63, event_type: "vaccination", event_date: "2021-10-21", description: "An operator asked for a change and the report was escalated.", clinic_name: "rehabilitation wellness", vital_sign_type: null, vital_sign_value: "192.44", allergy_type: "milk", family_medical_history: "The booking was processed — repeat case, no further action." },
            { id: 64, event_type: "vaccination", event_date: "2021-08-18", description: "The account owner confirmed the details and the report was refunded.", clinic_name: "health urgent women's", vital_sign_type: "temperature", vital_sign_value: "246.87", allergy_type: "pollen latex", family_medical_history: "No response from the account owner, so the refund was replaced." },
            { id: 65, event_type: "appointment", event_date: "2023-10-28", description: "No response from an operator, so the item was cancelled.", clinic_name: "women's oncology", vital_sign_type: "heart_rate", vital_sign_value: "185.19", allergy_type: "insect bee", family_medical_history: "An operator confirmed the details and the payment was confirmed." },
            { id: 66, event_type: "vaccination", event_date: "2023-04-20", description: "The courier asked for a change and the request was reopened.", clinic_name: null, vital_sign_type: null, vital_sign_value: "155.12", allergy_type: "bee dust", family_medical_history: "The courier asked for a change and the payment was cancelled." },
            { id: 67, event_type: "vaccination", event_date: "2022-06-26", description: "No response from the customer, so the request was confirmed.", clinic_name: "surgery", vital_sign_type: "heart_rate", vital_sign_value: "105.57", allergy_type: "milk mold chemical", family_medical_history: null },
            { id: 68, event_type: "vital_sign", event_date: "2021-10-04", description: "No response from the supplier, so the account was updated.", clinic_name: "specialty internal rehabilitation", vital_sign_type: "heart_rate", vital_sign_value: "133.70", allergy_type: "wheat", family_medical_history: "The transfer was confirmed — late case, no further action." },
            { id: 69, event_type: "vital_sign", event_date: "2020-11-14", description: "The document was approved — duplicate case, no further action.", clinic_name: "wellness medical", vital_sign_type: "heart_rate", vital_sign_value: "63.23", allergy_type: "fish pet bee", family_medical_history: "The customer confirmed the details and the session was resolved." },
            { id: 70, event_type: "vital_sign", event_date: "2022-06-24", description: "The account owner confirmed the details and the claim was cancelled.", clinic_name: "women's", vital_sign_type: null, vital_sign_value: "138.97", allergy_type: "wheat pet", family_medical_history: null },
            { id: 71, event_type: "allergy", event_date: "2023-04-19", description: "The booking was reopened — routine case, no further action.", clinic_name: "women's", vital_sign_type: "temperature", vital_sign_value: "181.25", allergy_type: "dust latex seasonal", family_medical_history: "The booking was processed — urgent case, no further action." },
            { id: 72, event_type: "vaccination", event_date: "2021-07-26", description: "The reviewer reported a routine issue; the delivery was rescheduled.", clinic_name: "orthopedic", vital_sign_type: null, vital_sign_value: "165.88", allergy_type: "seasonal latex", family_medical_history: "The record was closed — urgent case, no further action." },
            { id: 73, event_type: "vital_sign", event_date: "2022-07-01", description: "No response from an operator, so the payment was escalated.", clinic_name: "orthopedic women's", vital_sign_type: "blood_pressure", vital_sign_value: "131.47", allergy_type: "dust fish", family_medical_history: "The customer reported an unusual issue; the shipment was updated." },
            { id: 74, event_type: "vaccination", event_date: "2023-10-03", description: "The team asked for a change and the request was resolved.", clinic_name: "wellness men's", vital_sign_type: "heart_rate", vital_sign_value: "151.19", allergy_type: "dust mold egg", family_medical_history: "The supplier confirmed the details and the delivery was replaced." },
            { id: 75, event_type: "vital_sign", event_date: "2020-11-22", description: "The ticket was escalated — late case, no further action.", clinic_name: "diagnostic pediatric", vital_sign_type: "temperature", vital_sign_value: "139.01", allergy_type: "grass shellfish wheat", family_medical_history: null },
            { id: 76, event_type: "appointment", event_date: "2023-09-20", description: "The reviewer asked for a change and the document was rejected.", clinic_name: "internal wellness surgery", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "pet fish", family_medical_history: "The order was replaced — manual case, no further action." },
            { id: 77, event_type: "vital_sign", event_date: "2021-12-25", description: "The refund was updated — minor case, no further action.", clinic_name: "internal cardiology", vital_sign_type: "blood_pressure", vital_sign_value: "226.99", allergy_type: "insect", family_medical_history: null },
            { id: 78, event_type: "vital_sign", event_date: "2020-06-01", description: "The booking was approved — duplicate case, no further action.", clinic_name: "primary diagnostic", vital_sign_type: "blood_pressure", vital_sign_value: "160.02", allergy_type: "insect pollen", family_medical_history: "The supplier reported a routine issue; the appointment was closed." },
            { id: 79, event_type: "vaccination", event_date: "2020-10-15", description: "The team asked for a change and the shipment was approved.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "125.97", allergy_type: "grass", family_medical_history: "The appointment was resolved — incomplete case, no further action." },
            { id: 80, event_type: "family_history", event_date: "2020-04-06", description: "No response from the supplier, so the item was escalated.", clinic_name: "oncology rehabilitation", vital_sign_type: "temperature", vital_sign_value: "143.79", allergy_type: "wheat latex", family_medical_history: "The ticket was reopened — partial case, no further action." },
            { id: 81, event_type: "allergy", event_date: "2020-11-11", description: "The reviewer confirmed the details and the order was escalated.", clinic_name: "specialty primary", vital_sign_type: "temperature", vital_sign_value: "73.91", allergy_type: "pet soy bee", family_medical_history: "The account owner confirmed the details and the booking was delayed." },
            { id: 82, event_type: "appointment", event_date: "2023-12-15", description: "The document was rescheduled — incomplete case, no further action.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "125.27", allergy_type: "seasonal soy shellfish", family_medical_history: "The claim was cancelled — partial case, no further action." },
            { id: 83, event_type: "allergy", event_date: "2021-03-28", description: "No response from the reviewer, so the shipment was completed.", clinic_name: "surgery internal", vital_sign_type: "heart_rate", vital_sign_value: "155.26", allergy_type: "pet", family_medical_history: "The customer reported a routine issue; the claim was delayed." },
            { id: 84, event_type: "appointment", event_date: "2022-04-15", description: "The reviewer asked for a change and the session was replaced.", clinic_name: "women's", vital_sign_type: "heart_rate", vital_sign_value: "195.89", allergy_type: "pollen", family_medical_history: "The session was processed — repeat case, no further action." },
            { id: 85, event_type: "vaccination", event_date: "2021-08-15", description: "The supplier reported a routine issue; the record was reviewed.", clinic_name: "care", vital_sign_type: "heart_rate", vital_sign_value: "192.61", allergy_type: "mold food seasonal", family_medical_history: "No response from the team, so the refund was escalated." },
            { id: 86, event_type: "vaccination", event_date: "2023-11-06", description: "The report was resolved — repeat case, no further action.", clinic_name: "internal", vital_sign_type: "temperature", vital_sign_value: "150.08", allergy_type: "shellfish seasonal wheat", family_medical_history: "The account owner asked for a change and the delivery was rejected." },
            { id: 87, event_type: "appointment", event_date: "2021-01-10", description: "No response from the supplier, so the account was cancelled.", clinic_name: "care primary dermatology", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "grass seasonal", family_medical_history: "The customer confirmed the details and the delivery was processed." },
            { id: 88, event_type: "allergy", event_date: "2020-04-09", description: "Support asked for a change and the shipment was processed.", clinic_name: "medical primary", vital_sign_type: "temperature", vital_sign_value: "181.27", allergy_type: "tree", family_medical_history: "No response from the customer, so the account was refunded." },
            { id: 89, event_type: "vaccination", event_date: "2023-12-24", description: "The delivery was reviewed — late case, no further action.", clinic_name: "men's", vital_sign_type: "heart_rate", vital_sign_value: "233.89", allergy_type: "shellfish fish", family_medical_history: "The item was confirmed — late case, no further action." },
            { id: 90, event_type: "vaccination", event_date: "2021-12-29", description: "No response from the courier, so the appointment was closed.", clinic_name: "community", vital_sign_type: "blood_pressure", vital_sign_value: "153.29", allergy_type: "egg pet", family_medical_history: null },
            { id: 91, event_type: "allergy", event_date: "2023-09-01", description: "The delivery was delayed — standard case, no further action.", clinic_name: "rehabilitation dermatology", vital_sign_type: "temperature", vital_sign_value: "156.31", allergy_type: "grass", family_medical_history: "The claim was rejected — unusual case, no further action." },
            { id: 92, event_type: "vaccination", event_date: "2021-08-03", description: "The reviewer asked for a change and the document was replaced.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "medication", family_medical_history: "No response from the supplier, so the item was processed." },
            { id: 93, event_type: "allergy", event_date: "2021-02-05", description: "An operator reported an urgent issue; the report was rescheduled.", clinic_name: "primary health", vital_sign_type: null, vital_sign_value: "77.27", allergy_type: "dust seasonal", family_medical_history: "The claim was completed — late case, no further action." },
            { id: 94, event_type: "vital_sign", event_date: "2020-05-14", description: "The reviewer reported a partial issue; the payment was resolved.", clinic_name: "surgery oncology", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "soy bee", family_medical_history: "The account owner confirmed the details and the refund was approved." },
            { id: 95, event_type: "vital_sign", event_date: "2023-02-01", description: "The team confirmed the details and the ticket was updated.", clinic_name: "wellness women's community", vital_sign_type: "blood_pressure", vital_sign_value: "95.72", allergy_type: "insect seasonal", family_medical_history: "An operator confirmed the details and the account was approved." },
            { id: 96, event_type: "vital_sign", event_date: "2023-01-09", description: "The team confirmed the details and the refund was cancelled.", clinic_name: "rehabilitation", vital_sign_type: "temperature", vital_sign_value: "182.25", allergy_type: "soy tree", family_medical_history: null },
            { id: 97, event_type: "vaccination", event_date: "2021-09-11", description: "The account was cancelled — manual case, no further action.", clinic_name: "oncology", vital_sign_type: "blood_pressure", vital_sign_value: "138.95", allergy_type: "pollen medication insect", family_medical_history: "The customer reported a minor issue; the shipment was refunded." },
            { id: 98, event_type: "vaccination", event_date: "2023-12-16", description: "The report was reopened — partial case, no further action.", clinic_name: "cardiology dermatology", vital_sign_type: "heart_rate", vital_sign_value: "138.26", allergy_type: null, family_medical_history: "The customer reported an urgent issue; the shipment was replaced." },
            { id: 99, event_type: "vital_sign", event_date: "2021-11-10", description: "An operator reported a manual issue; the account was replaced.", clinic_name: "dermatology health", vital_sign_type: "temperature", vital_sign_value: "81.99", allergy_type: "medication pollen", family_medical_history: "The reviewer reported a repeat issue; the delivery was delayed." },
            { id: 100, event_type: "vaccination", event_date: "2020-11-23", description: "The account owner confirmed the details and the report was reopened.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "76.07", allergy_type: "seasonal peanut mold", family_medical_history: "The team reported a routine issue; the document was reviewed." },
            { id: 101, event_type: "appointment", event_date: "2021-04-14", description: "An operator confirmed the details and the booking was reopened.", clinic_name: "surgery family", vital_sign_type: "temperature", vital_sign_value: "83.27", allergy_type: "dust bee", family_medical_history: "The supplier reported an urgent issue; the invoice was closed." },
            { id: 102, event_type: "appointment", event_date: "2023-02-25", description: "The courier asked for a change and the account was cancelled.", clinic_name: "surgery", vital_sign_type: "temperature", vital_sign_value: "126.35", allergy_type: "egg pet", family_medical_history: "The team reported a partial issue; the report was confirmed." },
            { id: 103, event_type: "vital_sign", event_date: "2021-11-01", description: "The team reported a standard issue; the appointment was rejected.", clinic_name: "urgent health oncology", vital_sign_type: "temperature", vital_sign_value: "100.48", allergy_type: null, family_medical_history: "The booking was rejected — unusual case, no further action." },
            { id: 104, event_type: "vaccination", event_date: "2023-07-03", description: "The delivery was resolved — manual case, no further action.", clinic_name: "specialty", vital_sign_type: "heart_rate", vital_sign_value: "138.54", allergy_type: "shellfish chemical dust", family_medical_history: "No response from the supplier, so the shipment was cancelled." },
            { id: 105, event_type: "vaccination", event_date: "2022-07-14", description: "The reviewer confirmed the details and the delivery was confirmed.", clinic_name: "care oncology rehabilitation", vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "seasonal mold egg", family_medical_history: "No response from the courier, so the account was escalated." },
            { id: 106, event_type: "appointment", event_date: "2022-03-09", description: "No response from the team, so the document was resolved.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "egg fish tree", family_medical_history: "The reviewer asked for a change and the booking was resolved." },
            { id: 107, event_type: "vaccination", event_date: "2020-09-02", description: "The delivery was cancelled — routine case, no further action.", clinic_name: "primary urgent orthopedic", vital_sign_type: null, vital_sign_value: "158.24", allergy_type: "shellfish wheat egg", family_medical_history: "No response from the reviewer, so the refund was delayed." },
            { id: 108, event_type: "vaccination", event_date: "2021-11-14", description: "The appointment was rescheduled — manual case, no further action.", clinic_name: "diagnostic care", vital_sign_type: "heart_rate", vital_sign_value: "196.99", allergy_type: "fish tree", family_medical_history: "The record was delayed — repeat case, no further action." },
            { id: 109, event_type: "vaccination", event_date: "2021-10-03", description: "The refund was delayed — incomplete case, no further action.", clinic_name: "health oncology", vital_sign_type: "blood_pressure", vital_sign_value: "183.75", allergy_type: "bee medication", family_medical_history: "An operator reported a repeat issue; the payment was approved." },
            { id: 110, event_type: "vaccination", event_date: "2023-02-18", description: "The reviewer asked for a change and the payment was closed.", clinic_name: "wellness pediatric men's", vital_sign_type: "temperature", vital_sign_value: "136.39", allergy_type: "chemical", family_medical_history: "No response from the team, so the order was refunded." },
            { id: 111, event_type: "vaccination", event_date: "2022-07-28", description: "The customer asked for a change and the payment was confirmed.", clinic_name: "orthopedic", vital_sign_type: "blood_pressure", vital_sign_value: "173.65", allergy_type: null, family_medical_history: "The customer reported a duplicate issue; the order was processed." },
            { id: 112, event_type: "vaccination", event_date: "2022-02-18", description: "The invoice was rejected — duplicate case, no further action.", clinic_name: "urgent", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "food", family_medical_history: "The reviewer confirmed the details and the delivery was approved." },
            { id: 113, event_type: "appointment", event_date: "2020-05-02", description: "No response from the team, so the payment was escalated.", clinic_name: "men's", vital_sign_type: "blood_pressure", vital_sign_value: "200.92", allergy_type: "fish mold", family_medical_history: "The order was rescheduled — incomplete case, no further action." },
            { id: 114, event_type: "vaccination", event_date: "2023-08-15", description: "No response from an operator, so the ticket was replaced.", clinic_name: "specialty care rehabilitation", vital_sign_type: "blood_pressure", vital_sign_value: "122.18", allergy_type: "medication", family_medical_history: "The item was replaced — partial case, no further action." },
            { id: 115, event_type: "vital_sign", event_date: "2020-02-19", description: "The booking was confirmed — urgent case, no further action.", clinic_name: "specialty", vital_sign_type: "heart_rate", vital_sign_value: "120.81", allergy_type: "bee", family_medical_history: "No response from the account owner, so the document was processed." },
            { id: 116, event_type: "appointment", event_date: "2020-10-06", description: "No response from the customer, so the account was rejected.", clinic_name: "dermatology", vital_sign_type: "blood_pressure", vital_sign_value: "95.06", allergy_type: "insect milk soy", family_medical_history: null },
            { id: 117, event_type: "vital_sign", event_date: "2020-12-10", description: "The team reported a standard issue; the appointment was escalated.", clinic_name: "surgery wellness internal", vital_sign_type: "blood_pressure", vital_sign_value: "123.42", allergy_type: "wheat fish tree", family_medical_history: "The report was cancelled — incomplete case, no further action." },
            { id: 118, event_type: "vaccination", event_date: "2022-01-04", description: "The team confirmed the details and the shipment was completed.", clinic_name: "rehabilitation diagnostic", vital_sign_type: null, vital_sign_value: "103.57", allergy_type: "tree chemical", family_medical_history: "The transfer was rescheduled — duplicate case, no further action." },
            { id: 119, event_type: "vital_sign", event_date: "2022-01-29", description: "No response from an operator, so the document was refunded.", clinic_name: "diagnostic specialty", vital_sign_type: null, vital_sign_value: null, allergy_type: "bee milk", family_medical_history: "No response from the supplier, so the appointment was rejected." },
            { id: 120, event_type: "vaccination", event_date: "2022-08-16", description: "The courier confirmed the details and the invoice was cancelled.", clinic_name: "care", vital_sign_type: "blood_pressure", vital_sign_value: "214.84", allergy_type: "chemical insect", family_medical_history: "The team reported a manual issue; the record was resolved." },
            { id: 121, event_type: "vaccination", event_date: "2023-11-03", description: "No response from the supplier, so the session was updated.", clinic_name: "health", vital_sign_type: "heart_rate", vital_sign_value: "143.58", allergy_type: null, family_medical_history: "The team asked for a change and the appointment was updated." },
            { id: 122, event_type: "vital_sign", event_date: "2023-02-01", description: "An operator confirmed the details and the report was rejected.", clinic_name: "family", vital_sign_type: "heart_rate", vital_sign_value: "92.93", allergy_type: "shellfish fish pet", family_medical_history: "No response from an operator, so the record was confirmed." },
            { id: 123, event_type: "vaccination", event_date: "2022-11-08", description: "No response from the courier, so the account was reviewed.", clinic_name: "community family", vital_sign_type: null, vital_sign_value: null, allergy_type: "chemical grass", family_medical_history: "The courier confirmed the details and the ticket was completed." },
            { id: 124, event_type: "family_history", event_date: "2021-09-13", description: "The reviewer reported an unusual issue; the account was closed.", clinic_name: "medical", vital_sign_type: "blood_pressure", vital_sign_value: "155.26", allergy_type: "pollen bee chemical", family_medical_history: "No response from the courier, so the transfer was escalated." },
            { id: 125, event_type: "vaccination", event_date: "2021-07-27", description: "The team reported a minor issue; the record was resolved.", clinic_name: "specialty", vital_sign_type: "temperature", vital_sign_value: "101.51", allergy_type: "food chemical", family_medical_history: "The courier asked for a change and the request was confirmed." },
            { id: 126, event_type: "allergy", event_date: "2023-11-30", description: "The account owner asked for a change and the item was approved.", clinic_name: "orthopedic internal", vital_sign_type: "heart_rate", vital_sign_value: "73.58", allergy_type: null, family_medical_history: "The supplier confirmed the details and the delivery was cancelled." },
            { id: 127, event_type: "vaccination", event_date: "2021-11-30", description: "The supplier confirmed the details and the claim was reopened.", clinic_name: "medical", vital_sign_type: "temperature", vital_sign_value: "91.35", allergy_type: "insect fish", family_medical_history: "Support asked for a change and the refund was resolved." },
            { id: 128, event_type: "vaccination", event_date: "2022-07-28", description: "The account owner asked for a change and the report was delayed.", clinic_name: "community specialty pediatric", vital_sign_type: "temperature", vital_sign_value: "123.90", allergy_type: "food pollen mold", family_medical_history: "The account owner reported a late issue; the delivery was updated." },
            { id: 129, event_type: "family_history", event_date: "2023-02-11", description: "No response from the supplier, so the transfer was refunded.", clinic_name: "women's diagnostic", vital_sign_type: "blood_pressure", vital_sign_value: "151.88", allergy_type: "medication peanut milk", family_medical_history: "The customer confirmed the details and the transfer was reopened." },
            { id: 130, event_type: "appointment", event_date: "2022-12-01", description: "An operator asked for a change and the booking was escalated.", clinic_name: "family oncology wellness", vital_sign_type: "temperature", vital_sign_value: "141.67", allergy_type: "tree", family_medical_history: null },
            { id: 131, event_type: "vital_sign", event_date: "2023-04-17", description: "The team confirmed the details and the request was escalated.", clinic_name: "care medical", vital_sign_type: "heart_rate", vital_sign_value: "97.71", allergy_type: "wheat latex", family_medical_history: "The supplier confirmed the details and the record was updated." },
            { id: 132, event_type: "vital_sign", event_date: "2023-08-30", description: "The shipment was confirmed — standard case, no further action.", clinic_name: "dermatology internal", vital_sign_type: "heart_rate", vital_sign_value: "130.31", allergy_type: "mold", family_medical_history: "The claim was escalated — automatic case, no further action." },
            { id: 133, event_type: "vaccination", event_date: "2023-03-04", description: "The delivery was refunded — repeat case, no further action.", clinic_name: "diagnostic community oncology", vital_sign_type: "temperature", vital_sign_value: "160.36", allergy_type: "insect bee egg", family_medical_history: "The document was cancelled — partial case, no further action." },
            { id: 134, event_type: "vaccination", event_date: "2020-12-18", description: "The team confirmed the details and the order was approved.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "161.81", allergy_type: "grass", family_medical_history: "The account owner confirmed the details and the item was processed." },
            { id: 135, event_type: "vital_sign", event_date: "2022-08-30", description: "No response from the account owner, so the claim was replaced.", clinic_name: "dermatology health wellness", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "wheat insect", family_medical_history: "The courier confirmed the details and the appointment was delayed." },
            { id: 136, event_type: "appointment", event_date: "2021-10-21", description: "The account owner reported a manual issue; the delivery was closed.", clinic_name: "men's", vital_sign_type: "blood_pressure", vital_sign_value: "193.71", allergy_type: "peanut tree dust", family_medical_history: "The courier confirmed the details and the shipment was approved." },
            { id: 137, event_type: "vaccination", event_date: "2023-01-17", description: "The account owner confirmed the details and the request was resolved.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "bee pet dust", family_medical_history: null },
            { id: 138, event_type: "family_history", event_date: "2023-04-21", description: "The customer confirmed the details and the request was approved.", clinic_name: "wellness cardiology community", vital_sign_type: "heart_rate", vital_sign_value: "25.46", allergy_type: "bee", family_medical_history: null },
            { id: 139, event_type: "appointment", event_date: "2021-06-13", description: "An operator reported an incomplete issue; the record was rejected.", clinic_name: "pediatric family", vital_sign_type: null, vital_sign_value: "159.20", allergy_type: "pollen milk", family_medical_history: "The item was approved — late case, no further action." },
            { id: 140, event_type: "allergy", event_date: "2023-02-21", description: "The supplier reported a repeat issue; the order was approved.", clinic_name: "pediatric oncology cardiology", vital_sign_type: "temperature", vital_sign_value: "214.26", allergy_type: "mold grass seasonal", family_medical_history: "The supplier reported a manual issue; the refund was delayed." },
            { id: 141, event_type: "appointment", event_date: "2022-01-29", description: "No response from the courier, so the order was approved.", clinic_name: "rehabilitation health family", vital_sign_type: "blood_pressure", vital_sign_value: "139.21", allergy_type: null, family_medical_history: "The refund was closed — minor case, no further action." },
            { id: 142, event_type: "family_history", event_date: "2022-01-29", description: "The customer confirmed the details and the report was closed.", clinic_name: "men's", vital_sign_type: "blood_pressure", vital_sign_value: "176.28", allergy_type: "insect wheat", family_medical_history: "The team reported a duplicate issue; the record was approved." },
            { id: 143, event_type: "appointment", event_date: "2023-03-14", description: "No response from the courier, so the refund was completed.", clinic_name: "medical", vital_sign_type: "temperature", vital_sign_value: "112.49", allergy_type: "grass dust fish", family_medical_history: null },
            { id: 144, event_type: "appointment", event_date: "2020-04-07", description: "An operator reported a manual issue; the request was resolved.", clinic_name: "medical health", vital_sign_type: "blood_pressure", vital_sign_value: "227.14", allergy_type: "milk", family_medical_history: null },
            { id: 145, event_type: "appointment", event_date: "2021-01-16", description: "The account owner asked for a change and the record was completed.", clinic_name: "surgery", vital_sign_type: "heart_rate", vital_sign_value: "159.74", allergy_type: "grass", family_medical_history: null },
            { id: 146, event_type: "family_history", event_date: "2022-01-03", description: "The booking was closed — urgent case, no further action.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "162.91", allergy_type: "insect dust", family_medical_history: "The team asked for a change and the delivery was rejected." },
            { id: 147, event_type: "vaccination", event_date: "2022-05-15", description: "The session was delayed — minor case, no further action.", clinic_name: "primary men's", vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "dust chemical grass", family_medical_history: "An operator asked for a change and the account was confirmed." },
            { id: 148, event_type: "vital_sign", event_date: "2020-06-15", description: "The reviewer asked for a change and the refund was rejected.", clinic_name: null, vital_sign_type: null, vital_sign_value: "103.83", allergy_type: null, family_medical_history: "Support asked for a change and the record was processed." },
            { id: 149, event_type: "vaccination", event_date: "2022-02-09", description: "The team asked for a change and the session was rejected.", clinic_name: "cardiology surgery community", vital_sign_type: "blood_pressure", vital_sign_value: "74.11", allergy_type: "grass medication", family_medical_history: "The account owner reported a manual issue; the document was delayed." },
            { id: 150, event_type: "allergy", event_date: "2021-04-06", description: "An operator confirmed the details and the item was reviewed.", clinic_name: "urgent family", vital_sign_type: "heart_rate", vital_sign_value: "123.51", allergy_type: "soy", family_medical_history: "The supplier reported a manual issue; the invoice was rescheduled." },
            { id: 151, event_type: "vaccination", event_date: "2023-06-14", description: "The delivery was delayed — unusual case, no further action.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "163.76", allergy_type: "pet soy chemical", family_medical_history: "No response from the reviewer, so the document was rescheduled." },
            { id: 152, event_type: "vital_sign", event_date: "2020-08-02", description: "The courier reported an incomplete issue; the shipment was approved.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "161.96", allergy_type: "bee", family_medical_history: "No response from the courier, so the account was approved." },
            { id: 153, event_type: "appointment", event_date: "2021-01-27", description: "The reviewer reported a minor issue; the account was resolved.", clinic_name: "health orthopedic", vital_sign_type: "blood_pressure", vital_sign_value: "125.45", allergy_type: null, family_medical_history: "The account owner reported an incomplete issue; the payment was confirmed." },
            { id: 154, event_type: "vaccination", event_date: "2023-12-08", description: "The courier asked for a change and the record was updated.", clinic_name: "urgent", vital_sign_type: "blood_pressure", vital_sign_value: "137.65", allergy_type: "peanut seasonal grass", family_medical_history: "The customer reported an urgent issue; the shipment was rejected." },
            { id: 155, event_type: "family_history", event_date: "2022-11-04", description: "The courier reported a minor issue; the request was replaced.", clinic_name: "medical cardiology men's", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "seasonal food tree", family_medical_history: "The customer asked for a change and the claim was escalated." },
            { id: 156, event_type: "vital_sign", event_date: "2021-10-29", description: "The reviewer reported an automatic issue; the record was cancelled.", clinic_name: "oncology men's", vital_sign_type: "blood_pressure", vital_sign_value: "195.23", allergy_type: "seasonal food bee", family_medical_history: "No response from the courier, so the request was rescheduled." },
            { id: 157, event_type: "family_history", event_date: "2022-05-22", description: "No response from the reviewer, so the claim was delayed.", clinic_name: "rehabilitation diagnostic", vital_sign_type: "blood_pressure", vital_sign_value: "123.00", allergy_type: "pollen fish", family_medical_history: "The invoice was delayed — late case, no further action." },
            { id: 158, event_type: "appointment", event_date: "2023-09-23", description: "The team asked for a change and the session was replaced.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "237.19", allergy_type: "milk grass fish", family_medical_history: "The reviewer reported an incomplete issue; the order was delayed." },
            { id: 159, event_type: "family_history", event_date: "2023-03-15", description: "The supplier reported an urgent issue; the shipment was delayed.", clinic_name: "community urgent", vital_sign_type: "blood_pressure", vital_sign_value: "150.41", allergy_type: "egg shellfish mold", family_medical_history: "The customer asked for a change and the transfer was replaced." },
            { id: 160, event_type: "appointment", event_date: "2023-08-21", description: "No response from the account owner, so the refund was updated.", clinic_name: "internal urgent wellness", vital_sign_type: "blood_pressure", vital_sign_value: "120.90", allergy_type: null, family_medical_history: "The report was escalated — urgent case, no further action." },
            { id: 161, event_type: "family_history", event_date: "2020-10-04", description: "The team confirmed the details and the invoice was completed.", clinic_name: "health diagnostic wellness", vital_sign_type: "heart_rate", vital_sign_value: "158.67", allergy_type: "latex wheat fish", family_medical_history: "The account owner confirmed the details and the request was completed." },
            { id: 162, event_type: "vaccination", event_date: "2020-01-16", description: "Support asked for a change and the document was resolved.", clinic_name: "internal", vital_sign_type: "temperature", vital_sign_value: "115.53", allergy_type: "peanut chemical", family_medical_history: "The reviewer reported an incomplete issue; the session was reviewed." },
            { id: 163, event_type: "vaccination", event_date: "2020-10-17", description: "The courier reported an unusual issue; the ticket was replaced.", clinic_name: "primary cardiology", vital_sign_type: "heart_rate", vital_sign_value: "196.53", allergy_type: null, family_medical_history: "The refund was refunded — unusual case, no further action." },
            { id: 164, event_type: "appointment", event_date: "2020-07-19", description: "The record was closed — late case, no further action.", clinic_name: "community internal oncology", vital_sign_type: "heart_rate", vital_sign_value: "168.96", allergy_type: "grass", family_medical_history: "The session was rescheduled — partial case, no further action." },
            { id: 165, event_type: "vital_sign", event_date: "2020-02-03", description: "The session was reviewed — duplicate case, no further action.", clinic_name: "oncology", vital_sign_type: "temperature", vital_sign_value: "226.29", allergy_type: "wheat", family_medical_history: "The customer confirmed the details and the session was refunded." },
            { id: 166, event_type: "vital_sign", event_date: "2021-01-11", description: "The account owner confirmed the details and the document was reopened.", clinic_name: "community dermatology oncology", vital_sign_type: "heart_rate", vital_sign_value: "195.11", allergy_type: "latex fish", family_medical_history: "The reviewer asked for a change and the order was replaced." },
            { id: 167, event_type: "appointment", event_date: "2023-03-08", description: "An operator reported a standard issue; the refund was delayed.", clinic_name: "wellness specialty care", vital_sign_type: "blood_pressure", vital_sign_value: "65.46", allergy_type: "fish", family_medical_history: "The item was closed — standard case, no further action." },
            { id: 168, event_type: "vital_sign", event_date: "2021-11-26", description: "No response from the reviewer, so the record was rescheduled.", clinic_name: "wellness care specialty", vital_sign_type: null, vital_sign_value: null, allergy_type: "fish insect", family_medical_history: null },
            { id: 169, event_type: "appointment", event_date: "2022-12-05", description: "The reviewer asked for a change and the session was closed.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "185.58", allergy_type: "fish shellfish bee", family_medical_history: "The reviewer confirmed the details and the claim was reopened." },
            { id: 170, event_type: "vital_sign", event_date: "2022-07-10", description: "No response from the supplier, so the shipment was rejected.", clinic_name: "pediatric family orthopedic", vital_sign_type: "heart_rate", vital_sign_value: "175.23", allergy_type: "dust pollen grass", family_medical_history: "The courier reported a duplicate issue; the report was completed." },
            { id: 171, event_type: "vaccination", event_date: "2023-01-26", description: "The record was completed — standard case, no further action.", clinic_name: "orthopedic", vital_sign_type: "temperature", vital_sign_value: "236.36", allergy_type: "fish", family_medical_history: null },
            { id: 172, event_type: "vaccination", event_date: "2021-09-23", description: "The team confirmed the details and the shipment was cancelled.", clinic_name: "internal rehabilitation", vital_sign_type: "temperature", vital_sign_value: "79.84", allergy_type: "soy milk", family_medical_history: "The customer asked for a change and the item was reopened." },
            { id: 173, event_type: "vaccination", event_date: "2020-06-13", description: "An operator asked for a change and the item was replaced.", clinic_name: "oncology diagnostic", vital_sign_type: "blood_pressure", vital_sign_value: "95.56", allergy_type: "latex", family_medical_history: "The courier asked for a change and the claim was approved." },
            { id: 174, event_type: "vaccination", event_date: "2023-08-11", description: "The transfer was refunded — duplicate case, no further action.", clinic_name: "surgery health care", vital_sign_type: "heart_rate", vital_sign_value: "154.96", allergy_type: "seasonal", family_medical_history: "The reviewer confirmed the details and the ticket was reviewed." },
            { id: 175, event_type: "vaccination", event_date: "2020-12-02", description: "No response from the team, so the shipment was closed.", clinic_name: "primary rehabilitation cardiology", vital_sign_type: null, vital_sign_value: "184.14", allergy_type: "fish grass chemical", family_medical_history: "The courier reported an automatic issue; the order was completed." },
            { id: 176, event_type: "allergy", event_date: "2021-06-12", description: "The account owner reported a late issue; the order was delayed.", clinic_name: "internal surgery", vital_sign_type: "heart_rate", vital_sign_value: "145.12", allergy_type: "food pet latex", family_medical_history: null },
            { id: 177, event_type: "appointment", event_date: "2021-05-18", description: "No response from the reviewer, so the account was processed.", clinic_name: "orthopedic diagnostic surgery", vital_sign_type: "blood_pressure", vital_sign_value: "135.57", allergy_type: "insect", family_medical_history: "The account was refunded — duplicate case, no further action." },
            { id: 178, event_type: "allergy", event_date: "2023-01-19", description: "The customer confirmed the details and the report was escalated.", clinic_name: "family", vital_sign_type: "heart_rate", vital_sign_value: "65.94", allergy_type: null, family_medical_history: "The supplier reported a routine issue; the report was replaced." },
            { id: 179, event_type: "vaccination", event_date: "2020-01-09", description: "The team asked for a change and the account was resolved.", clinic_name: "health", vital_sign_type: "blood_pressure", vital_sign_value: "166.51", allergy_type: "egg", family_medical_history: "Support asked for a change and the payment was closed." },
            { id: 180, event_type: "vaccination", event_date: "2022-09-05", description: "The item was processed — urgent case, no further action.", clinic_name: "orthopedic medical", vital_sign_type: "blood_pressure", vital_sign_value: "182.31", allergy_type: "grass", family_medical_history: "The customer confirmed the details and the session was refunded." },
            { id: 181, event_type: "appointment", event_date: "2022-09-02", description: "The booking was replaced — minor case, no further action.", clinic_name: "women's medical orthopedic", vital_sign_type: "blood_pressure", vital_sign_value: "161.12", allergy_type: "seasonal pollen", family_medical_history: "The reviewer reported an urgent issue; the invoice was cancelled." },
            { id: 182, event_type: "vaccination", event_date: "2021-02-28", description: "The courier confirmed the details and the payment was closed.", clinic_name: "medical oncology community", vital_sign_type: "temperature", vital_sign_value: "93.13", allergy_type: "peanut", family_medical_history: "No response from the supplier, so the order was approved." },
            { id: 183, event_type: "vaccination", event_date: "2023-02-22", description: "An operator asked for a change and the transfer was approved.", clinic_name: "cardiology", vital_sign_type: null, vital_sign_value: "137.51", allergy_type: "food pollen insect", family_medical_history: "The courier asked for a change and the account was updated." },
            { id: 184, event_type: "vital_sign", event_date: "2023-09-21", description: "The customer confirmed the details and the delivery was cancelled.", clinic_name: "internal wellness", vital_sign_type: "temperature", vital_sign_value: "212.78", allergy_type: "milk egg peanut", family_medical_history: "The payment was cancelled — manual case, no further action." },
            { id: 185, event_type: "vaccination", event_date: "2022-12-17", description: "The account was confirmed — repeat case, no further action.", clinic_name: "primary medical surgery", vital_sign_type: "temperature", vital_sign_value: "111.13", allergy_type: "milk bee peanut", family_medical_history: "The supplier reported a standard issue; the request was confirmed." },
            { id: 186, event_type: "appointment", event_date: "2020-02-02", description: "The supplier reported a minor issue; the account was resolved.", clinic_name: "men's", vital_sign_type: "heart_rate", vital_sign_value: "85.03", allergy_type: null, family_medical_history: "The team confirmed the details and the session was reopened." },
            { id: 187, event_type: "appointment", event_date: "2020-10-26", description: "The reviewer asked for a change and the appointment was cancelled.", clinic_name: "urgent", vital_sign_type: "blood_pressure", vital_sign_value: "118.34", allergy_type: "peanut", family_medical_history: "The customer confirmed the details and the request was reopened." },
            { id: 188, event_type: "allergy", event_date: "2020-08-04", description: "The customer confirmed the details and the order was cancelled.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "tree shellfish wheat", family_medical_history: "The supplier reported a late issue; the invoice was completed." },
            { id: 189, event_type: "allergy", event_date: "2020-12-14", description: "The account owner reported an urgent issue; the item was replaced.", clinic_name: "family orthopedic community", vital_sign_type: "blood_pressure", vital_sign_value: "176.92", allergy_type: "shellfish", family_medical_history: "No response from the courier, so the account was reviewed." },
            { id: 190, event_type: "appointment", event_date: "2022-12-17", description: "The customer confirmed the details and the transfer was escalated.", clinic_name: "care", vital_sign_type: "heart_rate", vital_sign_value: "110.85", allergy_type: "mold peanut", family_medical_history: "No response from the account owner, so the invoice was reviewed." },
            { id: 191, event_type: "vaccination", event_date: "2022-12-11", description: "The payment was cancelled — partial case, no further action.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "88.20", allergy_type: "grass tree", family_medical_history: "The courier asked for a change and the ticket was reviewed." },
            { id: 192, event_type: "allergy", event_date: "2022-11-10", description: "The ticket was delayed — standard case, no further action.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "205.54", allergy_type: "insect dust", family_medical_history: null },
            { id: 193, event_type: "vaccination", event_date: "2022-09-16", description: "The shipment was closed — automatic case, no further action.", clinic_name: "wellness", vital_sign_type: "temperature", vital_sign_value: "156.81", allergy_type: "fish", family_medical_history: "The account was rejected — standard case, no further action." },
            { id: 194, event_type: "vaccination", event_date: "2022-06-10", description: "The reviewer asked for a change and the shipment was refunded.", clinic_name: "specialty", vital_sign_type: "blood_pressure", vital_sign_value: "199.28", allergy_type: null, family_medical_history: "The invoice was completed — manual case, no further action." },
            { id: 195, event_type: "vital_sign", event_date: "2023-09-09", description: "Support asked for a change and the refund was replaced.", clinic_name: "pediatric family", vital_sign_type: "blood_pressure", vital_sign_value: "174.83", allergy_type: "seasonal food", family_medical_history: "The customer reported a partial issue; the order was delayed." },
            { id: 196, event_type: "vital_sign", event_date: "2023-02-24", description: "The reviewer asked for a change and the request was cancelled.", clinic_name: "health internal specialty", vital_sign_type: "heart_rate", vital_sign_value: "90.83", allergy_type: "food bee", family_medical_history: "The session was cancelled — manual case, no further action." },
            { id: 197, event_type: "allergy", event_date: "2020-07-19", description: "The shipment was closed — manual case, no further action.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "57.37", allergy_type: "pet", family_medical_history: "The customer asked for a change and the booking was confirmed." },
            { id: 198, event_type: "appointment", event_date: "2020-02-25", description: "An operator reported an unusual issue; the invoice was reviewed.", clinic_name: "care oncology primary", vital_sign_type: "heart_rate", vital_sign_value: "163.61", allergy_type: "mold bee milk", family_medical_history: "The claim was rescheduled — unusual case, no further action." },
            { id: 199, event_type: "vital_sign", event_date: "2020-10-20", description: "The record was rejected — incomplete case, no further action.", clinic_name: "community", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "chemical mold", family_medical_history: "The customer asked for a change and the claim was delayed." },
            { id: 200, event_type: "vaccination", event_date: "2021-04-22", description: "The team reported a duplicate issue; the item was updated.", clinic_name: "men's oncology", vital_sign_type: "heart_rate", vital_sign_value: "169.38", allergy_type: "grass latex", family_medical_history: "The request was updated — standard case, no further action." },
            { id: 201, event_type: "vital_sign", event_date: "2022-05-12", description: "The order was replaced — incomplete case, no further action.", clinic_name: "dermatology men's", vital_sign_type: "temperature", vital_sign_value: "166.46", allergy_type: "soy", family_medical_history: "The account owner confirmed the details and the document was refunded." },
            { id: 202, event_type: "vital_sign", event_date: "2020-10-23", description: "The invoice was updated — repeat case, no further action.", clinic_name: "orthopedic health wellness", vital_sign_type: "heart_rate", vital_sign_value: "193.50", allergy_type: "pet", family_medical_history: "The courier asked for a change and the account was reviewed." },
            { id: 203, event_type: "vaccination", event_date: "2020-09-27", description: "The transfer was approved — repeat case, no further action.", clinic_name: "urgent internal pediatric", vital_sign_type: "heart_rate", vital_sign_value: "112.21", allergy_type: "tree", family_medical_history: "The booking was reopened — incomplete case, no further action." },
            { id: 204, event_type: "vital_sign", event_date: "2022-05-14", description: "The appointment was completed — minor case, no further action.", clinic_name: "men's", vital_sign_type: "temperature", vital_sign_value: "262.99", allergy_type: null, family_medical_history: "The supplier asked for a change and the session was replaced." },
            { id: 205, event_type: "vaccination", event_date: "2021-10-10", description: "The courier reported an automatic issue; the account was completed.", clinic_name: "medical cardiology", vital_sign_type: "blood_pressure", vital_sign_value: "245.28", allergy_type: "tree fish", family_medical_history: "The reviewer asked for a change and the ticket was closed." },
            { id: 206, event_type: "vaccination", event_date: "2023-10-27", description: "The record was reviewed — minor case, no further action.", clinic_name: "community", vital_sign_type: "heart_rate", vital_sign_value: "205.97", allergy_type: "seasonal", family_medical_history: "Support asked for a change and the refund was updated." },
            { id: 207, event_type: "allergy", event_date: "2021-12-17", description: "The customer confirmed the details and the refund was escalated.", clinic_name: "community dermatology", vital_sign_type: "heart_rate", vital_sign_value: "181.29", allergy_type: "fish dust milk", family_medical_history: "An operator confirmed the details and the report was resolved." },
            { id: 208, event_type: "family_history", event_date: "2020-03-29", description: "The account owner confirmed the details and the refund was delayed.", clinic_name: "care women's", vital_sign_type: "heart_rate", vital_sign_value: "119.92", allergy_type: "seasonal mold shellfish", family_medical_history: null },
            { id: 209, event_type: "appointment", event_date: "2022-12-16", description: "The booking was resolved — late case, no further action.", clinic_name: "specialty men's", vital_sign_type: "heart_rate", vital_sign_value: "208.30", allergy_type: "dust", family_medical_history: null },
            { id: 210, event_type: "appointment", event_date: "2021-02-06", description: "The request was replaced — duplicate case, no further action.", clinic_name: "specialty", vital_sign_type: "blood_pressure", vital_sign_value: "126.61", allergy_type: null, family_medical_history: null },
            { id: 211, event_type: "appointment", event_date: "2021-08-23", description: "The courier confirmed the details and the appointment was replaced.", clinic_name: "women's", vital_sign_type: null, vital_sign_value: "154.26", allergy_type: "medication pet", family_medical_history: "No response from an operator, so the record was approved." },
            { id: 212, event_type: "vaccination", event_date: "2023-02-16", description: "An operator confirmed the details and the appointment was rescheduled.", clinic_name: "men's urgent primary", vital_sign_type: "blood_pressure", vital_sign_value: "113.64", allergy_type: "chemical egg", family_medical_history: "The booking was delayed — routine case, no further action." },
            { id: 213, event_type: "vaccination", event_date: "2021-04-23", description: "The team reported a repeat issue; the delivery was rescheduled.", clinic_name: "medical", vital_sign_type: "heart_rate", vital_sign_value: "54.05", allergy_type: "soy peanut wheat", family_medical_history: "The customer confirmed the details and the request was approved." },
            { id: 214, event_type: "appointment", event_date: "2020-05-01", description: "The account owner asked for a change and the document was replaced.", clinic_name: "wellness", vital_sign_type: "blood_pressure", vital_sign_value: "199.09", allergy_type: "food", family_medical_history: null },
            { id: 215, event_type: "vital_sign", event_date: "2023-01-25", description: "The supplier reported a routine issue; the payment was cancelled.", clinic_name: "care", vital_sign_type: "blood_pressure", vital_sign_value: "137.64", allergy_type: "medication seasonal peanut", family_medical_history: "The transfer was delayed — unusual case, no further action." },
            { id: 216, event_type: "vaccination", event_date: "2021-11-12", description: "The payment was cancelled — urgent case, no further action.", clinic_name: "surgery community dermatology", vital_sign_type: "blood_pressure", vital_sign_value: "214.60", allergy_type: "soy", family_medical_history: "No response from the customer, so the delivery was escalated." },
            { id: 217, event_type: "vaccination", event_date: "2023-10-23", description: "The reviewer confirmed the details and the account was confirmed.", clinic_name: "community wellness", vital_sign_type: "temperature", vital_sign_value: "189.37", allergy_type: "latex seasonal", family_medical_history: "The reviewer confirmed the details and the invoice was reopened." },
            { id: 218, event_type: "appointment", event_date: "2020-05-06", description: "The customer confirmed the details and the booking was resolved.", clinic_name: "rehabilitation", vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "mold seasonal shellfish", family_medical_history: "The team confirmed the details and the document was reopened." },
            { id: 219, event_type: "vaccination", event_date: "2023-06-07", description: "The account was refunded — late case, no further action.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "100.80", allergy_type: "fish latex pollen", family_medical_history: "The ticket was cancelled — duplicate case, no further action." },
            { id: 220, event_type: "vital_sign", event_date: "2021-10-30", description: "The courier reported a minor issue; the ticket was reviewed.", clinic_name: "primary internal", vital_sign_type: "blood_pressure", vital_sign_value: "187.92", allergy_type: "mold tree pollen", family_medical_history: "The customer confirmed the details and the session was confirmed." },
            { id: 221, event_type: "vaccination", event_date: "2020-01-18", description: "The payment was approved — late case, no further action.", clinic_name: "surgery wellness community", vital_sign_type: "blood_pressure", vital_sign_value: "159.09", allergy_type: "medication bee", family_medical_history: "The team asked for a change and the account was resolved." },
            { id: 222, event_type: "allergy", event_date: "2021-10-04", description: "The claim was delayed — repeat case, no further action.", clinic_name: "community specialty", vital_sign_type: "heart_rate", vital_sign_value: "79.61", allergy_type: "wheat grass", family_medical_history: "No response from the supplier, so the shipment was escalated." },
            { id: 223, event_type: "vaccination", event_date: "2023-01-29", description: "The team confirmed the details and the record was rejected.", clinic_name: "internal community care", vital_sign_type: "heart_rate", vital_sign_value: "105.55", allergy_type: "fish mold insect", family_medical_history: "The account owner asked for a change and the refund was delayed." },
            { id: 224, event_type: "vital_sign", event_date: "2023-04-11", description: "No response from the customer, so the item was delayed.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "197.57", allergy_type: "bee latex grass", family_medical_history: null },
            { id: 225, event_type: "appointment", event_date: "2020-12-23", description: "The courier reported a partial issue; the refund was resolved.", clinic_name: "internal men's", vital_sign_type: "temperature", vital_sign_value: "66.53", allergy_type: "peanut egg", family_medical_history: "The record was refunded — manual case, no further action." },
            { id: 226, event_type: "appointment", event_date: "2020-01-02", description: "No response from the reviewer, so the document was replaced.", clinic_name: "surgery oncology women's", vital_sign_type: "blood_pressure", vital_sign_value: "179.85", allergy_type: "mold fish wheat", family_medical_history: "No response from an operator, so the ticket was processed." },
            { id: 227, event_type: "vaccination", event_date: "2022-06-01", description: "The refund was rescheduled — repeat case, no further action.", clinic_name: "rehabilitation", vital_sign_type: "blood_pressure", vital_sign_value: "116.38", allergy_type: "bee", family_medical_history: "The customer reported an automatic issue; the payment was reopened." },
            { id: 228, event_type: "appointment", event_date: "2023-06-03", description: "The account owner confirmed the details and the invoice was rejected.", clinic_name: "orthopedic urgent", vital_sign_type: "blood_pressure", vital_sign_value: "166.07", allergy_type: "dust peanut fish", family_medical_history: "The customer reported a minor issue; the delivery was cancelled." },
            { id: 229, event_type: "vital_sign", event_date: "2022-09-03", description: "The courier reported a partial issue; the appointment was reviewed.", clinic_name: "orthopedic specialty dermatology", vital_sign_type: "heart_rate", vital_sign_value: "88.67", allergy_type: "milk shellfish", family_medical_history: "An operator asked for a change and the transfer was replaced." },
            { id: 230, event_type: "vaccination", event_date: "2021-12-24", description: "The account owner confirmed the details and the report was rescheduled.", clinic_name: "diagnostic cardiology", vital_sign_type: null, vital_sign_value: "109.66", allergy_type: "food", family_medical_history: "The record was cancelled — repeat case, no further action." },
            { id: 231, event_type: "appointment", event_date: "2023-10-04", description: "No response from the account owner, so the claim was resolved.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "86.01", allergy_type: null, family_medical_history: "The report was approved — minor case, no further action." },
            { id: 232, event_type: "appointment", event_date: "2020-02-12", description: "The supplier reported a manual issue; the shipment was delayed.", clinic_name: "wellness health", vital_sign_type: "blood_pressure", vital_sign_value: "226.73", allergy_type: "latex pet tree", family_medical_history: "The supplier confirmed the details and the invoice was closed." },
            { id: 233, event_type: "vaccination", event_date: "2022-08-08", description: "The supplier asked for a change and the invoice was approved.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "134.56", allergy_type: null, family_medical_history: "An operator reported an urgent issue; the booking was reopened." },
            { id: 234, event_type: "vaccination", event_date: "2023-01-27", description: "The delivery was replaced — urgent case, no further action.", clinic_name: "specialty women's rehabilitation", vital_sign_type: "heart_rate", vital_sign_value: "101.72", allergy_type: "pollen milk pet", family_medical_history: "An operator confirmed the details and the refund was reviewed." },
            { id: 235, event_type: "vital_sign", event_date: "2021-01-15", description: "The appointment was processed — repeat case, no further action.", clinic_name: "internal", vital_sign_type: "blood_pressure", vital_sign_value: "139.19", allergy_type: "food", family_medical_history: "No response from the supplier, so the shipment was resolved." },
            { id: 236, event_type: "vaccination", event_date: "2020-03-07", description: "The customer asked for a change and the request was confirmed.", clinic_name: "health men's oncology", vital_sign_type: "heart_rate", vital_sign_value: "73.73", allergy_type: "dust", family_medical_history: "The customer confirmed the details and the transfer was resolved." },
            { id: 237, event_type: "appointment", event_date: "2023-01-28", description: "The transfer was reopened — urgent case, no further action.", clinic_name: "wellness", vital_sign_type: null, vital_sign_value: "171.33", allergy_type: "latex", family_medical_history: null },
            { id: 238, event_type: "vaccination", event_date: "2021-12-25", description: "The team reported a standard issue; the shipment was escalated.", clinic_name: "health orthopedic wellness", vital_sign_type: "temperature", vital_sign_value: "114.88", allergy_type: "insect mold", family_medical_history: null },
            { id: 239, event_type: "vaccination", event_date: "2021-09-27", description: "No response from the team, so the report was closed.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "157.90", allergy_type: "mold insect", family_medical_history: "The supplier asked for a change and the refund was rejected." },
            { id: 240, event_type: "appointment", event_date: "2023-10-31", description: "The ticket was rejected — duplicate case, no further action.", clinic_name: "health women's", vital_sign_type: "temperature", vital_sign_value: "178.93", allergy_type: "dust insect", family_medical_history: "The team reported a minor issue; the document was confirmed." },
            { id: 241, event_type: "vaccination", event_date: "2022-01-28", description: "The report was escalated — standard case, no further action.", clinic_name: "internal pediatric", vital_sign_type: "blood_pressure", vital_sign_value: "161.54", allergy_type: "soy", family_medical_history: "The supplier asked for a change and the payment was processed." },
            { id: 242, event_type: "vaccination", event_date: "2022-01-05", description: "The courier reported an automatic issue; the report was reopened.", clinic_name: "men's urgent specialty", vital_sign_type: null, vital_sign_value: "153.56", allergy_type: "mold food egg", family_medical_history: "The team asked for a change and the refund was approved." },
            { id: 243, event_type: "appointment", event_date: "2021-11-25", description: "The request was rejected — duplicate case, no further action.", clinic_name: "health women's orthopedic", vital_sign_type: "temperature", vital_sign_value: "172.35", allergy_type: "pollen insect latex", family_medical_history: "The reviewer reported a late issue; the transfer was reviewed." },
            { id: 244, event_type: "appointment", event_date: "2023-01-03", description: "The courier confirmed the details and the claim was closed.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "193.38", allergy_type: "grass soy", family_medical_history: "No response from the reviewer, so the order was completed." },
            { id: 245, event_type: "vaccination", event_date: "2020-10-26", description: "The customer confirmed the details and the account was approved.", clinic_name: "pediatric cardiology", vital_sign_type: null, vital_sign_value: null, allergy_type: "food milk grass", family_medical_history: "The payment was rescheduled — repeat case, no further action." },
            { id: 246, event_type: "vaccination", event_date: "2022-10-16", description: "An operator confirmed the details and the invoice was resolved.", clinic_name: "diagnostic care men's", vital_sign_type: "blood_pressure", vital_sign_value: "88.80", allergy_type: "bee dust", family_medical_history: "The supplier asked for a change and the booking was rejected." },
            { id: 247, event_type: "vaccination", event_date: "2021-10-10", description: "The account owner asked for a change and the payment was reopened.", clinic_name: "men's surgery", vital_sign_type: "heart_rate", vital_sign_value: "177.11", allergy_type: "seasonal", family_medical_history: "The courier confirmed the details and the booking was resolved." },
            { id: 248, event_type: "vaccination", event_date: "2021-07-01", description: "The appointment was replaced — incomplete case, no further action.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "196.61", allergy_type: "latex", family_medical_history: "No response from the team, so the refund was approved." },
            { id: 249, event_type: "vital_sign", event_date: "2022-03-15", description: "An operator reported a repeat issue; the ticket was rejected.", clinic_name: "orthopedic", vital_sign_type: "temperature", vital_sign_value: "129.75", allergy_type: "peanut", family_medical_history: "No response from the reviewer, so the claim was processed." },
            { id: 250, event_type: "vaccination", event_date: "2020-01-14", description: "The account owner confirmed the details and the record was processed.", clinic_name: "orthopedic internal", vital_sign_type: "temperature", vital_sign_value: "83.56", allergy_type: "dust soy grass", family_medical_history: "The courier confirmed the details and the refund was confirmed." },
            { id: 251, event_type: "appointment", event_date: "2020-09-01", description: "The supplier reported a partial issue; the item was closed.", clinic_name: "community", vital_sign_type: "heart_rate", vital_sign_value: "143.83", allergy_type: "tree dust pet", family_medical_history: null },
            { id: 252, event_type: "vaccination", event_date: "2022-06-26", description: "The supplier confirmed the details and the item was completed.", clinic_name: "diagnostic urgent", vital_sign_type: "blood_pressure", vital_sign_value: "227.24", allergy_type: "milk insect soy", family_medical_history: "The appointment was reopened — partial case, no further action." },
            { id: 253, event_type: "family_history", event_date: "2022-04-19", description: "Support asked for a change and the booking was rejected.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "110.83", allergy_type: "pet egg", family_medical_history: "The courier confirmed the details and the report was refunded." },
            { id: 254, event_type: "vital_sign", event_date: "2022-08-10", description: "The customer reported a partial issue; the order was reviewed.", clinic_name: "cardiology", vital_sign_type: "heart_rate", vital_sign_value: "172.33", allergy_type: "milk latex pollen", family_medical_history: null },
            { id: 255, event_type: "appointment", event_date: "2021-07-17", description: "No response from the account owner, so the request was confirmed.", clinic_name: "health diagnostic", vital_sign_type: "temperature", vital_sign_value: "120.79", allergy_type: "food insect dust", family_medical_history: "The account owner confirmed the details and the ticket was rejected." },
            { id: 256, event_type: "vital_sign", event_date: "2023-02-22", description: "The courier reported a minor issue; the delivery was refunded.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "199.42", allergy_type: "chemical", family_medical_history: "The document was updated — partial case, no further action." },
            { id: 257, event_type: "family_history", event_date: "2022-01-22", description: "The team asked for a change and the item was updated.", clinic_name: "health care primary", vital_sign_type: "blood_pressure", vital_sign_value: "144.35", allergy_type: "egg shellfish chemical", family_medical_history: "The reviewer confirmed the details and the booking was replaced." },
            { id: 258, event_type: "vaccination", event_date: "2022-01-08", description: "No response from the customer, so the record was rescheduled.", clinic_name: "diagnostic", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "wheat latex bee", family_medical_history: "The supplier confirmed the details and the claim was completed." },
            { id: 259, event_type: "vaccination", event_date: "2021-03-04", description: "Support asked for a change and the report was processed.", clinic_name: "care internal", vital_sign_type: null, vital_sign_value: null, allergy_type: null, family_medical_history: "An operator confirmed the details and the item was refunded." },
            { id: 260, event_type: "vaccination", event_date: "2023-01-28", description: "The courier reported an urgent issue; the item was rejected.", clinic_name: "medical", vital_sign_type: "heart_rate", vital_sign_value: "163.59", allergy_type: "shellfish medication mold", family_medical_history: "The team confirmed the details and the shipment was replaced." },
            { id: 261, event_type: "appointment", event_date: "2021-01-22", description: "The supplier reported a partial issue; the order was reopened.", clinic_name: "wellness oncology", vital_sign_type: "temperature", vital_sign_value: "185.16", allergy_type: "insect", family_medical_history: "The team reported a minor issue; the document was rejected." },
            { id: 262, event_type: "allergy", event_date: "2023-08-18", description: "The account owner confirmed the details and the session was reopened.", clinic_name: "oncology specialty", vital_sign_type: "blood_pressure", vital_sign_value: "74.13", allergy_type: "seasonal", family_medical_history: "No response from the team, so the payment was resolved." },
            { id: 263, event_type: "family_history", event_date: "2020-05-26", description: "No response from the reviewer, so the session was closed.", clinic_name: "oncology", vital_sign_type: "heart_rate", vital_sign_value: "141.52", allergy_type: "dust shellfish grass", family_medical_history: "The supplier asked for a change and the appointment was approved." },
            { id: 264, event_type: "appointment", event_date: "2022-11-26", description: "Support asked for a change and the document was cancelled.", clinic_name: "wellness internal oncology", vital_sign_type: "temperature", vital_sign_value: "109.96", allergy_type: "mold bee", family_medical_history: "The reviewer asked for a change and the ticket was escalated." },
            { id: 265, event_type: "appointment", event_date: "2022-01-19", description: "The document was rejected — minor case, no further action.", clinic_name: "primary rehabilitation orthopedic", vital_sign_type: "temperature", vital_sign_value: "147.32", allergy_type: "bee medication", family_medical_history: "No response from the courier, so the booking was closed." },
            { id: 266, event_type: "appointment", event_date: "2021-01-13", description: "The item was refunded — urgent case, no further action.", clinic_name: "men's", vital_sign_type: null, vital_sign_value: "111.50", allergy_type: "chemical dust latex", family_medical_history: "The record was closed — repeat case, no further action." },
            { id: 267, event_type: "appointment", event_date: "2023-10-07", description: "The account owner reported a minor issue; the session was replaced.", clinic_name: "diagnostic medical", vital_sign_type: "blood_pressure", vital_sign_value: "141.73", allergy_type: "tree peanut egg", family_medical_history: null },
            { id: 268, event_type: "allergy", event_date: "2023-10-05", description: "An operator reported a manual issue; the claim was processed.", clinic_name: "urgent orthopedic", vital_sign_type: null, vital_sign_value: "131.27", allergy_type: "shellfish", family_medical_history: "The supplier reported a late issue; the shipment was refunded." },
            { id: 269, event_type: "vital_sign", event_date: "2021-09-29", description: "The team asked for a change and the delivery was approved.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "165.54", allergy_type: "latex soy insect", family_medical_history: "No response from the team, so the refund was reviewed." },
            { id: 270, event_type: "allergy", event_date: "2021-10-16", description: "No response from the reviewer, so the record was replaced.", clinic_name: "diagnostic orthopedic wellness", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "latex bee", family_medical_history: "No response from the supplier, so the shipment was completed." },
            { id: 271, event_type: "vaccination", event_date: "2021-09-10", description: "No response from the team, so the order was reopened.", clinic_name: "women's", vital_sign_type: "blood_pressure", vital_sign_value: "108.38", allergy_type: "milk", family_medical_history: "The appointment was reviewed — routine case, no further action." },
            { id: 272, event_type: "vaccination", event_date: "2022-08-12", description: "The courier asked for a change and the transfer was rescheduled.", clinic_name: "health", vital_sign_type: "temperature", vital_sign_value: "148.38", allergy_type: "grass milk fish", family_medical_history: "The courier confirmed the details and the invoice was reopened." },
            { id: 273, event_type: "vital_sign", event_date: "2023-07-11", description: "The supplier confirmed the details and the invoice was escalated.", clinic_name: "specialty", vital_sign_type: "blood_pressure", vital_sign_value: "130.82", allergy_type: "peanut bee grass", family_medical_history: "The customer asked for a change and the refund was delayed." },
            { id: 274, event_type: "vaccination", event_date: "2020-02-26", description: "No response from the account owner, so the claim was approved.", clinic_name: "cardiology urgent care", vital_sign_type: "blood_pressure", vital_sign_value: "143.40", allergy_type: "pet food dust", family_medical_history: null },
            { id: 275, event_type: "vital_sign", event_date: "2023-09-14", description: "The account owner asked for a change and the record was replaced.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "209.52", allergy_type: "shellfish wheat tree", family_medical_history: "The customer reported a manual issue; the item was reopened." },
            { id: 276, event_type: "appointment", event_date: "2020-08-12", description: "An operator reported a standard issue; the transfer was closed.", clinic_name: "community oncology", vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "food shellfish", family_medical_history: "The shipment was confirmed — duplicate case, no further action." },
            { id: 277, event_type: "appointment", event_date: "2020-10-11", description: "The ticket was processed — urgent case, no further action.", clinic_name: "women's medical urgent", vital_sign_type: null, vital_sign_value: "87.98", allergy_type: "wheat soy fish", family_medical_history: "The customer reported a late issue; the refund was processed." },
            { id: 278, event_type: "appointment", event_date: "2021-11-16", description: "The appointment was replaced — partial case, no further action.", clinic_name: "surgery family", vital_sign_type: "heart_rate", vital_sign_value: "175.02", allergy_type: "seasonal soy", family_medical_history: "The courier reported a late issue; the delivery was replaced." },
            { id: 279, event_type: "appointment", event_date: "2022-11-17", description: "The session was updated — minor case, no further action.", clinic_name: "oncology family", vital_sign_type: "blood_pressure", vital_sign_value: "102.12", allergy_type: null, family_medical_history: "The invoice was reopened — minor case, no further action." },
            { id: 280, event_type: "appointment", event_date: "2021-12-30", description: "The team reported a standard issue; the record was closed.", clinic_name: "dermatology specialty", vital_sign_type: null, vital_sign_value: "119.73", allergy_type: "soy", family_medical_history: "The session was replaced — partial case, no further action." },
            { id: 281, event_type: "family_history", event_date: "2021-04-28", description: "The claim was refunded — urgent case, no further action.", clinic_name: "wellness care", vital_sign_type: "temperature", vital_sign_value: "127.56", allergy_type: "mold pet", family_medical_history: "No response from an operator, so the item was resolved." },
            { id: 282, event_type: "vaccination", event_date: "2021-02-11", description: "No response from the reviewer, so the item was replaced.", clinic_name: "community men's care", vital_sign_type: "temperature", vital_sign_value: "144.42", allergy_type: "fish mold", family_medical_history: "The ticket was reviewed — standard case, no further action." },
            { id: 283, event_type: "vaccination", event_date: "2023-10-22", description: "No response from the account owner, so the session was cancelled.", clinic_name: "community", vital_sign_type: "temperature", vital_sign_value: "148.21", allergy_type: "tree pollen fish", family_medical_history: "An operator reported an incomplete issue; the session was completed." },
            { id: 284, event_type: "vaccination", event_date: "2020-09-22", description: "No response from an operator, so the claim was confirmed.", clinic_name: "urgent", vital_sign_type: "heart_rate", vital_sign_value: "101.73", allergy_type: "chemical", family_medical_history: null },
            { id: 285, event_type: "appointment", event_date: "2023-11-29", description: "The courier reported a manual issue; the payment was cancelled.", clinic_name: "primary women's community", vital_sign_type: "heart_rate", vital_sign_value: "89.84", allergy_type: "wheat", family_medical_history: "The reviewer confirmed the details and the request was delayed." },
            { id: 286, event_type: "vital_sign", event_date: "2023-04-06", description: "The courier asked for a change and the session was processed.", clinic_name: "oncology", vital_sign_type: "temperature", vital_sign_value: "170.01", allergy_type: "medication shellfish peanut", family_medical_history: "The customer confirmed the details and the refund was updated." },
            { id: 287, event_type: "appointment", event_date: "2020-02-07", description: "The account owner asked for a change and the booking was reopened.", clinic_name: "orthopedic", vital_sign_type: "blood_pressure", vital_sign_value: "132.31", allergy_type: "wheat seasonal latex", family_medical_history: "No response from the reviewer, so the order was resolved." },
            { id: 288, event_type: "family_history", event_date: "2020-10-21", description: "An operator asked for a change and the account was reopened.", clinic_name: "health", vital_sign_type: "heart_rate", vital_sign_value: "163.44", allergy_type: "latex fish seasonal", family_medical_history: "An operator reported a repeat issue; the session was replaced." },
            { id: 289, event_type: "appointment", event_date: "2020-07-01", description: "The customer asked for a change and the payment was approved.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "159.94", allergy_type: "medication food", family_medical_history: "An operator asked for a change and the document was escalated." },
            { id: 290, event_type: "vaccination", event_date: "2022-02-15", description: "The refund was reviewed — manual case, no further action.", clinic_name: "oncology", vital_sign_type: "heart_rate", vital_sign_value: "128.67", allergy_type: "egg fish medication", family_medical_history: "The session was reviewed — incomplete case, no further action." },
            { id: 291, event_type: "appointment", event_date: "2021-01-29", description: "The customer asked for a change and the shipment was confirmed.", clinic_name: "orthopedic rehabilitation primary", vital_sign_type: "blood_pressure", vital_sign_value: "143.86", allergy_type: null, family_medical_history: "The courier reported a routine issue; the appointment was confirmed." },
            { id: 292, event_type: "vaccination", event_date: "2023-08-12", description: "The account was rejected — late case, no further action.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "193.08", allergy_type: "fish seasonal", family_medical_history: "The account was completed — late case, no further action." },
            { id: 293, event_type: "vaccination", event_date: "2021-12-24", description: "No response from the customer, so the transfer was reopened.", clinic_name: "oncology care community", vital_sign_type: "blood_pressure", vital_sign_value: "128.95", allergy_type: null, family_medical_history: "The account owner confirmed the details and the account was updated." },
            { id: 294, event_type: "vaccination", event_date: "2023-02-23", description: "The account owner asked for a change and the claim was refunded.", clinic_name: "family", vital_sign_type: "blood_pressure", vital_sign_value: "169.17", allergy_type: null, family_medical_history: "The supplier reported an automatic issue; the refund was reopened." },
            { id: 295, event_type: "vaccination", event_date: "2020-04-04", description: "The courier asked for a change and the refund was cancelled.", clinic_name: "men's", vital_sign_type: "heart_rate", vital_sign_value: "85.38", allergy_type: "seasonal fish", family_medical_history: "The transfer was rescheduled — late case, no further action." },
            { id: 296, event_type: "family_history", event_date: "2021-07-08", description: "The record was closed — unusual case, no further action.", clinic_name: "diagnostic cardiology", vital_sign_type: "heart_rate", vital_sign_value: "165.81", allergy_type: "milk", family_medical_history: "No response from the customer, so the request was rescheduled." },
            { id: 297, event_type: "vital_sign", event_date: "2020-10-13", description: "The courier confirmed the details and the shipment was resolved.", clinic_name: "health", vital_sign_type: "blood_pressure", vital_sign_value: "159.01", allergy_type: "chemical pollen", family_medical_history: "The delivery was reopened — late case, no further action." },
            { id: 298, event_type: "vital_sign", event_date: "2021-04-22", description: "The courier reported an urgent issue; the delivery was confirmed.", clinic_name: "surgery primary", vital_sign_type: "temperature", vital_sign_value: "200.40", allergy_type: "food", family_medical_history: "The team asked for a change and the booking was escalated." },
            { id: 299, event_type: "appointment", event_date: "2021-10-16", description: "The item was replaced — manual case, no further action.", clinic_name: "health", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "shellfish fish tree", family_medical_history: "The item was resolved — manual case, no further action." },
            { id: 300, event_type: "appointment", event_date: "2022-05-11", description: "No response from the supplier, so the delivery was delayed.", clinic_name: "family urgent specialty", vital_sign_type: "blood_pressure", vital_sign_value: "121.97", allergy_type: null, family_medical_history: "The team asked for a change and the appointment was replaced." },
            { id: 301, event_type: "vaccination", event_date: "2022-01-09", description: "An operator reported a partial issue; the booking was rescheduled.", clinic_name: "cardiology urgent surgery", vital_sign_type: "temperature", vital_sign_value: "172.26", allergy_type: null, family_medical_history: "The customer reported a manual issue; the invoice was approved." },
            { id: 302, event_type: "appointment", event_date: "2021-12-27", description: "No response from the team, so the session was rescheduled.", clinic_name: "cardiology dermatology", vital_sign_type: "temperature", vital_sign_value: "160.51", allergy_type: "milk tree", family_medical_history: "An operator asked for a change and the record was refunded." },
            { id: 303, event_type: "appointment", event_date: "2020-01-01", description: "The customer confirmed the details and the transfer was rejected.", clinic_name: "urgent", vital_sign_type: null, vital_sign_value: "160.36", allergy_type: "medication seasonal", family_medical_history: null },
            { id: 304, event_type: "vaccination", event_date: "2022-02-04", description: "The customer asked for a change and the claim was reviewed.", clinic_name: "surgery", vital_sign_type: "heart_rate", vital_sign_value: "145.77", allergy_type: "shellfish wheat grass", family_medical_history: "No response from an operator, so the order was closed." },
            { id: 305, event_type: "vaccination", event_date: "2021-03-18", description: "The reviewer confirmed the details and the document was delayed.", clinic_name: "orthopedic men's", vital_sign_type: "temperature", vital_sign_value: "174.13", allergy_type: "seasonal bee pollen", family_medical_history: "No response from an operator, so the claim was confirmed." },
            { id: 306, event_type: "vital_sign", event_date: "2022-09-03", description: "The customer reported a routine issue; the order was rescheduled.", clinic_name: "cardiology", vital_sign_type: "blood_pressure", vital_sign_value: "119.64", allergy_type: "food wheat", family_medical_history: "The payment was completed — late case, no further action." },
            { id: 307, event_type: "appointment", event_date: "2023-10-24", description: "The reviewer asked for a change and the account was delayed.", clinic_name: "men's", vital_sign_type: "blood_pressure", vital_sign_value: "220.98", allergy_type: "food peanut", family_medical_history: "The supplier asked for a change and the document was delayed." },
            { id: 308, event_type: "family_history", event_date: "2022-11-08", description: "No response from the customer, so the account was closed.", clinic_name: "orthopedic", vital_sign_type: "heart_rate", vital_sign_value: "135.49", allergy_type: "chemical pollen", family_medical_history: "The team confirmed the details and the ticket was confirmed." },
            { id: 309, event_type: "vaccination", event_date: "2023-11-18", description: "The customer reported a routine issue; the shipment was reopened.", clinic_name: "cardiology dermatology specialty", vital_sign_type: "blood_pressure", vital_sign_value: "160.42", allergy_type: "food egg", family_medical_history: null },
            { id: 310, event_type: "appointment", event_date: "2021-07-29", description: "No response from the supplier, so the session was escalated.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "114.23", allergy_type: "insect fish", family_medical_history: "An operator asked for a change and the report was resolved." },
            { id: 311, event_type: "appointment", event_date: "2021-08-31", description: "The reviewer confirmed the details and the session was rescheduled.", clinic_name: "primary wellness", vital_sign_type: "blood_pressure", vital_sign_value: "230.30", allergy_type: "pollen", family_medical_history: "The document was resolved — unusual case, no further action." },
            { id: 312, event_type: "vaccination", event_date: "2022-11-25", description: "The item was cancelled — routine case, no further action.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "119.28", allergy_type: "medication peanut", family_medical_history: null },
            { id: 313, event_type: "family_history", event_date: "2023-06-04", description: "The reviewer reported a minor issue; the report was rescheduled.", clinic_name: "women's primary care", vital_sign_type: null, vital_sign_value: "171.83", allergy_type: "milk", family_medical_history: "The booking was completed — routine case, no further action." },
            { id: 314, event_type: "vaccination", event_date: "2023-08-06", description: "No response from the reviewer, so the transfer was refunded.", clinic_name: "care", vital_sign_type: null, vital_sign_value: "124.18", allergy_type: "egg", family_medical_history: "The reviewer reported a minor issue; the claim was completed." },
            { id: 315, event_type: "vaccination", event_date: "2023-12-23", description: "The customer reported a late issue; the appointment was processed.", clinic_name: "care family", vital_sign_type: "temperature", vital_sign_value: "175.04", allergy_type: "pollen dust shellfish", family_medical_history: "The account owner reported a late issue; the record was approved." },
            { id: 316, event_type: "family_history", event_date: "2023-08-03", description: "The customer asked for a change and the ticket was processed.", clinic_name: "health", vital_sign_type: "blood_pressure", vital_sign_value: "166.64", allergy_type: "fish soy", family_medical_history: null },
            { id: 317, event_type: "vaccination", event_date: "2022-10-18", description: "The document was replaced — routine case, no further action.", clinic_name: "surgery rehabilitation", vital_sign_type: "heart_rate", vital_sign_value: "176.99", allergy_type: "dust", family_medical_history: null },
            { id: 318, event_type: "vaccination", event_date: "2021-01-01", description: "The claim was confirmed — unusual case, no further action.", clinic_name: "cardiology family community", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "medication", family_medical_history: null },
            { id: 319, event_type: "vital_sign", event_date: "2022-01-23", description: "The team reported a late issue; the claim was processed.", clinic_name: "specialty", vital_sign_type: null, vital_sign_value: "106.26", allergy_type: "egg", family_medical_history: "The customer confirmed the details and the request was resolved." },
            { id: 320, event_type: "appointment", event_date: "2022-10-31", description: "The account owner confirmed the details and the session was reopened.", clinic_name: "oncology wellness", vital_sign_type: "temperature", vital_sign_value: "125.93", allergy_type: "milk soy", family_medical_history: "The account owner confirmed the details and the document was cancelled." },
            { id: 321, event_type: "family_history", event_date: "2023-10-29", description: "The account owner confirmed the details and the record was rescheduled.", clinic_name: "care", vital_sign_type: "heart_rate", vital_sign_value: "106.76", allergy_type: null, family_medical_history: "The booking was processed — late case, no further action." },
            { id: 322, event_type: "vaccination", event_date: "2023-03-11", description: "The team confirmed the details and the account was rejected.", clinic_name: "pediatric specialty", vital_sign_type: "blood_pressure", vital_sign_value: "117.92", allergy_type: "tree peanut", family_medical_history: "The courier reported an automatic issue; the appointment was closed." },
            { id: 323, event_type: "vaccination", event_date: "2020-05-12", description: "No response from the reviewer, so the report was updated.", clinic_name: "orthopedic care community", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "soy egg", family_medical_history: "The reviewer reported a repeat issue; the order was escalated." },
            { id: 324, event_type: "vaccination", event_date: "2022-11-06", description: "No response from an operator, so the record was reviewed.", clinic_name: "women's diagnostic dermatology", vital_sign_type: "blood_pressure", vital_sign_value: "72.82", allergy_type: "shellfish", family_medical_history: "An operator asked for a change and the record was refunded." },
            { id: 325, event_type: "vaccination", event_date: "2023-12-07", description: "The customer reported a standard issue; the transfer was refunded.", clinic_name: "community men's care", vital_sign_type: "temperature", vital_sign_value: "83.03", allergy_type: "pollen soy egg", family_medical_history: "The supplier asked for a change and the transfer was refunded." },
            { id: 326, event_type: "vaccination", event_date: "2022-09-09", description: "No response from the team, so the booking was reviewed.", clinic_name: "rehabilitation", vital_sign_type: "heart_rate", vital_sign_value: "153.65", allergy_type: "pollen wheat chemical", family_medical_history: "An operator reported a duplicate issue; the shipment was reviewed." },
            { id: 327, event_type: "vaccination", event_date: "2023-09-18", description: "The team confirmed the details and the shipment was reviewed.", clinic_name: "men's", vital_sign_type: "temperature", vital_sign_value: "122.77", allergy_type: "grass chemical shellfish", family_medical_history: "The reviewer asked for a change and the document was rejected." },
            { id: 328, event_type: "allergy", event_date: "2021-06-15", description: "No response from an operator, so the transfer was reviewed.", clinic_name: "oncology cardiology men's", vital_sign_type: "temperature", vital_sign_value: "93.68", allergy_type: null, family_medical_history: "The document was completed — repeat case, no further action." },
            { id: 329, event_type: "vaccination", event_date: "2021-11-11", description: "No response from the team, so the transfer was rejected.", clinic_name: "cardiology", vital_sign_type: "blood_pressure", vital_sign_value: "131.04", allergy_type: null, family_medical_history: "Support asked for a change and the refund was completed." },
            { id: 330, event_type: "vaccination", event_date: "2020-12-21", description: "The reviewer reported a duplicate issue; the booking was confirmed.", clinic_name: "dermatology diagnostic", vital_sign_type: "heart_rate", vital_sign_value: "170.64", allergy_type: "egg insect grass", family_medical_history: "The report was rejected — routine case, no further action." },
            { id: 331, event_type: "family_history", event_date: "2020-04-14", description: "The supplier asked for a change and the appointment was delayed.", clinic_name: "health", vital_sign_type: "blood_pressure", vital_sign_value: "68.43", allergy_type: "mold food", family_medical_history: "The supplier asked for a change and the claim was approved." },
            { id: 332, event_type: "vaccination", event_date: "2020-11-23", description: "No response from the account owner, so the session was resolved.", clinic_name: "surgery dermatology urgent", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "bee pollen medication", family_medical_history: "The account was rescheduled — minor case, no further action." },
            { id: 333, event_type: "appointment", event_date: "2021-07-07", description: "The invoice was delayed — duplicate case, no further action.", clinic_name: "community diagnostic specialty", vital_sign_type: "temperature", vital_sign_value: "136.97", allergy_type: "peanut", family_medical_history: "The customer confirmed the details and the booking was closed." },
            { id: 334, event_type: "vaccination", event_date: "2023-02-06", description: "The courier reported a routine issue; the delivery was closed.", clinic_name: "medical wellness diagnostic", vital_sign_type: "temperature", vital_sign_value: "165.27", allergy_type: "milk soy", family_medical_history: "The claim was refunded — urgent case, no further action." },
            { id: 335, event_type: "vital_sign", event_date: "2021-03-22", description: "No response from the account owner, so the document was escalated.", clinic_name: "orthopedic family medical", vital_sign_type: "heart_rate", vital_sign_value: "145.23", allergy_type: "seasonal milk", family_medical_history: null },
            { id: 336, event_type: "appointment", event_date: "2020-02-09", description: "The customer asked for a change and the document was updated.", clinic_name: "wellness diagnostic", vital_sign_type: "heart_rate", vital_sign_value: "141.29", allergy_type: "latex soy", family_medical_history: "The account owner asked for a change and the report was rejected." },
            { id: 337, event_type: "appointment", event_date: "2021-10-11", description: "No response from the customer, so the order was replaced.", clinic_name: "care oncology specialty", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: null, family_medical_history: "The customer asked for a change and the payment was completed." },
            { id: 338, event_type: "family_history", event_date: "2022-09-24", description: "No response from the customer, so the delivery was delayed.", clinic_name: "cardiology specialty women's", vital_sign_type: "temperature", vital_sign_value: "152.08", allergy_type: "fish dust", family_medical_history: "No response from the courier, so the booking was reviewed." },
            { id: 339, event_type: "vaccination", event_date: "2021-02-08", description: "The item was updated — duplicate case, no further action.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "142.72", allergy_type: "fish soy peanut", family_medical_history: null },
            { id: 340, event_type: "vaccination", event_date: "2023-12-03", description: "The reviewer reported a standard issue; the report was replaced.", clinic_name: "internal", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "peanut", family_medical_history: null },
            { id: 341, event_type: "vaccination", event_date: "2020-01-21", description: "The account owner asked for a change and the claim was closed.", clinic_name: "internal", vital_sign_type: null, vital_sign_value: "126.25", allergy_type: "shellfish pollen egg", family_medical_history: "The team reported an automatic issue; the booking was replaced." },
            { id: 342, event_type: "vaccination", event_date: "2020-01-01", description: "The reviewer asked for a change and the claim was confirmed.", clinic_name: "women's internal", vital_sign_type: "heart_rate", vital_sign_value: "185.45", allergy_type: "soy chemical", family_medical_history: "The supplier confirmed the details and the ticket was replaced." },
            { id: 343, event_type: "vital_sign", event_date: "2023-08-08", description: "The account owner asked for a change and the appointment was refunded.", clinic_name: "surgery specialty orthopedic", vital_sign_type: "heart_rate", vital_sign_value: "102.28", allergy_type: "soy bee pet", family_medical_history: "The refund was rescheduled — minor case, no further action." },
            { id: 344, event_type: "vaccination", event_date: "2022-07-29", description: "The item was cancelled — routine case, no further action.", clinic_name: "surgery dermatology", vital_sign_type: "blood_pressure", vital_sign_value: "166.40", allergy_type: "egg", family_medical_history: "No response from the reviewer, so the request was confirmed." },
            { id: 345, event_type: "vaccination", event_date: "2020-02-10", description: "The team reported a standard issue; the document was escalated.", clinic_name: "urgent pediatric care", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "shellfish bee milk", family_medical_history: "The reviewer reported a manual issue; the account was completed." },
            { id: 346, event_type: "allergy", event_date: "2021-01-01", description: "An operator reported a routine issue; the invoice was completed.", clinic_name: "community care pediatric", vital_sign_type: "blood_pressure", vital_sign_value: "138.76", allergy_type: "wheat peanut dust", family_medical_history: "The item was processed — automatic case, no further action." },
            { id: 347, event_type: "vaccination", event_date: "2020-04-20", description: "The customer confirmed the details and the refund was reopened.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "166.96", allergy_type: null, family_medical_history: "The customer asked for a change and the item was updated." },
            { id: 348, event_type: "allergy", event_date: "2022-09-16", description: "No response from the account owner, so the transfer was reopened.", clinic_name: "men's pediatric", vital_sign_type: "temperature", vital_sign_value: "185.59", allergy_type: "chemical", family_medical_history: "The supplier asked for a change and the request was refunded." },
            { id: 349, event_type: "vaccination", event_date: "2023-02-11", description: "No response from the reviewer, so the record was approved.", clinic_name: "pediatric", vital_sign_type: "temperature", vital_sign_value: "84.23", allergy_type: "egg", family_medical_history: "The supplier reported a duplicate issue; the document was resolved." },
            { id: 350, event_type: "vaccination", event_date: "2021-04-08", description: "The team reported an urgent issue; the transfer was cancelled.", clinic_name: "health primary oncology", vital_sign_type: "temperature", vital_sign_value: "110.08", allergy_type: "seasonal soy pollen", family_medical_history: "No response from the courier, so the invoice was reopened." },
            { id: 351, event_type: "family_history", event_date: "2021-05-25", description: "The session was updated — incomplete case, no further action.", clinic_name: "pediatric", vital_sign_type: "blood_pressure", vital_sign_value: "123.10", allergy_type: "mold milk", family_medical_history: "The supplier confirmed the details and the claim was closed." },
            { id: 352, event_type: "appointment", event_date: "2023-11-28", description: "Support asked for a change and the transfer was rescheduled.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "174.73", allergy_type: "insect shellfish", family_medical_history: "No response from an operator, so the invoice was resolved." },
            { id: 353, event_type: "appointment", event_date: "2022-08-02", description: "The record was cancelled — repeat case, no further action.", clinic_name: "women's specialty cardiology", vital_sign_type: "temperature", vital_sign_value: "137.78", allergy_type: null, family_medical_history: null },
            { id: 354, event_type: "appointment", event_date: "2023-12-03", description: "The delivery was reviewed — partial case, no further action.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "114.80", allergy_type: "tree egg insect", family_medical_history: "Support asked for a change and the ticket was completed." },
            { id: 355, event_type: "vaccination", event_date: "2023-08-17", description: "The claim was completed — routine case, no further action.", clinic_name: "urgent cardiology", vital_sign_type: "blood_pressure", vital_sign_value: "108.90", allergy_type: "wheat latex", family_medical_history: "No response from the supplier, so the item was replaced." },
            { id: 356, event_type: "vaccination", event_date: "2020-06-17", description: "The team asked for a change and the order was completed.", clinic_name: "dermatology urgent rehabilitation", vital_sign_type: "temperature", vital_sign_value: "137.60", allergy_type: "dust chemical", family_medical_history: "The account owner asked for a change and the account was delayed." },
            { id: 357, event_type: "allergy", event_date: "2021-03-18", description: "An operator asked for a change and the appointment was reopened.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "171.81", allergy_type: null, family_medical_history: "The reviewer confirmed the details and the report was confirmed." },
            { id: 358, event_type: "vital_sign", event_date: "2021-11-01", description: "The team confirmed the details and the record was closed.", clinic_name: "rehabilitation men's internal", vital_sign_type: "temperature", vital_sign_value: "216.90", allergy_type: "food", family_medical_history: "The transfer was updated — repeat case, no further action." },
            { id: 359, event_type: "allergy", event_date: "2023-07-15", description: "Support asked for a change and the account was reopened.", clinic_name: "urgent diagnostic", vital_sign_type: "temperature", vital_sign_value: "165.83", allergy_type: "shellfish wheat tree", family_medical_history: null },
            { id: 360, event_type: "vaccination", event_date: "2021-03-09", description: "The order was processed — manual case, no further action.", clinic_name: "oncology", vital_sign_type: "heart_rate", vital_sign_value: "136.80", allergy_type: "soy mold", family_medical_history: null },
            { id: 361, event_type: "vaccination", event_date: "2020-09-08", description: "The team confirmed the details and the transfer was approved.", clinic_name: "wellness community", vital_sign_type: null, vital_sign_value: "210.51", allergy_type: "bee dust pollen", family_medical_history: "The item was reopened — automatic case, no further action." },
            { id: 362, event_type: "allergy", event_date: "2022-01-23", description: "The account owner confirmed the details and the account was completed.", clinic_name: "wellness men's primary", vital_sign_type: "temperature", vital_sign_value: "125.39", allergy_type: "bee fish", family_medical_history: "No response from the team, so the document was resolved." },
            { id: 363, event_type: "vital_sign", event_date: "2023-09-14", description: "The reviewer asked for a change and the report was rejected.", clinic_name: "internal", vital_sign_type: "blood_pressure", vital_sign_value: "210.12", allergy_type: "peanut tree latex", family_medical_history: "The document was processed — duplicate case, no further action." },
            { id: 364, event_type: "vaccination", event_date: "2020-06-22", description: "The transfer was approved — partial case, no further action.", clinic_name: "diagnostic women's", vital_sign_type: "heart_rate", vital_sign_value: "172.31", allergy_type: "insect egg latex", family_medical_history: null },
            { id: 365, event_type: "allergy", event_date: "2020-12-03", description: "The courier confirmed the details and the refund was rejected.", clinic_name: "rehabilitation", vital_sign_type: "temperature", vital_sign_value: "108.20", allergy_type: "dust", family_medical_history: "The courier asked for a change and the record was replaced." },
            { id: 366, event_type: "allergy", event_date: "2022-02-11", description: "The supplier asked for a change and the session was approved.", clinic_name: "primary rehabilitation care", vital_sign_type: "blood_pressure", vital_sign_value: "83.61", allergy_type: "milk fish shellfish", family_medical_history: "The supplier reported a repeat issue; the booking was delayed." },
            { id: 367, event_type: "vaccination", event_date: "2020-09-14", description: "No response from the account owner, so the report was rescheduled.", clinic_name: "surgery specialty dermatology", vital_sign_type: "blood_pressure", vital_sign_value: "129.93", allergy_type: "bee shellfish", family_medical_history: "The customer asked for a change and the appointment was reopened." },
            { id: 368, event_type: "appointment", event_date: "2023-11-10", description: "The team confirmed the details and the order was updated.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "155.94", allergy_type: "food insect medication", family_medical_history: "The reviewer reported a repeat issue; the payment was cancelled." },
            { id: 369, event_type: "vaccination", event_date: "2020-07-24", description: "An operator asked for a change and the ticket was escalated.", clinic_name: "men's wellness primary", vital_sign_type: "blood_pressure", vital_sign_value: "125.18", allergy_type: "dust", family_medical_history: "The document was resolved — automatic case, no further action." },
            { id: 370, event_type: "vital_sign", event_date: "2020-07-06", description: "The report was rescheduled — automatic case, no further action.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "178.08", allergy_type: "dust", family_medical_history: "The appointment was rejected — late case, no further action." },
            { id: 371, event_type: "vaccination", event_date: "2023-09-09", description: "The supplier asked for a change and the booking was closed.", clinic_name: "care men's", vital_sign_type: null, vital_sign_value: null, allergy_type: "fish wheat", family_medical_history: "No response from the customer, so the order was processed." },
            { id: 372, event_type: "appointment", event_date: "2021-12-25", description: "The invoice was refunded — partial case, no further action.", clinic_name: "rehabilitation urgent", vital_sign_type: "blood_pressure", vital_sign_value: "160.93", allergy_type: "seasonal peanut", family_medical_history: null },
            { id: 373, event_type: "vaccination", event_date: "2021-12-04", description: "The courier confirmed the details and the payment was processed.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "211.74", allergy_type: "pollen", family_medical_history: "The request was updated — repeat case, no further action." },
            { id: 374, event_type: "vaccination", event_date: "2020-12-11", description: "No response from the customer, so the booking was rescheduled.", clinic_name: "men's pediatric specialty", vital_sign_type: "blood_pressure", vital_sign_value: "154.75", allergy_type: "peanut medication pet", family_medical_history: "No response from the customer, so the shipment was rescheduled." },
            { id: 375, event_type: "vaccination", event_date: "2021-01-07", description: "The account owner confirmed the details and the ticket was updated.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "189.23", allergy_type: "seasonal", family_medical_history: "The courier asked for a change and the item was reopened." },
            { id: 376, event_type: "appointment", event_date: "2023-06-25", description: "The account owner reported a duplicate issue; the session was rejected.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "227.57", allergy_type: null, family_medical_history: "The team asked for a change and the invoice was processed." },
            { id: 377, event_type: "vaccination", event_date: "2020-11-10", description: "The account owner confirmed the details and the payment was processed.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "146.22", allergy_type: "fish shellfish medication", family_medical_history: "The courier asked for a change and the shipment was resolved." },
            { id: 378, event_type: "family_history", event_date: "2020-03-01", description: "The claim was rejected — routine case, no further action.", clinic_name: "specialty", vital_sign_type: "temperature", vital_sign_value: "71.08", allergy_type: "pollen bee food", family_medical_history: "The courier asked for a change and the booking was reviewed." },
            { id: 379, event_type: "allergy", event_date: "2020-11-03", description: "The shipment was closed — partial case, no further action.", clinic_name: "specialty", vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "wheat shellfish insect", family_medical_history: "No response from the customer, so the claim was reopened." },
            { id: 380, event_type: "allergy", event_date: "2020-11-03", description: "No response from an operator, so the session was confirmed.", clinic_name: "medical", vital_sign_type: "heart_rate", vital_sign_value: "113.17", allergy_type: null, family_medical_history: "No response from the courier, so the delivery was escalated." },
            { id: 381, event_type: "vaccination", event_date: "2021-10-26", description: "No response from an operator, so the ticket was escalated.", clinic_name: "care", vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "latex bee wheat", family_medical_history: "The account owner confirmed the details and the report was completed." },
            { id: 382, event_type: "appointment", event_date: "2022-04-25", description: "The customer asked for a change and the claim was resolved.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "134.25", allergy_type: "food", family_medical_history: null },
            { id: 383, event_type: "vaccination", event_date: "2020-11-13", description: "The reviewer asked for a change and the account was escalated.", clinic_name: "orthopedic wellness dermatology", vital_sign_type: "blood_pressure", vital_sign_value: "158.31", allergy_type: "wheat seasonal", family_medical_history: "The record was delayed — urgent case, no further action." },
            { id: 384, event_type: "appointment", event_date: "2020-12-28", description: "No response from an operator, so the ticket was rejected.", clinic_name: "surgery diagnostic cardiology", vital_sign_type: "temperature", vital_sign_value: "144.75", allergy_type: "food", family_medical_history: "Support asked for a change and the ticket was completed." },
            { id: 385, event_type: "vital_sign", event_date: "2021-07-26", description: "The courier confirmed the details and the claim was updated.", clinic_name: "pediatric", vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "egg food bee", family_medical_history: "The customer asked for a change and the invoice was reopened." },
            { id: 386, event_type: "appointment", event_date: "2023-09-16", description: "An operator confirmed the details and the document was cancelled.", clinic_name: "medical orthopedic family", vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "tree pet", family_medical_history: "No response from an operator, so the report was processed." },
            { id: 387, event_type: "vaccination", event_date: "2021-12-27", description: "An operator reported a manual issue; the ticket was refunded.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "160.51", allergy_type: "grass", family_medical_history: "No response from the reviewer, so the ticket was rejected." },
            { id: 388, event_type: "vital_sign", event_date: "2020-02-03", description: "No response from the team, so the account was reviewed.", clinic_name: "medical health dermatology", vital_sign_type: "temperature", vital_sign_value: "131.79", allergy_type: "pollen mold fish", family_medical_history: "The account owner asked for a change and the claim was escalated." },
            { id: 389, event_type: "vital_sign", event_date: "2021-03-27", description: "The account owner confirmed the details and the report was updated.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "76.19", allergy_type: "wheat", family_medical_history: "The reviewer reported a standard issue; the delivery was cancelled." },
            { id: 390, event_type: "vaccination", event_date: "2021-06-10", description: "The courier confirmed the details and the payment was reviewed.", clinic_name: "dermatology family", vital_sign_type: "heart_rate", vital_sign_value: "130.55", allergy_type: "dust insect latex", family_medical_history: "The supplier asked for a change and the transfer was reviewed." },
            { id: 391, event_type: "appointment", event_date: "2023-04-29", description: "The team asked for a change and the claim was processed.", clinic_name: "medical family", vital_sign_type: "heart_rate", vital_sign_value: "187.58", allergy_type: "fish latex chemical", family_medical_history: "No response from the reviewer, so the record was approved." },
            { id: 392, event_type: "vaccination", event_date: "2021-07-01", description: "The reviewer reported a routine issue; the booking was updated.", clinic_name: "internal medical", vital_sign_type: "temperature", vital_sign_value: "172.34", allergy_type: "pollen tree", family_medical_history: null },
            { id: 393, event_type: "appointment", event_date: "2021-11-05", description: "The courier confirmed the details and the report was rescheduled.", clinic_name: "family surgery", vital_sign_type: "heart_rate", vital_sign_value: "199.97", allergy_type: "wheat pollen mold", family_medical_history: "The reviewer reported a partial issue; the item was escalated." },
            { id: 394, event_type: "vaccination", event_date: "2022-12-21", description: "The request was reopened — standard case, no further action.", clinic_name: "medical rehabilitation health", vital_sign_type: "heart_rate", vital_sign_value: "91.27", allergy_type: "food soy", family_medical_history: "No response from the account owner, so the item was completed." },
            { id: 395, event_type: "vaccination", event_date: "2023-12-28", description: "No response from the account owner, so the ticket was reopened.", clinic_name: "cardiology community", vital_sign_type: "temperature", vital_sign_value: "102.67", allergy_type: "food", family_medical_history: null },
            { id: 396, event_type: "vital_sign", event_date: "2023-09-13", description: "The customer asked for a change and the shipment was reviewed.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "126.29", allergy_type: "latex", family_medical_history: "The record was refunded — incomplete case, no further action." },
            { id: 397, event_type: "vaccination", event_date: "2022-04-04", description: "No response from the customer, so the transfer was reviewed.", clinic_name: "cardiology care urgent", vital_sign_type: "blood_pressure", vital_sign_value: "93.10", allergy_type: "grass seasonal", family_medical_history: "An operator reported an urgent issue; the item was cancelled." },
            { id: 398, event_type: "vaccination", event_date: "2022-10-16", description: "The transfer was reviewed — minor case, no further action.", clinic_name: "oncology dermatology", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "fish dust", family_medical_history: "The account was updated — routine case, no further action." },
            { id: 399, event_type: "appointment", event_date: "2023-11-11", description: "The reviewer asked for a change and the ticket was confirmed.", clinic_name: "urgent oncology family", vital_sign_type: "heart_rate", vital_sign_value: "152.47", allergy_type: "pet wheat", family_medical_history: "The team reported an incomplete issue; the claim was escalated." },
            { id: 400, event_type: "vaccination", event_date: "2021-03-08", description: "The delivery was processed — standard case, no further action.", clinic_name: "oncology", vital_sign_type: "blood_pressure", vital_sign_value: "213.88", allergy_type: "seasonal medication", family_medical_history: null },
            { id: 401, event_type: "vaccination", event_date: "2023-06-15", description: "The invoice was confirmed — duplicate case, no further action.", clinic_name: "internal primary", vital_sign_type: "blood_pressure", vital_sign_value: "210.73", allergy_type: "wheat seasonal pollen", family_medical_history: "The transfer was reopened — minor case, no further action." },
            { id: 402, event_type: "appointment", event_date: "2020-08-26", description: "The supplier asked for a change and the ticket was replaced.", clinic_name: "family men's wellness", vital_sign_type: null, vital_sign_value: "110.25", allergy_type: "fish latex", family_medical_history: "No response from the reviewer, so the invoice was delayed." },
            { id: 403, event_type: "vaccination", event_date: "2022-08-23", description: "No response from the account owner, so the payment was confirmed.", clinic_name: "surgery health oncology", vital_sign_type: "temperature", vital_sign_value: "103.82", allergy_type: "egg peanut soy", family_medical_history: "No response from the account owner, so the item was cancelled." },
            { id: 404, event_type: "appointment", event_date: "2022-11-17", description: "An operator reported a standard issue; the session was replaced.", clinic_name: "medical community men's", vital_sign_type: "blood_pressure", vital_sign_value: "112.70", allergy_type: "chemical", family_medical_history: null },
            { id: 405, event_type: "vaccination", event_date: "2020-03-29", description: "The account was rejected — routine case, no further action.", clinic_name: "women's specialty pediatric", vital_sign_type: "heart_rate", vital_sign_value: "184.38", allergy_type: "pollen dust", family_medical_history: null },
            { id: 406, event_type: "vaccination", event_date: "2023-04-24", description: "The transfer was processed — routine case, no further action.", clinic_name: "family", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "shellfish mold medication", family_medical_history: "The delivery was reopened — urgent case, no further action." },
            { id: 407, event_type: "vaccination", event_date: "2023-03-20", description: "The account owner confirmed the details and the booking was rejected.", clinic_name: "family specialty surgery", vital_sign_type: "temperature", vital_sign_value: "153.09", allergy_type: "bee seasonal peanut", family_medical_history: "The account owner confirmed the details and the ticket was refunded." },
            { id: 408, event_type: "appointment", event_date: "2022-12-21", description: "The courier confirmed the details and the order was updated.", clinic_name: "family care rehabilitation", vital_sign_type: "temperature", vital_sign_value: "106.02", allergy_type: null, family_medical_history: "The courier reported a late issue; the claim was escalated." },
            { id: 409, event_type: "appointment", event_date: "2023-10-21", description: "The team asked for a change and the booking was closed.", clinic_name: "dermatology primary urgent", vital_sign_type: "heart_rate", vital_sign_value: "154.59", allergy_type: "tree pet", family_medical_history: "The account owner reported an unusual issue; the order was cancelled." },
            { id: 410, event_type: "vaccination", event_date: "2021-10-14", description: "The team asked for a change and the document was delayed.", clinic_name: "women's", vital_sign_type: "temperature", vital_sign_value: "103.47", allergy_type: "tree", family_medical_history: "No response from the supplier, so the refund was reopened." },
            { id: 411, event_type: "appointment", event_date: "2022-12-23", description: "The supplier reported an urgent issue; the session was updated.", clinic_name: "care", vital_sign_type: "temperature", vital_sign_value: "69.56", allergy_type: "insect wheat mold", family_medical_history: "An operator confirmed the details and the transfer was completed." },
            { id: 412, event_type: "appointment", event_date: "2020-03-25", description: "The reviewer asked for a change and the document was resolved.", clinic_name: "women's", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "milk", family_medical_history: "The team reported a partial issue; the account was rescheduled." },
            { id: 413, event_type: "vaccination", event_date: "2023-07-29", description: "The account owner confirmed the details and the payment was resolved.", clinic_name: "health care", vital_sign_type: "heart_rate", vital_sign_value: "148.69", allergy_type: "seasonal milk shellfish", family_medical_history: "The item was updated — partial case, no further action." },
            { id: 414, event_type: "vaccination", event_date: "2021-06-10", description: "The team asked for a change and the invoice was rescheduled.", clinic_name: "specialty", vital_sign_type: "temperature", vital_sign_value: "114.02", allergy_type: "shellfish egg grass", family_medical_history: "The customer asked for a change and the report was completed." },
            { id: 415, event_type: "appointment", event_date: "2021-04-26", description: "The team asked for a change and the session was rejected.", clinic_name: "wellness primary", vital_sign_type: null, vital_sign_value: "134.48", allergy_type: "egg", family_medical_history: "The courier asked for a change and the item was replaced." },
            { id: 416, event_type: "appointment", event_date: "2022-08-18", description: "The reviewer confirmed the details and the refund was processed.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "223.73", allergy_type: "shellfish", family_medical_history: "The reviewer confirmed the details and the payment was cancelled." },
            { id: 417, event_type: "vaccination", event_date: "2022-08-14", description: "No response from the reviewer, so the report was reviewed.", clinic_name: "dermatology", vital_sign_type: "heart_rate", vital_sign_value: "191.40", allergy_type: "shellfish", family_medical_history: "An operator reported a standard issue; the account was processed." },
            { id: 418, event_type: "appointment", event_date: "2022-11-26", description: "No response from the account owner, so the payment was replaced.", clinic_name: "primary health rehabilitation", vital_sign_type: "temperature", vital_sign_value: "195.96", allergy_type: null, family_medical_history: "No response from the courier, so the report was closed." },
            { id: 419, event_type: "vaccination", event_date: "2020-10-20", description: "The team confirmed the details and the delivery was replaced.", clinic_name: "pediatric", vital_sign_type: "heart_rate", vital_sign_value: "110.08", allergy_type: "latex wheat milk", family_medical_history: "The delivery was refunded — automatic case, no further action." },
            { id: 420, event_type: "allergy", event_date: "2023-08-13", description: "The team confirmed the details and the request was cancelled.", clinic_name: "specialty", vital_sign_type: "temperature", vital_sign_value: "175.06", allergy_type: "latex", family_medical_history: "The reviewer confirmed the details and the invoice was refunded." },
            { id: 421, event_type: "vital_sign", event_date: "2022-10-28", description: "No response from an operator, so the order was replaced.", clinic_name: "cardiology diagnostic", vital_sign_type: "blood_pressure", vital_sign_value: "184.58", allergy_type: "grass", family_medical_history: "The customer confirmed the details and the order was processed." },
            { id: 422, event_type: "family_history", event_date: "2020-12-06", description: "Support asked for a change and the appointment was approved.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "127.10", allergy_type: "wheat", family_medical_history: null },
            { id: 423, event_type: "family_history", event_date: "2020-07-29", description: "No response from the supplier, so the session was reopened.", clinic_name: "men's cardiology health", vital_sign_type: "heart_rate", vital_sign_value: null, allergy_type: "seasonal peanut mold", family_medical_history: null },
            { id: 424, event_type: "vaccination", event_date: "2023-07-28", description: "The invoice was refunded — automatic case, no further action.", clinic_name: "urgent", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "grass shellfish", family_medical_history: "The courier reported a partial issue; the ticket was cancelled." },
            { id: 425, event_type: "appointment", event_date: "2022-12-22", description: "The payment was approved — repeat case, no further action.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "egg medication grass", family_medical_history: null },
            { id: 426, event_type: "appointment", event_date: "2021-10-29", description: "The team asked for a change and the record was cancelled.", clinic_name: "pediatric", vital_sign_type: null, vital_sign_value: "79.49", allergy_type: "bee pet dust", family_medical_history: "An operator asked for a change and the account was escalated." },
            { id: 427, event_type: "vaccination", event_date: "2021-08-04", description: "The team asked for a change and the report was reviewed.", clinic_name: "orthopedic urgent", vital_sign_type: "blood_pressure", vital_sign_value: "122.61", allergy_type: "medication insect", family_medical_history: "The supplier reported an automatic issue; the shipment was closed." },
            { id: 428, event_type: "vital_sign", event_date: "2023-11-08", description: "The supplier confirmed the details and the payment was closed.", clinic_name: "urgent", vital_sign_type: "blood_pressure", vital_sign_value: "69.26", allergy_type: "pet grass medication", family_medical_history: "The account owner asked for a change and the invoice was updated." },
            { id: 429, event_type: "vital_sign", event_date: "2020-07-24", description: "The invoice was processed — minor case, no further action.", clinic_name: "orthopedic women's surgery", vital_sign_type: "blood_pressure", vital_sign_value: "113.08", allergy_type: "seasonal insect milk", family_medical_history: "The team reported a standard issue; the record was resolved." },
            { id: 430, event_type: "vaccination", event_date: "2022-10-19", description: "The account owner reported an urgent issue; the claim was updated.", clinic_name: "cardiology community orthopedic", vital_sign_type: null, vital_sign_value: "137.28", allergy_type: "food fish", family_medical_history: "An operator reported a minor issue; the session was closed." },
            { id: 431, event_type: "appointment", event_date: "2020-12-13", description: "The account owner confirmed the details and the booking was rejected.", clinic_name: "family", vital_sign_type: "temperature", vital_sign_value: "139.12", allergy_type: "chemical wheat", family_medical_history: "No response from the account owner, so the ticket was escalated." },
            { id: 432, event_type: "vital_sign", event_date: "2023-04-05", description: "No response from the supplier, so the item was rescheduled.", clinic_name: "oncology pediatric medical", vital_sign_type: "temperature", vital_sign_value: "215.37", allergy_type: "milk wheat", family_medical_history: "The courier asked for a change and the record was rejected." },
            { id: 433, event_type: "allergy", event_date: "2021-02-02", description: "The reviewer asked for a change and the shipment was updated.", clinic_name: "care women's oncology", vital_sign_type: "heart_rate", vital_sign_value: "153.12", allergy_type: null, family_medical_history: null },
            { id: 434, event_type: "appointment", event_date: "2020-03-23", description: "The account owner confirmed the details and the record was completed.", clinic_name: "orthopedic", vital_sign_type: "blood_pressure", vital_sign_value: "133.86", allergy_type: "seasonal fish soy", family_medical_history: "The reviewer reported an unusual issue; the shipment was refunded." },
            { id: 435, event_type: "family_history", event_date: "2022-02-22", description: "No response from the courier, so the invoice was rescheduled.", clinic_name: "family cardiology wellness", vital_sign_type: "blood_pressure", vital_sign_value: "180.34", allergy_type: "shellfish seasonal latex", family_medical_history: "The courier confirmed the details and the session was rejected." },
            { id: 436, event_type: "vaccination", event_date: "2022-10-31", description: "The session was rescheduled — unusual case, no further action.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "92.20", allergy_type: "pollen seasonal bee", family_medical_history: "No response from the courier, so the order was reopened." },
            { id: 437, event_type: "vital_sign", event_date: "2021-04-14", description: "The team asked for a change and the report was refunded.", clinic_name: "specialty", vital_sign_type: "heart_rate", vital_sign_value: "97.81", allergy_type: "dust peanut seasonal", family_medical_history: "No response from an operator, so the session was closed." },
            { id: 438, event_type: "vaccination", event_date: "2023-11-29", description: "The reviewer asked for a change and the transfer was processed.", clinic_name: "specialty cardiology", vital_sign_type: "temperature", vital_sign_value: "113.37", allergy_type: "pollen soy", family_medical_history: null },
            { id: 439, event_type: "family_history", event_date: "2021-11-22", description: "The team confirmed the details and the claim was reopened.", clinic_name: "urgent", vital_sign_type: null, vital_sign_value: "154.67", allergy_type: "food dust pet", family_medical_history: null },
            { id: 440, event_type: "allergy", event_date: "2023-02-25", description: "No response from the supplier, so the item was completed.", clinic_name: "surgery", vital_sign_type: "blood_pressure", vital_sign_value: "128.06", allergy_type: "chemical", family_medical_history: "The team asked for a change and the record was processed." },
            { id: 441, event_type: "appointment", event_date: "2023-01-01", description: "No response from the supplier, so the claim was closed.", clinic_name: "primary", vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "fish latex wheat", family_medical_history: "No response from the supplier, so the report was rejected." },
            { id: 442, event_type: "vaccination", event_date: "2021-08-04", description: "No response from the account owner, so the claim was completed.", clinic_name: "dermatology family orthopedic", vital_sign_type: "blood_pressure", vital_sign_value: "153.21", allergy_type: "pollen soy", family_medical_history: null },
            { id: 443, event_type: "vital_sign", event_date: "2021-03-11", description: "The order was refunded — partial case, no further action.", clinic_name: "surgery internal", vital_sign_type: null, vital_sign_value: null, allergy_type: null, family_medical_history: "The invoice was processed — partial case, no further action." },
            { id: 444, event_type: "vaccination", event_date: "2020-03-14", description: "No response from the customer, so the order was closed.", clinic_name: "care rehabilitation medical", vital_sign_type: "blood_pressure", vital_sign_value: "98.39", allergy_type: "grass", family_medical_history: "No response from the team, so the booking was resolved." },
            { id: 445, event_type: "appointment", event_date: "2020-09-19", description: "The customer asked for a change and the request was processed.", clinic_name: "orthopedic oncology internal", vital_sign_type: "heart_rate", vital_sign_value: "204.97", allergy_type: "peanut milk", family_medical_history: "The supplier asked for a change and the order was rejected." },
            { id: 446, event_type: "vital_sign", event_date: "2022-07-30", description: "Support asked for a change and the item was processed.", clinic_name: "cardiology", vital_sign_type: "blood_pressure", vital_sign_value: "126.45", allergy_type: "latex bee", family_medical_history: "The customer reported a partial issue; the transfer was replaced." },
            { id: 447, event_type: "vaccination", event_date: "2021-11-30", description: "The session was refunded — routine case, no further action.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "103.98", allergy_type: "pollen", family_medical_history: "The customer confirmed the details and the invoice was rescheduled." },
            { id: 448, event_type: "appointment", event_date: "2023-03-01", description: "The supplier confirmed the details and the transfer was escalated.", clinic_name: "primary surgery", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "tree mold", family_medical_history: "The account owner asked for a change and the payment was approved." },
            { id: 449, event_type: "vital_sign", event_date: "2023-04-18", description: "The customer asked for a change and the invoice was rejected.", clinic_name: "care family men's", vital_sign_type: "blood_pressure", vital_sign_value: "102.41", allergy_type: "fish", family_medical_history: "The reviewer confirmed the details and the account was resolved." },
            { id: 450, event_type: "appointment", event_date: "2022-07-07", description: "The account owner asked for a change and the ticket was delayed.", clinic_name: "oncology", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: null, family_medical_history: "The reviewer confirmed the details and the ticket was completed." },
            { id: 451, event_type: "vaccination", event_date: "2020-01-12", description: "The supplier asked for a change and the report was confirmed.", clinic_name: "urgent", vital_sign_type: "temperature", vital_sign_value: "216.65", allergy_type: "bee peanut pollen", family_medical_history: "The refund was cancelled — manual case, no further action." },
            { id: 452, event_type: "allergy", event_date: "2022-08-27", description: "The item was reopened — repeat case, no further action.", clinic_name: "women's", vital_sign_type: "blood_pressure", vital_sign_value: "81.64", allergy_type: "soy dust", family_medical_history: "The transfer was approved — minor case, no further action." },
            { id: 453, event_type: "vaccination", event_date: "2023-01-10", description: "The reviewer asked for a change and the appointment was rescheduled.", clinic_name: "care primary", vital_sign_type: "heart_rate", vital_sign_value: "127.34", allergy_type: null, family_medical_history: "The team confirmed the details and the order was reopened." },
            { id: 454, event_type: "family_history", event_date: "2020-12-31", description: "An operator reported a routine issue; the transfer was escalated.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "150.64", allergy_type: "pet", family_medical_history: "The supplier asked for a change and the delivery was updated." },
            { id: 455, event_type: "appointment", event_date: "2023-03-12", description: "The order was updated — routine case, no further action.", clinic_name: "internal health oncology", vital_sign_type: "heart_rate", vital_sign_value: "217.74", allergy_type: "pollen shellfish peanut", family_medical_history: null },
            { id: 456, event_type: "vaccination", event_date: "2020-11-15", description: "The record was updated — unusual case, no further action.", clinic_name: "medical", vital_sign_type: "temperature", vital_sign_value: "107.16", allergy_type: "bee medication pet", family_medical_history: "The account owner confirmed the details and the request was cancelled." },
            { id: 457, event_type: "vaccination", event_date: "2023-09-24", description: "The team asked for a change and the invoice was resolved.", clinic_name: "diagnostic", vital_sign_type: "heart_rate", vital_sign_value: "183.63", allergy_type: "seasonal soy", family_medical_history: "The reviewer confirmed the details and the record was rejected." },
            { id: 458, event_type: "family_history", event_date: "2020-10-19", description: "No response from the courier, so the request was escalated.", clinic_name: "orthopedic women's", vital_sign_type: "temperature", vital_sign_value: "126.41", allergy_type: "egg", family_medical_history: "The customer confirmed the details and the order was escalated." },
            { id: 459, event_type: "vaccination", event_date: "2023-08-26", description: "The courier reported an urgent issue; the transfer was replaced.", clinic_name: "health", vital_sign_type: "heart_rate", vital_sign_value: "93.44", allergy_type: "soy", family_medical_history: "The team reported a standard issue; the refund was cancelled." },
            { id: 460, event_type: "appointment", event_date: "2022-12-06", description: "The courier asked for a change and the payment was cancelled.", clinic_name: "internal surgery pediatric", vital_sign_type: "heart_rate", vital_sign_value: "149.33", allergy_type: "peanut", family_medical_history: "The courier reported a standard issue; the invoice was refunded." },
            { id: 461, event_type: "vital_sign", event_date: "2023-12-14", description: "No response from an operator, so the transfer was closed.", clinic_name: "cardiology primary", vital_sign_type: "blood_pressure", vital_sign_value: "157.38", allergy_type: "dust fish", family_medical_history: "The payment was delayed — late case, no further action." },
            { id: 462, event_type: "appointment", event_date: "2020-02-10", description: "No response from the reviewer, so the appointment was completed.", clinic_name: "women's diagnostic", vital_sign_type: "blood_pressure", vital_sign_value: "180.62", allergy_type: "tree milk", family_medical_history: null },
            { id: 463, event_type: "vaccination", event_date: "2021-12-07", description: "The record was rescheduled — partial case, no further action.", clinic_name: "oncology medical women's", vital_sign_type: "temperature", vital_sign_value: "89.17", allergy_type: "fish seasonal mold", family_medical_history: "An operator asked for a change and the request was rejected." },
            { id: 464, event_type: "vaccination", event_date: "2021-02-26", description: "The reviewer asked for a change and the delivery was reopened.", clinic_name: "orthopedic care", vital_sign_type: "blood_pressure", vital_sign_value: "110.44", allergy_type: "shellfish soy", family_medical_history: "No response from an operator, so the document was reviewed." },
            { id: 465, event_type: "appointment", event_date: "2023-11-14", description: "The appointment was replaced — unusual case, no further action.", clinic_name: "diagnostic", vital_sign_type: "blood_pressure", vital_sign_value: "128.61", allergy_type: "latex shellfish", family_medical_history: "No response from the team, so the record was rescheduled." },
            { id: 466, event_type: "appointment", event_date: "2020-12-22", description: "The customer confirmed the details and the appointment was delayed.", clinic_name: "care", vital_sign_type: "temperature", vital_sign_value: "177.79", allergy_type: "peanut", family_medical_history: "The customer confirmed the details and the item was processed." },
            { id: 467, event_type: "vaccination", event_date: "2023-12-06", description: "The courier reported an automatic issue; the transfer was reviewed.", clinic_name: "orthopedic women's", vital_sign_type: "blood_pressure", vital_sign_value: "238.33", allergy_type: "wheat pet", family_medical_history: "An operator reported an urgent issue; the claim was cancelled." },
            { id: 468, event_type: "vaccination", event_date: "2023-10-08", description: "The appointment was resolved — unusual case, no further action.", clinic_name: "pediatric family rehabilitation", vital_sign_type: "heart_rate", vital_sign_value: "185.35", allergy_type: "egg fish", family_medical_history: "No response from the supplier, so the appointment was approved." },
            { id: 469, event_type: "vaccination", event_date: "2020-12-06", description: "Support asked for a change and the shipment was processed.", clinic_name: "diagnostic urgent orthopedic", vital_sign_type: "temperature", vital_sign_value: "195.92", allergy_type: "pet", family_medical_history: "The courier reported a manual issue; the refund was completed." },
            { id: 470, event_type: "appointment", event_date: "2021-03-02", description: "No response from the account owner, so the session was rejected.", clinic_name: "cardiology", vital_sign_type: "temperature", vital_sign_value: "146.56", allergy_type: "medication dust tree", family_medical_history: "An operator reported an urgent issue; the request was confirmed." },
            { id: 471, event_type: "vaccination", event_date: "2021-12-03", description: "The account owner reported an urgent issue; the payment was completed.", clinic_name: "diagnostic urgent wellness", vital_sign_type: "heart_rate", vital_sign_value: "146.07", allergy_type: "insect", family_medical_history: "No response from the supplier, so the ticket was completed." },
            { id: 472, event_type: "vital_sign", event_date: "2023-11-25", description: "An operator reported a minor issue; the transfer was processed.", clinic_name: "orthopedic family cardiology", vital_sign_type: "blood_pressure", vital_sign_value: "206.74", allergy_type: "mold milk", family_medical_history: "No response from the customer, so the ticket was completed." },
            { id: 473, event_type: "vaccination", event_date: "2021-01-11", description: "The ticket was rejected — manual case, no further action.", clinic_name: "health diagnostic", vital_sign_type: "blood_pressure", vital_sign_value: "147.36", allergy_type: "food", family_medical_history: "The account was escalated — repeat case, no further action." },
            { id: 474, event_type: "vaccination", event_date: "2022-09-26", description: "The team confirmed the details and the document was reviewed.", clinic_name: "pediatric diagnostic", vital_sign_type: "temperature", vital_sign_value: "217.06", allergy_type: null, family_medical_history: "The document was rejected — automatic case, no further action." },
            { id: 475, event_type: "vaccination", event_date: "2021-10-19", description: "No response from the team, so the booking was escalated.", clinic_name: "orthopedic internal", vital_sign_type: "blood_pressure", vital_sign_value: "86.48", allergy_type: "tree", family_medical_history: "An operator asked for a change and the transfer was resolved." },
            { id: 476, event_type: "vital_sign", event_date: "2022-03-08", description: "The payment was rescheduled — routine case, no further action.", clinic_name: "community", vital_sign_type: "temperature", vital_sign_value: "123.91", allergy_type: "fish latex", family_medical_history: "An operator confirmed the details and the refund was rejected." },
            { id: 477, event_type: "vaccination", event_date: "2020-07-12", description: "The reviewer asked for a change and the invoice was resolved.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "161.02", allergy_type: "soy", family_medical_history: "The supplier confirmed the details and the payment was cancelled." },
            { id: 478, event_type: "vaccination", event_date: "2021-10-05", description: "No response from the customer, so the transfer was rescheduled.", clinic_name: "health pediatric", vital_sign_type: "heart_rate", vital_sign_value: "185.34", allergy_type: "chemical mold wheat", family_medical_history: "The customer reported an automatic issue; the payment was replaced." },
            { id: 479, event_type: "vaccination", event_date: "2021-03-28", description: "The courier confirmed the details and the report was refunded.", clinic_name: "urgent medical", vital_sign_type: "heart_rate", vital_sign_value: "151.70", allergy_type: "fish", family_medical_history: "No response from an operator, so the item was updated." },
            { id: 480, event_type: "vaccination", event_date: "2023-03-24", description: "The reviewer asked for a change and the invoice was delayed.", clinic_name: "wellness surgery", vital_sign_type: "heart_rate", vital_sign_value: "230.75", allergy_type: "peanut dust shellfish", family_medical_history: "Support asked for a change and the payment was approved." },
            { id: 481, event_type: "family_history", event_date: "2022-03-06", description: "The account owner reported a standard issue; the transfer was updated.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "229.21", allergy_type: "food", family_medical_history: "No response from the account owner, so the refund was rejected." },
            { id: 482, event_type: "vaccination", event_date: "2021-12-02", description: "The reviewer reported a duplicate issue; the record was rejected.", clinic_name: "health", vital_sign_type: "temperature", vital_sign_value: "168.73", allergy_type: "latex grass", family_medical_history: "No response from the courier, so the report was escalated." },
            { id: 483, event_type: "vaccination", event_date: "2020-10-05", description: "The supplier reported a minor issue; the ticket was cancelled.", clinic_name: null, vital_sign_type: "blood_pressure", vital_sign_value: "193.87", allergy_type: "grass medication", family_medical_history: "The customer confirmed the details and the refund was escalated." },
            { id: 484, event_type: "allergy", event_date: "2021-01-30", description: "The request was reviewed — unusual case, no further action.", clinic_name: "medical", vital_sign_type: "heart_rate", vital_sign_value: "213.86", allergy_type: "shellfish milk grass", family_medical_history: "The session was completed — late case, no further action." },
            { id: 485, event_type: "vaccination", event_date: "2022-01-18", description: "The supplier confirmed the details and the appointment was cancelled.", clinic_name: "pediatric health men's", vital_sign_type: "blood_pressure", vital_sign_value: "127.25", allergy_type: null, family_medical_history: "The delivery was delayed — partial case, no further action." },
            { id: 486, event_type: "vaccination", event_date: "2021-08-10", description: "The payment was rescheduled — unusual case, no further action.", clinic_name: "care", vital_sign_type: "blood_pressure", vital_sign_value: null, allergy_type: "grass", family_medical_history: "An operator confirmed the details and the request was processed." },
            { id: 487, event_type: "appointment", event_date: "2023-09-11", description: "No response from an operator, so the payment was processed.", clinic_name: "orthopedic rehabilitation medical", vital_sign_type: null, vital_sign_value: "217.03", allergy_type: "dust latex peanut", family_medical_history: "The account owner asked for a change and the payment was approved." },
            { id: 488, event_type: "appointment", event_date: "2022-07-27", description: "The account owner reported an urgent issue; the ticket was confirmed.", clinic_name: "women's", vital_sign_type: "heart_rate", vital_sign_value: "168.83", allergy_type: "latex tree", family_medical_history: "No response from the customer, so the refund was processed." },
            { id: 489, event_type: "vaccination", event_date: "2020-09-03", description: "The account owner asked for a change and the document was resolved.", clinic_name: "orthopedic diagnostic", vital_sign_type: null, vital_sign_value: "80.16", allergy_type: "pet food soy", family_medical_history: null },
            { id: 490, event_type: "vaccination", event_date: "2021-12-03", description: "No response from the account owner, so the item was closed.", clinic_name: "men's", vital_sign_type: "blood_pressure", vital_sign_value: "228.59", allergy_type: "egg fish", family_medical_history: null },
            { id: 491, event_type: "vaccination", event_date: "2020-08-30", description: "The team confirmed the details and the account was closed.", clinic_name: "diagnostic", vital_sign_type: "temperature", vital_sign_value: "144.70", allergy_type: "pet", family_medical_history: "Support asked for a change and the order was approved." },
            { id: 492, event_type: "family_history", event_date: "2021-10-10", description: "The reviewer confirmed the details and the ticket was confirmed.", clinic_name: "care rehabilitation urgent", vital_sign_type: "heart_rate", vital_sign_value: "173.86", allergy_type: "soy fish", family_medical_history: "The customer asked for a change and the ticket was confirmed." },
            { id: 493, event_type: "vaccination", event_date: "2023-03-13", description: "The courier confirmed the details and the ticket was closed.", clinic_name: "men's", vital_sign_type: "heart_rate", vital_sign_value: "132.56", allergy_type: "pet", family_medical_history: "The account owner reported a minor issue; the appointment was approved." },
            { id: 494, event_type: "appointment", event_date: "2021-01-18", description: "The record was delayed — partial case, no further action.", clinic_name: "health rehabilitation", vital_sign_type: "heart_rate", vital_sign_value: "173.75", allergy_type: "soy", family_medical_history: "No response from the team, so the account was confirmed." },
            { id: 495, event_type: "vaccination", event_date: "2020-07-28", description: "An operator asked for a change and the account was rejected.", clinic_name: "wellness", vital_sign_type: "blood_pressure", vital_sign_value: "154.32", allergy_type: null, family_medical_history: "The payment was cancelled — urgent case, no further action." },
            { id: 496, event_type: "family_history", event_date: "2020-06-23", description: "The account owner reported an automatic issue; the payment was completed.", clinic_name: "surgery women's", vital_sign_type: "heart_rate", vital_sign_value: "209.51", allergy_type: "insect", family_medical_history: "No response from the reviewer, so the account was cancelled." },
            { id: 497, event_type: "vaccination", event_date: "2022-04-19", description: "An operator confirmed the details and the shipment was delayed.", clinic_name: null, vital_sign_type: "temperature", vital_sign_value: "208.72", allergy_type: "peanut egg", family_medical_history: "The courier confirmed the details and the booking was reopened." },
            { id: 498, event_type: "vaccination", event_date: "2020-01-10", description: "The invoice was reviewed — manual case, no further action.", clinic_name: null, vital_sign_type: "heart_rate", vital_sign_value: "167.25", allergy_type: "seasonal", family_medical_history: "An operator asked for a change and the ticket was resolved." },
            { id: 499, event_type: "appointment", event_date: "2020-09-02", description: "The reviewer reported an automatic issue; the shipment was completed.", clinic_name: "pediatric wellness primary", vital_sign_type: "temperature", vital_sign_value: null, allergy_type: "peanut grass tree", family_medical_history: "The team confirmed the details and the item was cancelled." },
            { id: 500, event_type: "vaccination", event_date: "2020-10-19", description: "No response from the team, so the request was rejected.", clinic_name: "primary", vital_sign_type: null, vital_sign_value: "241.68", allergy_type: "latex", family_medical_history: "The shipment was rescheduled — manual case, no further action." },
        ],
    });
}

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