Message Templates
Create and manage reusable message templates for consistent patient communication.
Template Library
Access pre-approved templates organized by category:
- Appointment - Reminders, confirmations, cancellations
- Clinical - Test results, follow-up care, instructions
- Administrative - Billing, forms, general information
- Surveys - Patient satisfaction, health assessments
Creating Templates
Basic Template
- Navigate to Settings > Templates
- Click New Template
- Select category and name
- Enter message content
- Submit for approval
Using Dynamic Fields
Insert merge fields for personalization:
| Field | Example Output |
|---|---|
{{patient.firstName}} | John |
{{patient.lastName}} | Smith |
{{appointment.date}} | March 15, 2026 |
{{appointment.time}} | 10:30 AM |
{{provider.name}} | Dr. Johnson |
{{organization.name}} | City Medical Center |
Example Template
Hello {{patient.firstName}},
This is a reminder about your appointment with {{provider.name}} on {{appointment.date}} at {{appointment.time}}.
Please arrive 15 minutes early. If you need to reschedule, reply to this message or call us.
Best regards,
{{organization.name}}Approval Workflow
Templates requiring approval:
- Draft template submitted by staff
- Review by designated approver
- Approval or revision requested
- Published to template library
Template Versioning
All template changes are versioned for audit purposes. Previous versions can be viewed but only the current approved version can be used for sending.
Last updated on