Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Social Work: Add the ability for documenting expenses information for a patient #2488

Open
blestab opened this issue Dec 5, 2020 · 1 comment
Labels
馃毀blocked issue cannot be worked on for some reason 馃殌enhancement an issue/pull request that adds a feature to the application patients issue/pull request that interacts with patients module
Projects

Comments

@blestab
Copy link
Contributor

blestab commented Dec 5, 2020

馃殌 Feature Proposal

There should be the ability to document Social Work information for a patient.
This MUST be done after #2487

Social Work tab

There should be a new tab called Social Work on the patient profile screen. Under this tab there will be two sections, one titled Family Information and the other titled Expenses. This issue deals with the Expenses section.
The Expenses section must be displayed below the Family Information section

Expenses

  • When the Social Work tab is active, there should be a button labelled "Add Expense", that allows a user to add a new expense for this patient.

  • The Social Work tab should also display a table of information showing the already entered expenses.

IMPORTANT NOTE: The images below is just for illustration purposes only. Styling must be as per the existing styles for forms, tables and buttons in other parts of the application.

image

  • When the user clicks on the Add Expense button, they should be prompted to enter the following information:

image

category: clothing|education|electricity|food|fuel|other|rent|transportation|water
sources: string
cost: number
  • This should create a expenses object entry under the patient

  • A expenses entry should also contain the following information that is auto generated by the system:

id: string
createdAt: string
updatedAt: string
  • The table of expenses should show the category, sources and cost.

  • The user must be able to edit or delete each entry listed in the table.

Technical Notes

  • The routing should work similarly to the care plan routing

Motivation

Social Determinants of Health (SDOH) are important to capture as they help give the healthcare workers a better idea of factors that could potentially affect the patient's well being

@blestab blestab transferred this issue from HospitalRun/hospitalrun Dec 5, 2020
@blestab blestab added needs requirements indicates that an issue needs more requirements in order to be worked on patients issue/pull request that interacts with patients module 馃殌enhancement an issue/pull request that adds a feature to the application 馃毀blocked issue cannot be worked on for some reason labels Dec 5, 2020
@blestab blestab removed the needs requirements indicates that an issue needs more requirements in order to be worked on label Dec 7, 2020
@Love-Becca
Copy link

in prgress

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
馃毀blocked issue cannot be worked on for some reason 馃殌enhancement an issue/pull request that adds a feature to the application patients issue/pull request that interacts with patients module
Projects
Version 2.0
  
To do
Development

No branches or pull requests

2 participants