serenity-health / roadmap

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

bugfix/set user friendly mr numbers #80

Closed chris-dare closed 2 years ago

chris-dare commented 2 years ago

Describe the bug Patient MR numbers are currently being set to UUID which are 36 characters long and difficult to accurately write down or keep in memory

Impact Patients may be missed by doctors because doctors could not find them whilst searching through their list of active visits

To Reproduce Steps to reproduce the behavior:

  1. Go to reception workspace
  2. Create a new patient
  3. You'll notice that their MR number is a long UUID

Expected behavior Patient MR number should be set to a user friendly id after UUID is set by default

Additional context This behavior is as a result of the change made to avoid creation of duplicate patient profiles. See #77

chris-dare commented 2 years ago

@DanielDarko12 this has been resolved on demo. We have a pending change update in the creation of corporate employees that needs completion. Once that's resolved, it will be pushed.