INTERNAL - Tier 1 Support Training Checklist
Print
Modified on: Tue, 7 Mar, 2023 at 4:31 PM
Forms
Task | Description | Help Articles |
Stock Forms Request | | Forms - Stock Forms Request |
Consent Forms | Consent Forms are custom forms that are simple enough to not require billing for dev time. These are generally forms where the only user input is a signature at the bottom, or a few basic questions Always test uploaded forms by filling them out, submitting, and ensuring the resulting form makes it to the PPQ. Make sure to delete these from the PPQ when finished
| |
Questionnaires | Questionnaires are more complicated forms that must follow a stricter set of standards, and are generally billed for dev time Give the practice a quote for how long it will take to create the forms. If you're unsure, ask a developer to look at it Follow 'Conventions for Forms' to understand proper formatting of questions When form is uploaded and tested, inform customer then assign to 'Billing Team' in freshdesk along with a private note with how many dev hours it took
| |
Adding images to forms | <img src="https://{URL}/custom/images/forms /name_of_image_file_goes_here.png" >
|
|
Adding Signatures to forms | | |
Patient Support
Task | Description | Help Articles |
Password Reset | Patients will forget their password occasionally and need assistance with recovering or resetting it Open EMR link and search for patient. Their name might not exactly match how its typed in, in this case its helpful to search for their email address (if you can't find them, See Section on 'Wrong Clinic' below) At top of patient's chart, click Pt Portal > Send Invite/Reset Link. In the resulting dialog, click 'Send Invitation / Reset Email to [address]' link. Do not tell them which address you sent it to, this is a HIPAA violation. The best you can do is tell them the domain, i.e "We sent it to your address at *****@gmail.com"
| |
Wrong Clinic | If Patient info (typically name / email address) is not found when searching provided EMR, clarify if they are trying to log in to [Clinic Name] and if so, ask for more information / alternate names and email addresses they could have used when registering
|
|
Wrong Personal Information | If a patient has erroneous information in their chart, they will not be able to log in. Currently this includes name, DOB, and ZIP. For ZIP codes, give them password reset link which allows them to log in, then they can change it on their portal. For Name / DOB, have them contact clinic
|
|
Bug Report | If a Patient or Provider reports a bug within the software, attempt to reproduce it. Make sure it is not an intended feature or a misunderstanding on their part. Add a private note with as much information/context as you can, including a screenshot of the bug in action, then set type to 'Bug Report' and assign to Devs
|
|
De-Activated Account | If there is a Red speech bubble icon in the Patient's chart, it means the account has been de-activated. This is done either intentionally by the practice, or automatically if there are too many consecutive login attempts. You are not allowed to re-activate the patient's account for them. Instruct them to contact the practice.
|
|
Duplicate Patient accounts | - Sometimes practices erroneously make two accounts for a single patient, or use the same email address for two separate patients (usually a family member). This will result in the patient not being able to log in to one or both accounts.
- If it's for the same patient, you are not allowed to perform a merge. Notify the clinic and refer them to this help article
- If its for separate patients who are related to each other:
- If they have a gmail address, you can set one of the accounts to an alias using a + symbol. For example, if the shared address is 'patient1@gmail.com', set the other account's email to 'patient1+[something else]@gmail.com. This will create an alias that will send any emails sent to either address to 'patient1@gmail.com', while being distinct addresses on our system.
- If they don't have a gmail address, tell them to contact the clinic and have them change one of the addresses to another email address owned by the patient
|
|
EMR/Patient Portal Configuration
Task | Description | Help Articles |
Lab Integrations | |
Quest |
Config Changes | - There are a huge variety of ways clients can customize their EMR and Patient Portal. This is done by modifying config files on their build and adding/modifying 'constants'. The behavior of these constants are described in various internal help articles.
- Generally, constants pertaining to the EMR will be in var/ww/safe_includes/config.php
- Constants for the patient portal will be in var/www/patient_portal/safe_includes/portal_config.php
- Refer to the relevant help articles to confirm location of the constant. Sometimes they are in other config files within the safe_includes folders.
NOTE: Always back up config files you are modifying. If you are modifying 'config.php' on October 31, 2022, the appropriate backup filename would be 'config.2022-10-31_{your initials}.php' |
|
Logo Change | When practices need their logos changed, Tier 1 handles the basic image editing and configuration required. Have them send logo in PNG or SVG format Follow help article instructions to modify logo so it works in EMR and Patient Portal
| |
Name / Address / Info Change | - When a practice requests a change to their Name, address, phone / fax, email, or EIN, we must update it accordingly in config
| Update Clinic Address / Provider Info |
Questionnaire Page Configuration | | |
Auto-Filing Forms | | |
Multi-Location / Multi-Build setup | Similar to the address change, when a clinic wants multiple locations we must update the config Tier 1 only handles Multi-Location setups, first refer to "Multi-Location vs.Multi-Build" article to determine which one is appropriate, and assign to devs if Multi-Build. Otherwise refer to Multi-Location setup article.
|
Multi-Location setup |
Did you find it helpful?
Yes
No
Send feedback Sorry we couldn't be helpful. Help us improve this article with your feedback.