StanfordBDHG / LLMonFHIR

A Demonstration using LLMs to Explain Health Records
MIT License
99 stars 9 forks source link

Custom chat intro for LLMonFHIR depending on health record availability #28

Open aalami5 opened 1 year ago

aalami5 commented 1 year ago

Problem

Currently the user gets a list of all the resources and it is difficult to go through and confusing. Would like to recommend a simpler UI.

Solution

Consider simple message when staring LLMonFHIR (if we have health data) with

"Hello "name" ask any question about your health information?"

if we don't have any health records available, we can start with, "Looks like you have not downloaded any health data. Click the "Get Health Records" button below to connect with your health system and download your records." The get health records button will take users to the "add account" page.

Additional context

No response

Code of Conduct