PAM-UmiNur / appointments.json
pythonprincess's picture
Upload 14 files
7ed2180 verified
{
"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"
}
}