-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Requirements: Physio Events
For information on why this needs to be a feature, see the discussion in Issue 28
Physical therapists need the following rights:
- The ability to add/edit appointments
- The ability to add/edit/delete physical therapy events
- The ability to read-only patient records, including visits, procedures, and the related notes
Therefore, we need a new role defined in the system with rights that support that sphere of capabilities.
The model is primarily a wrapper for the Notes feature, thus any work on this feature should occur after that PR has been merged to master. The event is marked by an attending physical therapist, a clinical note (Notes feature), a date, and the associated visit and patient.
Physio events should be an additional list of activities under a Visit, similar to the workflow for Labs or Imaging. The Create New option (going to the Edit/Create screen) should be available there.
Similar to creating a new lab request/result, Physical Therapists need the ability to select a Patient and then either attached the Physical Therapy event to an existing Visit or a new visit. See the application workflow for New Labs for examples.
Add / update for associating (if appropriate) the Patient, Visit, note input, date, and physical therapist (type-ahead list). Saving the data will create a Patient Note object in the background.
Similar to labs or imaging, appointments must be capable of being set for a Physical Therapy event.
A list physical therapy events, bounded by start and end date, as well as physical therapist. A summary of events of the requested time period is presented.