{
  "appointments": [
    {
      "id": 1,
      "title": "Mum's X-Ray Scan - Tuesday",
      "start_time": "2026-05-20 11:00",
      "end_time": "2026-05-20 12:00",
      "description": "X-ray scan appointment at Hampton Park Clinic",
      "memo": {
        "content": "\ud83d\udccd Location: Hampton Park Clinic\n\u23f0 Time: 11:00 AM (3-hour appointment block)\n\ud83d\udccb Bring: ID card, insurance card, previous X-rays if available\n\ud83d\udc55 Wear comfortable clothes\n\u23f1\ufe0f Arrive 15 minutes early for check-in",
        "important": true
      },
      "createdAt": "2026-05-17T02:57:43.432228"
    },
    {
      "id": 2,
      "title": "Mum's X-Ray Scan - Thursday",
      "start_time": "2026-05-23 11:00",
      "end_time": "2026-05-23 12:00",
      "description": "X-ray scan appointment at Hampton Park Clinic",
      "memo": {
        "content": "\ud83d\udccd Location: Hampton Park Clinic\n\u23f0 Time: 11:00 AM (3-hour appointment block)\n\ud83d\udccb Bring: ID card, insurance card, previous X-rays if available\n\ud83d\udc55 Wear comfortable clothes\n\u23f1\ufe0f Arrive 15 minutes early for check-in",
        "important": true
      },
      "createdAt": "2026-05-17T02:57:43.432232"
    }
  ],
  "memos": [
    {
      "id": 200,
      "title": "Mum's X-Ray Scans - Hampton Park Clinic",
      "content": "\ud83d\udcc5 Appointments scheduled for next Tuesday AND Thursday at 11:00 AM\n\ud83c\udfe5 Location: Hampton Park Clinic\n\ud83d\udca1 Bring all necessary documents and previous medical records\n\u2705 Marked as Important Notes",
      "important": true,
      "category": "appointment"
    },
    {
      "id": 201,
      "title": "Hampton Park Clinic - Contact Info",
      "content": "Remember to check in online if required. Arrive at least 15 minutes before your appointment time.",
      "important": false,
      "category": "appointment"
    }
  ]
}