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

Consultation Form: Refactoring "Status during consultation" #6280

Closed
2 tasks done
rithviknishad opened this issue Sep 13, 2023 · 8 comments · Fixed by #6458
Closed
2 tasks done

Consultation Form: Refactoring "Status during consultation" #6280

rithviknishad opened this issue Sep 13, 2023 · 8 comments · Fixed by #6458

Comments

@rithviknishad
Copy link
Member

rithviknishad commented Sep 13, 2023

@rithviknishad
Copy link
Member Author

@aparnacoronasafe to suggest the order of these options based on relevance

@aparnacoronasafe
Copy link
Member

aparnacoronasafe commented Sep 14, 2023

  • Rename the field from "Status during consultation" to "Route to Facility"

  • Rename "Outpatient (walk-in)" to "Outpatient/Emergency Room"

  • Change options to below: from top to bottom, show:

  • Outpatient/Emergency Room

  • Referred from another facility

  • Internal Transfer within facility

  • Migrate and map existing Data:

  • All brought dead is merged with "Outpatient/Emergency Room" (since any new patient, alive or dead is brought to hospital through ER)

  • Transfer from ward and transfer from ICU to be merged into "Internal Transfer within facility"

  • Referred from other hospital changes to "Referred from another facility"

  • If "Referred from another facility" is selected, Field for

  • "Name of referring doctor" - non mandatory

  • "Name of referring facility" - Mandatory

  • "Date and Time of admission to ICU"- <Date, time picker>- non-mandatory

  • If "Internal Transfer within the facility" is selected,

  • Date of admission to this facility - Mandatory

  • "Date and Time of admission to ICU"- <Date, time picker>- non-mandatory

  • Name of Ward/ICU the patient is shifted from: - Mandatory

@nihal467
Copy link
Member

nihal467 commented Sep 27, 2023

  • Discussed in EOD, both Time and date of admission is mandatory
  • Existing data should not have time

@rithviknishad
Copy link
Member Author

rithviknishad commented Oct 6, 2023

@aparnacoronasafe If we merge "brought dead" with "outpatient", we'll no longer be able to know which all patients were brought dead (even for existing consultations).

A better alternative would be to show "Outpatient/Emergency Room" itself in the dropdown (without brought dead in the dropdown), however, if the user selects "outpatient", a checkbox would appear below whether the patient was "Brought Dead" or not. For other dropdown options, this brought dead checkbox would stay hidden.

This way we won't lose the clarity on our existing data.

What are your thoughts?

@rithviknishad
Copy link
Member Author

rithviknishad commented Oct 6, 2023

Same suggestion for the Internal Transfer within the Facility (ICU/Ward)

We could do like: if the user selects "Internal transfer within facility", another dropdown can be shown to select ward or ICU beside "Name of the Ward/ICU" text field.

Merging options would mean we would lose the level of detail from the existing data too.

@rithviknishad
Copy link
Member Author

something like this:

image image

@rithviknishad rithviknishad changed the title Consultation Form: Sort options of "status during consultation" based on relevance Consultation Form: Refactoring "Status during consultation" Oct 6, 2023
@rithviknishad
Copy link
Member Author

Also, should the Name of the Ward/ICU field be a select dropdown that the user can select from the list of locations available in that facility? Or should it simply be a text field?

@rithviknishad
Copy link
Member Author

As discussed:

  • Brought Dead can be merged with Outpatient since all such records' Decision after consultation is already set to "Declare Death", so no information is lost even if merged.
  • Transfer from ICU and Ward can also be merged. The Name of ICU/Ward would be a Facility Location select dropdown, and later on we can allow a location to be classified as ICU/Ward instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants