MIR Dental CareDemo

Digital Dental Management System designed for multi-clinic operations, clinical traceability, and executive-level decision making.

Frontend demo — no real patient dataArchitecture-first approachEnterprise clinical workflow vision

Patients

Patient registry with an interactive odontogram by tooth surfaces. This is production-grade UX scaffolding: the data model persists later without rewriting UI logic.

PatientIDAgeStatusNotes
María GonzálezPT-000134ActiveRoutine checkup
Carlos MéndezPT-000241Follow-upPost-surgery review

Odontogram · María González

Click any surface to cycle: normal alerttreated. Click the small dot on a tooth to reset that tooth.

NormalAlertTreated·Surfaces: O (Occlusal), M (Mesial), D (Distal), B (Buccal), L (Lingual)
Upper18171615141312112122232425262728Lower48474645444342413132333435363738

Clinical detail

Select a tooth surface to see a clinical description (diagnosis + procedure + notes) for decision-making.

Treatment plan

Active patient · María González

This list is generated from surface-level clinical entries. Block 4 adds deterministic cost/time estimates per procedure with manual override.

ToothSurfaceStatusDiagnosisProcedureEst. timeFeeCost modeNotesModeActions
No treatment plan items yet. Click a tooth surface above to create clinical entries.

Demo note: costs are deterministic estimates for demo. In production, these come from fee schedules and provider rules.

Totals (current view):·$0.00

Interaction model

Surface-level states (O/M/D/B/L) are stored per tooth and per patient.

Production path

Tomorrow’s demo uses this UI. Later we swap only the SVG shapes for realistic anatomy — same data model, same logic.

Clinical credibility

Decision-makers see a real odontogram workflow: not a toy grid, but tooth surfaces that behave like a serious system.

Demo mode: all odontogram data is in-memory (no backend, no persistence). This is intentional and aligns with the approved demo principles.