coronasafe / care_fe

Care is a Digital Public Good enabling TeleICU & Decentralised Administration of Healthcare Capacity across States.
https://care.ohc.network
MIT License
191 stars 351 forks source link

Assigning patient to doctor/nurse: consultation #6276

Open aparnacoronasafe opened 10 months ago

aparnacoronasafe commented 10 months ago

Is your feature request related to a problem? Please describe. Today, CARE only allows for a patient to be assigned to a doctor if user says Yes to "Is Telemedicine required for the patient?" https://care.coronasafe.in/facility/e3311351-3ec9-4cb0-a6e1-902225ac705c/patient/4d2080f9-8bd4-4744-a138-14a53b195fef/consultation/ec278c38-dd7a-406b-a943-36932d30a6ff/update

But in our current usecases, TeleICU and homecare, Doctors or nurses may be assigned to a patient for specialist remote consultation/ home-visit duties.

Describe the solution you'd like

Such assignment shall stop once the consultation is ended with a discharge.

github-actions[bot] commented 9 months ago

Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity.

github-actions[bot] commented 9 months ago

Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity.

nihal467 commented 7 months ago

Discussion note on 27/11/2023 - Engineering Call

aparnacoronasafe commented 7 months ago
  • [ ] We can only assign one user to a patient; having multiple users assigned to a patient is not currently feasible. @aparnacoronasafe

Discussion note on 27/11/2023 - Engineering Call

Is it 1 nurse & 1 doctor? Or just 1 nurse/doctor

nihal467 commented 7 months ago

@aparnacoronasafe currently we support only 1 doctor user and we can modify to support either 1 nurse or 1 doctor user

aparnacoronasafe commented 6 months ago

Can we then have separate fields "Assign a nurse to the patient" - assign 1 nurse "Assign a doctor to the patient" - assign 1 doctor

Is this possible?

This is particularly important for homecare where nurses are allocated for patients, alongside doctor.

Ashesh3 commented 5 months ago

We've discussed enhancing the PatientRegistration model to support a more flexible patient assignment system. The consensus is to move beyond the initial proposal of capping assignments to up to 3 doctors and 2 nurses per patient. Instead, we will implement a one-to-many relationship that allows for assigning any number of doctors or nurses as needed to a patient, thus removing any specific limitations on the number of care providers. This change will better accommodate the diverse needs of our TeleICU and homecare services and align with the requirements detailed in the discussion.

In addition to adjusting the model relationship, this update will necessitate both backend and frontend changes to support the enhanced functionality. This includes updates to authorization, filters, and any other necessary adjustments to ensure a smooth and functional implementation.