Creating templates in Chairscribe: a basic guide

Build a template that drafts the same note, the same way, every time: the six constructs and how to use them.

Applies to: Web app

Chairscribe drafts; the clinician reviews and signs. Every entry in the patient record remains yours.

A template lets Chairscribe draft the same note, the same way, every time. This guide covers what a template is, the six constructs it is built from, and how to build your first one.

Quick start (60 seconds)

  1. Go to Templates in the sidebar.
  2. Click New template.
  3. Describe what you want: *“Composite restoration note, FDI notation, tooth number and surfaces, material and shade, anaesthetic, occlusion check, post-op advice.”*
  4. Chairscribe drafts the template structure and shows you a sample note.
  5. Read the sample. Adjust the structure.
  6. Save.

That’s a working template. Everything below is about making it a good one.


What a template actually is

A template is not a form. It is a set of instructions telling Chairscribe what belongs in a note of this type, in what order, and what to do when something is missing.

The distinction matters. A form has empty boxes you fill in. A Chairscribe template already knows that a composite restoration note has a tooth, surfaces, a material, a shade, and an occlusion check, and it knows what to do if the occlusion check wasn’t mentioned. ( ) instructions are what turn a form into a template.

Think of it as a checklist that writes itself. The checklist is the medicolegal value. The writing itself is the time saving.

The six constructs

Every Chairscribe template is built from six things. You don’t need to memorise them (the template builder handles most of this), but understanding them is the difference between a template that mostly works and one you trust.

ConstructLooks likeDoes
Plain textExaminationHeadings and fixed text that appear every time.
Fill[tooth number]Tells Chairscribe what information goes here.
Choice[LA/no LA]Forces a decision between defined options.
Library set@CompositesPulls from a named list you maintain.
Optional section{ … }Includes this block only if there is content for it.
Instruction( … )Tells Chairscribe *how* to handle the surrounding content.

1. Plain text

Headings, standing text, your practice details. Appears verbatim in every note.

Examination
Diagnosis
Treatment
Post-operative instructions

2. [fill]: what goes here

Square brackets describe the *type* of information, not an example of it. Good fills:

  • [tooth number in FDI notation]
  • [surfaces restored]
  • [shade selected]

Avoid putting examples inside a fill, like [tooth number e.g. 26, 36]. Chairscribe will reach for them.

Be specific. [caries depth and extent, including whether it reaches dentine or approaches the pulp] produces a better note than [caries].

3. [a/b]: force a choice

Where the answer is genuinely binary or bounded, constrain it. This is where confirmation-over-typing does its work. The dentist reads a decision rather than composing one.

[LA administered/no LA]
[rubber dam isolation/cotton roll isolation]
[occlusion checked and adjusted/occlusion checked, no adjustment required]

4. @Name: library sets

A library set is a named list you maintain once and reference everywhere. Change the list, and every template referencing it updates.

@Composites
@LocalAnaesthetics
@ImpressionMaterials

If your practice switches composite systems, you edit one library set rather than eleven templates.

5. { }: optional sections

Wrap a block in braces and it only appears if there is something to put in it. No empty headings, no “N/A” scattered through the note.

{Radiographs
[radiographs taken, type and teeth]
[radiographic findings]}

If no radiographs were taken, the whole block disappears.

6. ( ): instructions

Round brackets speak to Chairscribe, never to the reader. They never appear in the note. The most important instruction is the one that prevents invention:

(Only include if explicitly stated in the recording, context, or clinical note. Otherwise omit entirely. Never infer.)
Put this after anything clinically consequential. A note that invents an occlusion check you never performed is worse than a note that omits one.

Instructions also control format and set conditions:

[post-operative instructions] (Write as a bulleted list. Include only advice actually given.)

[anaesthetic] (if LA administered, record agent, volume, and technique. Otherwise omit.)

Putting it together

A simplified composite restoration template, recorded against a real appointment, drafts something like:

Examination: 12, incisal. Fractured incisal edge, extending into dentine, no pulpal involvement. Vitality testing positive. Treatment: No LA required. Cotton roll isolation. Restored 12 incisal with Estelite Sigma Quick, shade A2. Occlusion checked and adjusted. Post-operative instructions: Avoid biting directly on the tooth for 24 hours. Contact the practice if sensitivity persists beyond two weeks.

Building your first template

  • Start from a note you already write. Take a real one, strip the patient details, and use it as the shape.
  • Describe it in plain language. The template builder takes a description and drafts the structure; you don’t need to write the syntax yourself to start.
  • Read the sample output, not the structure. The sample is what your dentists will see. If the sample is right, the structure is right.
  • Test it on a real appointment. Templates look fine in the abstract and reveal their gaps the moment a real patient says something unexpected.

Tips for success

Do

  • Start with one template you’ll use ten times a week, not eleven you’ll use once.
  • Put the safety instruction after every clinical fill: (Only include if explicitly stated…).
  • Use { } liberally. Empty sections make a note look careless.
  • Use @ library sets for anything the practice might change.
  • Be specific inside [fills]. The fill is a brief, not a label.

Avoid

  • Don’t put examples inside a fill. [shade], not [shade e.g. A2, A3].
  • Don’t skip the safety instruction. It keeps invented findings out of a legal record.
  • Don’t over-engineer. A simple template your dentists actually use beats a perfect one they abandon.
  • Don’t build a template for an appointment type you see twice a year.

Glossary

TermDefinition
TemplateThe structure a note is drafted into.
Fill [ ]A description of the information that belongs in this position.
Choice [a/b]A constrained decision between defined options.
Library set @NameA named, reusable list of options maintained in one place.
Optional section { }A block that appears only when it has content.
Instruction ( )Guidance to Chairscribe; never appears in the note.
TranscriptWhat was said during the appointment.
ContextMaterial provided before recording.