[
  {
  "name": "Hamid Hamdaoui",
  "pathology": "5A02 Thyrotoxicosis",
  "avatarUrl": "https://cdn.tbeb.ma/patient1.webp",
  "age": 35,
  "isVip": false,
  "isUrgent": true,
  "isInsured": true,
  "isPunctual": false
  },
  {
  "name": "Tarik Tazi",
  "pathology": "5B01 Hyperfonctionnement polyglandulaire",
  "avatarUrl": "https://cdn.tbeb.ma/patient2.webp",
  "age": 24,
  "isVip": false,
  "isUrgent": false,

  "isExigent": true,
  "isInsured": false,
  "isRich": false,
  "isPunctual": true
  },
  {
  "name": "Mohammed Alaoui",
  "pathology": "5A80 Dysfonctionnement ovarien",
  "avatarUrl": "https://cdn.tbeb.ma/patient3.webp",
  "age": 43,
  "isVip": true,
  "isUrgent": false,

  "isExigent": false,
  "isInsured": false,
  "isRich": true,
  "isPunctual": false
  },
  {
  "name": "Fatiha Benguerir",
  "pathology": "5C57 Maladies peroxysomales",
  "avatarUrl": "https://cdn.tbeb.ma/patient6.webp",
  "age": 37,
  "isVip": false,
  "isUrgent": false,

  "isInsured": true
  },
  {
  "name": "Halima Helmy",
  "pathology": "5B91 Excès de minéraux",
  "avatarUrl": "https://cdn.tbeb.ma/patient5.webp",
  "age": 28,
  "isVip": false,
  "isUrgent": false,
  "isInsured": true,
  "isPunctual": false
  },
  {
  "name": "Hafida El Hafidi",
  "pathology": "5A10 Diabète sucré de type 1",
  "avatarUrl": "https://cdn.tbeb.ma/patient4.webp",
  "age": 52,
  "isVip": true,
  "isUrgent": true,

  "isExigent": true,
  "isInsured": true,
  "isRich": true,
  "isPunctual": true
  }
]