{
    "clinic": "Clínica Dra. Anahí Cruz",
    "exported_at": "2026-09-23 07:11:56",
    "patients": [
        {
            "id": 1,
            "document_id": null,
            "name": "Juan Pérez (Paciente Demostración)",
            "phone": null,
            "email": null,
            "birth_date": null,
            "gender": null,
            "emergency_contact": null,
            "created_at": "2026-09-17T04:00:48.000000Z",
            "updated_at": "2026-09-17T04:00:48.000000Z",
            "tooth_conditions": [
                {
                    "id": 1,
                    "patient_id": 1,
                    "tooth_number": 16,
                    "surface": "occlusal",
                    "condition": "caries",
                    "created_at": "2026-09-17T16:14:07.000000Z",
                    "updated_at": "2026-09-17T16:14:07.000000Z"
                },
                {
                    "id": 2,
                    "patient_id": 1,
                    "tooth_number": 21,
                    "surface": "mesial",
                    "condition": "restoration",
                    "created_at": "2026-09-17T16:14:29.000000Z",
                    "updated_at": "2026-09-17T16:14:29.000000Z"
                },
                {
                    "id": 3,
                    "patient_id": 1,
                    "tooth_number": 46,
                    "surface": "occlusal",
                    "condition": "implant",
                    "created_at": "2026-09-17T16:14:43.000000Z",
                    "updated_at": "2026-09-17T16:14:43.000000Z"
                },
                {
                    "id": 4,
                    "patient_id": 1,
                    "tooth_number": 31,
                    "surface": "occlusal",
                    "condition": "caries",
                    "created_at": "2026-09-17T16:15:09.000000Z",
                    "updated_at": "2026-09-17T16:15:09.000000Z"
                }
            ],
            "appointments": [],
            "clinical_notes": [],
            "medical_history": null
        },
        {
            "id": 2,
            "document_id": "41062376",
            "name": "Kristian Hoppus",
            "phone": "961777489",
            "email": "kristiahoppus@gmail.com",
            "birth_date": "1981-07-16",
            "gender": "Masculino",
            "emergency_contact": null,
            "created_at": "2026-09-17T15:53:18.000000Z",
            "updated_at": "2026-09-17T15:53:18.000000Z",
            "tooth_conditions": [],
            "appointments": [],
            "clinical_notes": [],
            "medical_history": null
        }
    ],
    "payments": []
}