Global templates are the source of truth for new facility provisioning. Keep them updated with your organization’s latest standards so every new facility starts with the correct configuration.
Four-tab layout
Tab 1: Global milestones
The source of truth for milestone definitions. Manage the globalmilestone_types table:
- Create new global milestones available to all future facilities
- Pair milestones (e.g., “Anesthesia Start” paired with “Anesthesia End”)
- Archive/Restore with soft delete
- Propagation — new global milestones auto-copy to all existing facilities with a
source_milestone_type_idstamp
Tab 2: Global phases
Standard phase definitions for the surgical workflow:| Phase | Boundaries |
|---|---|
| Pre-Op | Arrival → Anesthesia Start |
| Surgical | Anesthesia Start → Closing |
| Closing | Closing → Closing Complete |
| Post-Op | Closing Complete → Patient Out |
Tab 3: Global templates
Reusable milestone sequence templates using the same drag-and-drop builder as facility templates. Required milestones (8 placements across 4 phases) are enforced and cannot be removed. Template types include:- Standard OR Flow — the default template
- Rapid Turnover — optimized for high-volume days
- Extended Procedure — additional milestones for complex cases
- Custom — created by admins for specific needs
Tab 4: Procedure type templates
Global procedure definitions (THA, TKA, ACL, etc.) with optional default milestone template assignments. On facility creation, these copy to the facility’s procedure types table.How templates flow to facilities
seed_facility_with_templates() function handles copying based on the JSONB configuration.
Additional global settings
Beyond the four-tab milestone system, the admin settings hub includes:| Page | Description |
|---|---|
| Cost category templates | Global expense/revenue categories |
| Delay type templates | Standard delay reasons |
| Implant companies | Shared vendor list (not facility-scoped) |
| Procedure categories | High-level groupings (Joint, Spine, Sports) |
| Flag rule templates | Built-in operational flag rules |
| Payer templates | Standard insurance carriers |
| Analytics settings | Default FCOTS and utilization targets |
| Notification settings | Default alert configuration |
Template propagation rules
What propagates automatically?
What propagates automatically?
Global milestones are the only templates that propagate to existing facilities automatically. When you create a new global milestone, it’s copied to all existing facilities with a
source_milestone_type_id stamp linking it back to the global definition.What only affects new facilities?
What only affects new facilities?
Everything else: phase templates, milestone templates, procedure types, flag rules, cost categories, payers, analytics settings, and notification settings. These are only copied during facility creation via the wizard.
How do I update an existing facility's templates?
How do I update an existing facility's templates?
Navigate to the facility’s own settings and edit templates there directly. There’s no “push” mechanism to update existing facilities from global templates (except for milestones).
Next steps
Facility wizard
See how templates are selected during facility creation.
Milestone settings
See the facility-level template builder.