Spaces:
Paused
Paused
File size: 920 Bytes
7ed2180 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | {
"user_001": {
"name": "Kay",
"date": "2025-11-05T11:30:00",
"type": "Follow-up with OB/GYN",
"provider": "Dr. Sarah Mitchell",
"location": "Women's Health Center - Suite 201",
"notes": "Bring previous lab results",
"reminder_sent": true,
"status": "confirmed"
},
"user_002": {
"name": "Maria",
"date": "2025-12-01T14:00:00",
"type": "Annual Wellness Check",
"provider": "Dr. Jennifer Lee",
"location": "Main Clinic - Room 105",
"notes": "Fasting required for bloodwork",
"reminder_sent": false,
"status": "scheduled"
},
"user_003": {
"name": "Ashley",
"date": "2025-11-20T09:15:00",
"type": "Prenatal Visit - 20 weeks",
"provider": "Dr. Karen Thompson",
"location": "Maternity Center - 3rd Floor",
"notes": "Ultrasound scheduled",
"reminder_sent": true,
"status": "confirmed"
}
} |