Doctor-Patient Process #64
mosesmbadi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@Marcos8060
There's a feature we need to pay attention to as we build. A doctor performs several actions on patients. These actions include, consult, prescribes, refers and sends to the lab. On the doctor's dashboard, you included the refer function, we will need to include the consult function. This opens up a patient from triage with the text box to add consultation notes, this can be like a modal. Below that we can have the button to send the patient to the lab, this basically performs a POST to the LabTestRequest endpoint. That being said, we need an interface for the doctor to perform these actions. My suggestion is when you click on a patient row, it opens up a modal with the buttons to refer, send to lab or prescribe medication.
Beta Was this translation helpful? Give feedback.
All reactions