Frappe Health - Revision: a81fb5e3be

Create Wiki Page

Restore Revision

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

@@ -0,0 +1,39 @@
+Frappe Health helps you map your Facility Infrastructure and manage Appointment Scheduling, Billing, etc by creating Healthcare Service Units. These are made available for Appointment Booking or Inpatient Occupancy and also for Billing.
+
+## 1. How to Create a Healthcare Service Unit
+
+To create a Healthcare Service Unit, go to:
+
+> Home > Healthcare > Masters > Healthcare Service Unit
+
+1. Give a name to the Service Unit.
+2. Specify the Parent Service Unit.
+3. You can create a hierarchy and check "Is Group" if you want to create some units under it.
+4. If "Is Group" is not check, select the Healthcare Service Unit Type. The configurations such as "Allow Appointment", "Inpatient Occupancy", "Is Billable", "Allow Overlap" are auto-fetched from the Healthcare Service Unit Type.
+5. Set the Warehouse if the type is linked to an item.
+6. Select the Company (Hospital) where this unit will be used.
+7. Save.
+
+For Example, Healthcare Service Unit for the type "Healthcare Practitioner Consulting Rooms":
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/healthcare_service_unit_1.png">
+
+## 2. Healthcare Service Unit Capacity
+
+If _Allow Overlap_ is checked, you can set the **Service Unit Capacity** which denotes the number of concurrent appointments allowed to be scheduled in that unit.
+
+## 3. Healthcare Service Unit Tree View
+
+It is also possible that you can group and organize all the service units in a hierarchical manner and edit them from the tree view.
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/healthcare_service_unit.png">
+
+You can also create multiple service units of a particular Service Unit Type right from the tree view.
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/multiple-service-units.gif">
+
+> This Form has been Changed in Version 13
+
+## 4. Related Topics
+
+1. [Healthcare Service Unit Type](/docs/v13/user/manual/en/healthcare/healthcare_service_unit_type)