Spaces:
Runtime error
Runtime error
Create kgen.txt
Browse files- templates/kgen.txt +43 -0
templates/kgen.txt
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Generate a medical scenario for undergraduate medical students from the following information (diagnosis, list of conditions) with a patient profile. The scenario should strictly include the following components in the JSON format provided below. Each subsection should have sufficient detail in prose form with key points separated by linebreaks to form a complete case based on the Information below.
|
2 |
+
|
3 |
+
Components =
|
4 |
+
Patient Profile: You are a [role] doing [a department] posting. [Patient details] [Patient Vitals]
|
5 |
+
History taking: Presenting complaint: [one short and most pertinent complaint][additional details and history in point form]
|
6 |
+
History taking: Associated symptoms:[Symptoms presented as specific manifestations of the above conditions, as clinician notes, split into lists on a system level]
|
7 |
+
History taking: others: [Additional details about social, family, comorbid history that represent possible causes for the above complaints and symptoms]
|
8 |
+
Presentation of findings, diagnosis and differentials: [Findings presented with direct reference to evidence from the above history][Diagnosis presented with direct reference to evidence from the above history][Differentials presented with direct reference to evidence from the above history]
|
9 |
+
|
10 |
+
Information = {infostorekg}
|
11 |
+
|
12 |
+
Example output JSON:
|
13 |
+
{{
|
14 |
+
"Patient Profile": {{
|
15 |
+
"Student profile": "Student posting and role",
|
16 |
+
"Patient details": "Patient details here",
|
17 |
+
"Patient Vitals": "Patient vitals here"
|
18 |
+
}},
|
19 |
+
"History taking: Presenting complaint": {{
|
20 |
+
"presenting complaint": "complaint details here",
|
21 |
+
"additional complaints": "presenting complaints details here"
|
22 |
+
}},
|
23 |
+
"History taking: Associated symptoms": {{
|
24 |
+
"Cardiovascular System": "Symptoms related to the cardiovascular system",
|
25 |
+
"Respiratory System": "Symptoms related to the respiratory system",
|
26 |
+
"Connective Tissue and Musculoskeletal System": "Symptoms related to connective tissue and musculoskeletal system",
|
27 |
+
"Neurological System": "Symptoms related to the neurological system"
|
28 |
+
}},
|
29 |
+
"History taking: others": {{
|
30 |
+
"social history": "Details about social history",
|
31 |
+
"family history": "Details about family history",
|
32 |
+
"comorbid history": "Details about comorbid conditions"
|
33 |
+
}},
|
34 |
+
"Presentation of findings, diagnosis and differentials": {{
|
35 |
+
"Findings": "Summary of clinical findings with direct reference to evidence from the history",
|
36 |
+
"Diagnosis": "Summary of diagnosis with direct reference to evidence from the history",
|
37 |
+
"Differentials": [
|
38 |
+
"Differential diagnosis 1 with reference to evidence",
|
39 |
+
"Differential diagnosis 2 with reference to evidence",
|
40 |
+
"Differential diagnosis 3 with reference to evidence"
|
41 |
+
]
|
42 |
+
}}
|
43 |
+
}}
|