Insert variables into templates and SMART Commands

Putting varaible in your templates and SMART Commands wil poplate your documents with current/active patient information. Below is a list of all current variables, remember to check back once in awhile as we add more of these variables.

A table of available vatiables:

Dynamic Variable List
Name Variable
Today Date @Today
Patient Name @Patient
Clinic  @Clinic
First Name  @FirstName
LastName  @LastName
Middle Initial  @Middleinitial
Address  @Address
City  @City
State  @State
Zip  @Zip
Email  @Email
Home Phone  @HomePhone
Cell Phone  @CellPhone
Date of Birth  @DOB
Age  @Age
Height  @Height
Weight  @Weight
Vitals @Vitals
Blood Pressure  @BloodPressure
BMI  @BMI
Patient Medication  @MedicationList
Patient Problem  @ProblemList
Patient Allergy  @AllergyList
Sex  @Sex
Race  @Race,
ClinicAddress  @ClinicAddress
FamilyHistory  @FamilyHistory
PrimaryInsurance  @PrimaryInsurance
SecondaryInsurance  @SecondaryInsurance
Family History  @FamilyHistory
Past Illness  @PastIllness
Social Historye  @SocialHistory
Hospitalizations  @Hospitalizations
Injuries  @Injuries
Last Chief Complaint  @lastChief

Test Document:

Copy (Ctrl+C) and paste (Ctrl + V) the following code into and a vew template. If you’re using SMART commands, make sure to mark the command type DYNAMIC.

Today Date: @Today
Patient Name: @Patient
Clinic: @Clinic
First Name: @FirstName
LastName: @LastName
Middle Name: @MiddleInitial
Address: @Address
City: @City
State: @State
Zip: @Zip
Email: @Email
Home Phone: @HomePhone
Cell Phone: @CellPhone
Date of Birth: @DOB
Age: @Age
Height: @Height
Weight: @Weight
Blood Pressure: @BloodPressure
BMI: @BMI
Sex: @Sex
Race: @Race,
ClinicAddress: @ClinicAddress
PrimaryInsurance: @PrimaryInsurance
SecondaryInsurance: @SecondaryInsurance
Patient Medication: @MedicationList
Patient Problem: @ProblemList
Patient Allergy: @AllergyList
FamilyHistory: @FamilyHistory
Vitals: @Vitals
SocialHistory: @SocialHistory
PastIllness: @PastIllnessHistory
Hospitalizations: @Hospitalizations
Injuries: @Injuries
Last Chief Complaint: @lastChief