Frappe Health - Revision: 59d00b6065

Edited Nursing Tasks

Restore Revision

chillar edited on Jul 26, 2022, 11:16:16 AM

@@ -9,3 +9,50 @@
 <img class="screenshot" src="/files/nt-l.png">
 
 Once the relevant tasks are completed, users can go back and submit the patient data.
+
+
+### Nursing Checklist Template
+
+Nursing Checklist Template is used to create frequently used nursing tasks for a specific workflow. For example, when discharging a patient, nurses need to check for vitals, check for discharge medications etc. These tasks can be created as discharge checklist.
+
+
+### Creating Nursing Checklist Template
+
+
+<img src="/files/ntc-list.png">
+
+
+From the list view page, users can click on `Add Nursing Checklist Template`.
+
+<img src="/files/ntc-create.png">
+
+Add relevant details like title, department and relevant tasks. For each task, users can specify the task, if the task is mandatory and the user role who has to perform the task.
+
+After entering all the details, click on save.
+
+Once checklist template is created, it can be used in other templates like lab test template, clinical procedure template etc.
+
+<img src="/files/lab-test-template.png">
+
+Once nursing checklist is added to the template, when patient data is created using this template, all the relevant nursing tasks will be created automatically.
+
+
+Users can also select/deselect nursing tasks on a case-to-case basis if they want to change nursing tasks on the fly.
+
+<img src="/files/nt-select.png">
+
+Based on the selection, relevant nursing tasks will be created.
+
+
+### Nursing Tasks
+
+Using Nursing Checklist Template users can create nursing tasks in various healthcare workflows. From patient documents like lab tests or clinical procedures, users can directly go to relevant nursing tasks by clicking on the `Nursing Tasks` button.
+
+<img class="screenshot" src="/files/nt.png">
+
+On clicking `Nursing Tasks`, it will redirect to nursing tasks page and filter out relevant tasks.
+
+<img class="screenshot" src="/files/nt-l.png">
+
+Once the relevant tasks are completed, users can go back and submit the patient data.
+