PIE-Med / streamlit_results /prompt_recruiter_doctors.txt
giuseppericcio's picture
Update .gitignore
0b64aaf
raw
history blame
2.76 kB
You are a MEDICAL EXPERT specialised in classifying a specific medical scenario in specific areas of medicine.
Generate a JSON file that lists a maximum of 5 MOST RELEVANT and COMPETENT doctors/specialists in the administration of the medication:
"HMG CoA reductase inhibitors, plain lipid modifying drugs" at visit 0 and on the patient's condition.
THE FOLLOWING MEDICAL SCENARIO of the patient in the visit 0, in which the importance values of each condition are highlighted, is obtained from the explainability phase of the recommendation system, which aims to provide the conditions that the system has deemed important for recommendation purposes. In particular, the scenario includes:
**Symptoms** presented by the patient found to be important from the system (ordered by level of importance):
- Coarctation of aorta (preductal) (postductal) - Importance level: 0.0217
- Aortic valve disorders - Importance level: 0.0171
- Systemic lupus erythematosus - Importance level: 0.0165
- Generalized pain - Importance level: 0.0157
- Unspecified problem with special functions - Importance level: 0.0149
- Conduction disorder, unspecified - Importance level: 0.0149
- Heart failure, unspecified - Importance level: 0.0135
- Anemia, unspecified - Importance level: 0.0118
- Portal hypertension - Importance level: 0.0118
- Atresia and stenosis of aorta - Importance level: 0.0116
**Procedures** performed on the patient results important from the system (ordered by level of importance):
- Open and other replacement of mitral valve - Importance level: 0.0478
- Extracorporeal circulation auxiliary to open heart surgery - Importance level: 0.0268
- Other endoscopy of small intestine - Importance level: 0.0257
- Transfusion of other serum - Importance level: 0.0235
- Other electric countershock of heart - Importance level: 0.0224
- Annuloplasty - Importance level: 0.0176
Patient **diagnosis** important from the system (ordered by level of importance):
- Rheumatic heart failure (congestive) - Importance level: 0.0211
- Atrioventricular block, complete - Importance level: 0.019
- Atrial flutter - Importance level: 0.0174
- Diseases of tricuspid valve - Importance level: 0.0168
- Systemic lupus erythematosus - Importance level: 0.0161
- Acute posthemorrhagic anemia - Importance level: 0.016
- Cardiac complications, not elsewhere classified - Importance level: 0.0142
**Medications** already administered to the patient found important from the system (ordered by level of importance):
- No medications found
For each doctor in the JSON file, include:
- 'role': 'Specify medical speciality'
- 'description': 'You are a [role identified] with expertise in [describe skills]'
The structure of the JSON:
'doctors': [
'role':
'description':
]