serenity-health / roadmap

Public roadmap for development of Serenity's apps reported by our community of users
0 stars 1 forks source link

feature/update display of patient age #122

Open chris-dare opened 2 years ago

chris-dare commented 2 years ago

Tell us about your request! Sometimes, it's necessary to know 'precisely' how old a patient is so that the appropriate care can be given to the patient. This is especially helpful in pediatrics where a day old baby, for example, requires a different treatment from a 9 month old baby. Displaying both their ages as 0 years may do more harm than good.

Which app does this concern? Provider portal

What will be benefit of this feature? Knowing how old a patient is in finer details improves the decision making that determines what care is given to them

Describe the solution you'd like Update the computation of the patient's age in Patient.age() where:

  1. If the patient is less than 1 year, then the value of their age will be in months and days
  2. Otherwise, the value of their age will be in years and months We will need to display this in the app at: a. List of patients b. Patient profile We will also need to display this on printed reports: a. Payment receipts b. Invoices c. Diagnostic reports d. Prescriptions

Describe alternatives you've considered Patient ages are currently displayed in years only

Additional context Just providing some simple additional context on pediatrics by knowing who the pediatrician Add any other context or screenshots about the feature request here.