Details
-
Story
-
Status: Code Review (Initial)
-
Should
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
Undetermined
-
Iteration 3, RA Iteration 5, RA Iteration 7
Description
User Story
- As a User, I should be able to mark a patient as deceased.
Story Background
- This ticket is part of designing a new UI for the clinician facing patient summary.
Assumptions
Out of Scope
Dependencies
Outstanding Questions
Mockups
Acceptance Criteria
- From the patient header, there is a link called "Vital Status" which takes you to an Edit Vital Status form
- This should only be available if you have the privilege "Task: Edit Vital Status"
- The Edit Vital Status form collects (boolean) Is Patient Dead, (date) Death Date, (concept) Cause of death, (text) non-coded Cause of death
- Saving the Edit Vital Status form with dead=true should close any active visit the patient has
- For dead patients, none of the real-time action should be available (including START VISIT, CAPTURE VITALS, VISIT NOTE, ADMIT TO INPATIENT, TRANSFER).
- For dead patients, general and retrospective actions should be available (including ADD PAST VISIT, MERGE VISIT, EDIT DEMOGRAPHICS)
- For dead patients, their death information is displayed in the patient header (and this is a link to the Edit Vital Status page if the user has the right privileges)
- The link should only be available if you have the privilege "Task: Edit Vital Status"
Dev Notes
- Neither of the Start Visit functions (the general action and the one hardcoded in visits.gsp) should be available for dead patients.