File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 12
12
"What color is the sky?" ,
13
13
]
14
14
15
- patient_journey_questions = ["Describe the journey for patient 8b0484cd-3dbd-8b8d-1b72-a32f74a5a846" ,
16
- "What are common drugs for male patients over age 50?" ]
17
-
15
+ patient_journey_questions = [
16
+ "Most commonly prescribed drugs for patients in their 20s?" ,
17
+ "What is Naproxen usually prescribed for?" ,
18
+ "Which age group is predniSONE usually prescribed to?" ,
19
+ "What are the most common diagnoses prior to Naproxen prescriptions?" ,
20
+ "Which age group is anemia usually diagnosed?" ,
21
+ "Which decades have the most hepatitus B immunizations?" ,
22
+ "What are the most commonly diagnosed conditions for patients above 60?" ,
23
+ "Please summarize the patient journey for patient id 4fdafa07-e5cb-9b2a-55c6-50902c49ccfb" ,
24
+ "What are common drugs for male patients over age 50?"
25
+ ]
18
26
19
27
def get_demo_questions (source : Literal ["IQS" , "Patient Journey" ]) -> List [str ]:
20
28
return iqs_questions if source == "IQS" else patient_journey_questions
You can’t perform that action at this time.
0 commit comments