|
@@ -0,0 +1,217 @@
|
|
|
+
|
|
|
+Login Page
|
|
|
+
|
|
|
+----------------------------------------------------------------------------------
|
|
|
+
|
|
|
+LOGO
|
|
|
+
|
|
|
+Dashboard |
|
|
|
+Patients |
|
|
|
+Practice Management -> Dashboard, Payment Rates, Previous Bills, Financial Transactions, Pending Bills to Sign, HR
|
|
|
+
|
|
|
+Hello, {pro}!
|
|
|
+<logout>
|
|
|
+
|
|
|
+
|
|
|
+----------------------------------------------------------------------------------
|
|
|
+
|
|
|
+ Dashboard:
|
|
|
+
|
|
|
+ My patients: (count) (x that I have not seen yet!)
|
|
|
+
|
|
|
+ # | Name | DOB | Last E&M | Next E&M | Insurance
|
|
|
+
|
|
|
+ Pending bills to sign: (count)
|
|
|
+
|
|
|
+ # | Date | Name | DOB | Title (Note or Care Month) | Code | Amount
|
|
|
+
|
|
|
+ Pending notes to sign: (count)
|
|
|
+
|
|
|
+ # | Date | Name | DOB | Title
|
|
|
+
|
|
|
+ Practice Management:
|
|
|
+
|
|
|
+ HEADER: Current Balance: $___ Next payment date: _/_/_ Last payment: $___ (_/_/_)
|
|
|
+
|
|
|
+ SUB:
|
|
|
+
|
|
|
+ DASHBOARD:
|
|
|
+
|
|
|
+ PAYMENT RATES:
|
|
|
+
|
|
|
+ Code | Description | Amount | Career Earnings
|
|
|
+
|
|
|
+ PREVIOUS BILLS:`
|
|
|
+
|
|
|
+ # | Name | DOB | Care Month or Note | Code | Amount | Status
|
|
|
+
|
|
|
+ FINANCIAL TRANSACTIONS:
|
|
|
+
|
|
|
+ # | Date | Credit or Debit | Amount | Associated Bill
|
|
|
+
|
|
|
+ EMPLOYMENT:
|
|
|
+
|
|
|
+ DIRECT DEPOSIT SETTINGS:
|
|
|
+ ...
|
|
|
+
|
|
|
+ W9:
|
|
|
+ ...
|
|
|
+
|
|
|
+ CONTRACT:
|
|
|
+ ...
|
|
|
+
|
|
|
+ PENDING BILLS TO SIGN:
|
|
|
+
|
|
|
+ col-md-6
|
|
|
+
|
|
|
+ # | Date | Name | DOB | Title (Note or Care Month) | Code | Amount
|
|
|
+
|
|
|
+ col-md-6
|
|
|
+
|
|
|
+ < OpenBill >
|
|
|
+
|
|
|
+----------------------------------------------------------------------------------
|
|
|
+
|
|
|
+ Patients:
|
|
|
+
|
|
|
+ Name | DOB | PCP | Last E&M | Next E&M | Insurance
|
|
|
+
|
|
|
+----------------------------------------------------------------------------------
|
|
|
+
|
|
|
+PATIENT RECORD HEADER:
|
|
|
+
|
|
|
+ if(duplicate){"This chart is a duplicate of: __________"}
|
|
|
+
|
|
|
+ Smith, John (12 June, 1940 - Age: 50)
|
|
|
+ PCP: Watson, Lisa NP..... Last E&M Visit: {{date}} || Missing! [Correct it!] Next E&M Visit: {{date}} | Missing! [Correct it!]
|
|
|
+ Medical Assistant: Rivera, Elisia || Missing! [Correct it!]
|
|
|
+ Insurance: Medicare Part B (Green Checkmark!) || Medicare Advantage (X) || Missing! [Correct it!] || Invalid! [Correct it!]
|
|
|
+ Focus areas: 1. {main_reason1 || __} 2. {main_reason2 || __} 3. {main_reason3 || __}
|
|
|
+ Height: ___ in. Weight: ___ lbs. BMI: ___ (UNDER/NORM/OVERWEIGHT/OBESE)
|
|
|
+
|
|
|
+ Enrollments:
|
|
|
+ Chronic Care Management (CCM)? {{Yes || No}} {{ Opted out? }}
|
|
|
+ Remote Patient Monitoring (RPM)? {{Yes || No}} {{ Opted out? }}
|
|
|
+
|
|
|
+ Allergies: [...]
|
|
|
+
|
|
|
+ [+ Add Note]
|
|
|
+ [Pt. Ed.]
|
|
|
+
|
|
|
+-----------------------------------------------------------------------------------
|
|
|
+
|
|
|
+PATIENT::
|
|
|
+
|
|
|
+ DASHBOARD:
|
|
|
+
|
|
|
+ CARE PLAN: [edit]
|
|
|
+
|
|
|
+ Current Medications:
|
|
|
+
|
|
|
+ foreach <?= Title ?>
|
|
|
+
|
|
|
+ Dx & Focus Areas:
|
|
|
+
|
|
|
+ Title | ICD | Chronic or Acute | Prognosis | Treatment Goal | Treatment Plan
|
|
|
+
|
|
|
+ Care Team:
|
|
|
+
|
|
|
+ Name | Specialty | Organization | Phone | Fax | Next Appointment | Memo
|
|
|
+
|
|
|
+ Recent Measurements:
|
|
|
+
|
|
|
+ Vitals:
|
|
|
+
|
|
|
+ BP: 120 / 80
|
|
|
+ HR: 100 bpm
|
|
|
+ Temp: 103.0 F
|
|
|
+ RR: 39 rpm
|
|
|
+ Ht: 5' 10"
|
|
|
+ Wt: 230 lbs
|
|
|
+ BMI: 33
|
|
|
+ SpO2: 3.0%
|
|
|
+ Inhaled O2: 4.0%
|
|
|
+
|
|
|
+ Lab:
|
|
|
+
|
|
|
+ A1c:
|
|
|
+ LDL:
|
|
|
+ HDL:
|
|
|
+ Trigs:
|
|
|
+
|
|
|
+ Other:
|
|
|
+ ...
|
|
|
+
|
|
|
+ History:
|
|
|
+
|
|
|
+ Medical:
|
|
|
+
|
|
|
+ Surgical:
|
|
|
+
|
|
|
+ Family:
|
|
|
+
|
|
|
+ Social:
|
|
|
+
|
|
|
+ OB & Preg:
|
|
|
+
|
|
|
+ Hospitalizations / Procedures:
|
|
|
+
|
|
|
+ Screenings:
|
|
|
+
|
|
|
+ Colonoscopy:
|
|
|
+ Mammogram:
|
|
|
+ ...//TODO checklist
|
|
|
+
|
|
|
+ RECENT E&M NOTES:
|
|
|
+
|
|
|
+ # | HCP | Date | Name | DOB | Title | Bill(s)
|
|
|
+
|
|
|
+------------------------------------------------------------------------------------
|
|
|
+
|
|
|
+ CARE PLAN:
|
|
|
+
|
|
|
+ {expanded & editable version of above}
|
|
|
+
|
|
|
+ MEDICATIONS:
|
|
|
+
|
|
|
+ Dx & FOCUS AREAS:
|
|
|
+
|
|
|
+ CARE TEAM:
|
|
|
+
|
|
|
+ MEASUREMENTS:
|
|
|
+
|
|
|
+ LABS/STUDIES:
|
|
|
+
|
|
|
+ HISTORY:
|
|
|
+
|
|
|
+ IMMUNIZATIONS:
|
|
|
+
|
|
|
+ ALLERGIES:
|
|
|
+
|
|
|
+ NOTES:
|
|
|
+
|
|
|
+ col-md-6
|
|
|
+
|
|
|
+ # | Date | Name | DOB | Title
|
|
|
+
|
|
|
+ col-md-6
|
|
|
+
|
|
|
+ < OpenNote >
|
|
|
+
|
|
|
+ FLOWSHEETS:
|
|
|
+
|
|
|
+ DEMOGRAPHICS:
|
|
|
+
|
|
|
+ ACCOUNT:
|
|
|
+
|
|
|
+ CARE CHECKLIST:
|
|
|
+
|
|
|
+ DOCUMENTS:
|
|
|
+
|
|
|
+ EDUCATION:
|
|
|
+
|
|
|
+ MESSAGING:
|
|
|
+
|
|
|
+ DUPLICATE:
|
|
|
+
|
|
|
+-----------------------------------------------------------------------------------
|