Frappe Health - Revision: 1315b5901e

Create Wiki Page

Restore Revision

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

@@ -0,0 +1,24 @@
+> Introduced in Version 13
+
+The Patient Assessments in Rehabilitation provide evidence to support the development of a rehabilitation plan, tailored to the client's needs, circumstances and goals. Healthcare Practitioners have to record assessments at regular intervals to track Patient Progress. There are various assessments that are conducted for the Patient like Motor Assessment Scale, Functional Mobility Scale, Stroke Rehabilitation Assessment of Movement (STREAM), etc. Patient Assessment DocType helps you capture these assessments at any point of time during the Therapy Plan.
+
+To create a Patient Assessment, go to:
+
+> Home > Healthcare > Rehabilitation and Physiotherapy > Patient Assessment
+
+## 1. How to Create a Patient Assessment
+
+1. Go to the Patient Assessment list, click on New.
+2. You can optionally select a Therapy Session after which the evaluation is being conducted. Details like Patient and Healthcare Practitioner will be fetched automatically.
+3. Select the Patient Assessment Template. The Assessment Description and all the Assessment Parameters will be fetched automatically. The scale for patient evaluation will be set in the "Score" field in the Assessment table.
+4. You can then start the assessment by selecting the score against every parameter.
+5. Save.
+6. The _Total Score Obtained_ will be calculated as a sum of all the individual parameter scores obtained.
+7. You can also add Time and Comments while evaluating individual parameters in the Assessment table.
+8. Submit.
+
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/patient-assessment.png">
+<img class="screenshot" alt="ERPNext Healthcare" src="/files/assessment-parameter.png">
+
+## 2. Related Topics
+1. [Patient Assessment Template](/docs/v13/user/manual/en/healthcare/patient_assessment_template)