Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fields for Doctor Specialisation #1150

Closed
rithviknishad opened this issue Jan 10, 2023 · 0 comments · Fixed by #1151
Closed

Fields for Doctor Specialisation #1150

rithviknishad opened this issue Jan 10, 2023 · 0 comments · Fixed by #1151
Assignees

Comments

@rithviknishad
Copy link
Member

rithviknishad commented Jan 10, 2023

Fields to be added to the user model:
  doctor_qualification:                 Mandatory CharField
  doctor_experience_commenced_on:       Mandatory DateField # to store month and year only
  doctor_medical_council_registration:  Mandatory CharField

  # doctor_specialisation will be built as an extension over UserSkills in a later PR.

Related to coronasafe/care_fe#4501

When registering a doctor user type (https://care.coronasafe.in/users/add) the following additional fields to be added to the form

* Specialisation- dropdown with search function. The list of specialities is available at https://docs.google.com/spreadsheets/d/1lCBF2hhmlYV3paPP3xIep6tPHmzTefdD67w-eaKql7I/edit?usp=sharing

* Qualification- short text field- mandatory field

* Years of experience- drop-down (0, 1-2, 3-5, 5-7, 7-10, more than 10) years- mandatory field

* Medical council registration No. (short field for numeric values accepting max 10 digits)- mandatory field

* [ ]  Make all the input visible in the user list

* [ ]  Make qualification and specialty appear against the name in the doctor  connect panel (https://care.coronasafe.in/facility/a31e6a24-0146-4043-b295-3a6c2fe7e095/patient/86db5dde-ffdb-4473-9eab-3e6b2088d7d6/consultation/de8455fa-3d11-49e3-9dc2-1aaec616379b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant