serenity-health / roadmap

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

feature/view patient's encounter diagnoses in service request #29

Open chris-dare opened 2 years ago

chris-dare commented 2 years ago

Tell us about your request! View patient's visit diagnoses on service request. In addition to that, biomedical scientists should be able to see the patient's encounter history in the diagnostic workspace

Which app does this concern? Provider portal

What will be benefit of this feature? Viewing this information helps a biomedical scientist validate their test results

Describe the solution you'd like

Describe alternatives you've considered N/A

Additional context N/A

chris-dare commented 2 years ago

@TuyizereBapt please create a field on ServiceRequest called encounter_diagnoses. Whenever a service request is created, we should grab the names of all diagnoses in the encounter and place then in a string joined by " | " in that field in ServiceRequest

TuyizereBapt commented 2 years ago

of all diagnoses in the encounter

Why can't this instead be a property on the ServiceRequest? I think with this approach, you can even see Diagnoses carried out after the ServiceRequest was created. Is it supposed to be Diagnoses up until the ServiceRequest is created?

chris-dare commented 2 years ago

of all diagnoses in the encounter

Why can't this instead be a property on the ServiceRequest? I think with this approach, you can even see Diagnoses carried out after the ServiceRequest was created. Is it supposed to be Diagnoses up until the ServiceRequest is created?

Yes please create it as a field on the ServiceRequest. At the point of creation, it should just take all the encounter diagnoses recorded in that encounter and save it in that field. It may be helpful to actually implement this as a ListField