Contents
The real job is remembering
A patient follow-up system sounds like a record-keeping tool, but its actual job is remembering. In medical tourism a patient spends weeks between first message and surgery, and dozens of enquiries run in parallel over that period. Human memory cannot carry that load, and when it fails it drops the quietest one — which is often the one closest to booking.
So what separates a good system from a poor one is not the number of fields. It is that no record is allowed to sit in the system without a next step and an owner.
The fields that matter
A minimum viable field set for medical tourism:
| Group | Fields | Why |
|---|---|---|
| Identity | Name, country, language, contact channels | Right language, right time zone |
| Request | Treatment(s), urgency, date range | Prioritisation and capacity |
| Qualification | Budget band, companion, medical suitability | Ruling out early |
| Source | Channel, campaign, content | Managing ad budget with data |
| Process | Status, owner, next step + date | Preventing things being forgotten |
| Documents | Photos, reports, passport, consent | Clinical review and coordination |
| Commercial | Quotes, acceptance, payments, balance | Cash flow and settlement |
Use file tags so documents stay findable and the patient record to see the whole file on one screen.
Three mechanisms that create discipline
- A mandatory next step. When a record changes status, the system should ask "what next, and when?". A field that can be left blank will be left blank.
- Reminders. When the date arrives, the step appears on the consultant's screen — reminders and notifications.
- An orphan report. A list of records with no owner, untouched for seven days, or with an overdue next step. This report should be the first item of your weekly meeting.
Together they move follow-up from personal discipline into the system itself. The cadence to run on top is in lead management.
Aftercare is part of tracking
Most companies stop tracking at quote acceptance. In medical tourism, aftercare matters for two reasons: supporting the patient through recovery is a clinical responsibility, and a satisfied patient is the cheapest source of new patients you will ever have.
The minimum checkpoints: day one after discharge, week one, month one, and — depending on treatment — month six or year one. Each opens as a follow-up, with the last step asking for a review and referrals.
Handling sensitive data
Health data is a special category under GDPR Article 9 and Turkey's KVKK Article 6, which means stricter conditions for processing. What to require of the software:
- Role-based access. Not every consultant should see every patient.
- Masking. Hiding fields such as phone and email from restricted roles.
- Audit logs. Who opened which record, when, and what changed.
- Retention. Data should not be kept indefinitely, and deletion requests must be satisfiable.
MetoCRM's approach is described on the security page; migration uses the import module.