The everyday problem
"A referring physician sends over a patient for a cardiology consult. If that referral gets lost between the fax machine and the scheduling desk, the patient โ and the referring doctor's trust โ is gone."
Referrals that live in a fax tray or a shared inbox depend on someone noticing them. Meanwhile, different departments seeing each other's patient lists creates both a privacy problem and a cluttered one โ nobody wants Cardiology sorting through Oncology's patients to find their own.
What you're building
| Record type | Kind | What it holds |
|---|---|---|
| Lead | Standard (built-in) | The incoming referral, before it's a confirmed patient |
| Contact / Account | Standard (built-in) | The Patient, and the referring practice's Account |
| Opportunity | Standard (built-in) | The Consult pipeline: Scheduled โ Seen โ Billed |
| Appointment | Custom (you build it) | Links to the Patient, owned by the assigned Specialist |
Business outcome
- Referrals convert into scheduled visits automatically โ nothing waits in a fax tray
- Departments see only their own patients by default
- Insurance sign-off happens before the appointment is confirmed, not after the visit
Step-by-step build
Do these six pieces in order. Total time: roughly 35โ45 minutes the first time through.
1 Capture the referral instantly
2 Convert into a care episode
3 Assign and schedule
4 Keep departments siloed
department__c = "Cardiology" shared with the Cardiology team only. Repeat per department.5 Automate the reminders
6 Verify coverage before confirming
procedure_cost__c > 500 โ routes any higher-cost procedure to the insurance-verification team.