When adding tags to a banner, make sure they are formatted correctly. Tags are enclosed in two sets of braces, as shown in the following example:
{{tag}}
For example, to display a patient's name, a template may use the following format:
{{lastname}}, {{firstname}} {{middlename}}
For labeled information, a template may contain the label tag followed by its corresponding value tag:
{{mrn_label}}: {{mrn}}
If a value tag does not have a corresponding label, the template can display a static label as shown in the following example:
Mobile: {{cellphone}}