Frappe Health - Revision: a00fcbefbd

Create Wiki Page

Restore Revision

Administrator edited on Jul 20, 2022, 11:41:50 AM

@@ -0,0 +1,35 @@
+You can create masters for various types of Appointments. Appointment Type allows you to predefine the duration of the appointment, specify whether it's inpatient, and set colors to differentiate between different Appointment Types for analysis.
+
+## 1. How to Create an Appointment Type
+
+To Create an Appointment Type, go to:
+
+> Home > Healthcare > Consultation Setup > Appointment Type
+
+1. Enter the "Type".
+2. Check "Is Inpatient" if the Appointments created under this Type will be used for IPD.
+3. Set the Default Duration (In Mins) so that when the Appointment Type is selected in Patient Appointment, the duration gets set automatically.
+4. You can also set a color for each Appointment Type.
+
+<img class="screenshot" alt="Appointment Type" src="/files/appointment_type.png">
+
+The color will help you identify the appointments of a particular type in the Calendar view.
+
+<img class="screenshot" alt="Appointment Calendar" src="/files/healthcare-appointments.png">
+
+## 2 Features
+
+### 2.1 Medical Department wise Billing Items and Charges
+
+From version 13 onwards, you can set up department-wise appointment/consultation charges in the Appointment Type.
+
+<img class="screenshot" alt="Appointment Type Wise Charge" src="/files/appointment-type-wise-charge.png">
+
+If you want to set generic default charges and billing items, irrespective of any department, you can add a record in the Appointment Type Service Items table with no department selected.
+
+<img class="screenshot" alt="Appointment Invoicing" src="/files/appointment-invoicing.png">
+
+
+## 2. Related Topics
+
+1. [Patient Appointment](/docs/v13/user/manual/en/healthcare/patient_appointment)