Table 2 The composition of prompt.
Composition type | Content |
---|---|
Participation Criteria | 1. Adults, both male and female, aged 18 and older; 2.Patients prepared to receive hepatectomy; 3.Platelet count between 50 and 100 billion per liter; 4.Children with a Pugh score of A or B (7 or less); 5.Life expectancy of at least three months; 6.Normal Bone marrow hematopoiesis and renal function; |
Task Description | Generate English questions corresponding to each small point based on the above content, and ask the patient a moderate number of questions. There must be both true and false questions, as well as fill in the blank questions. Generate the questions directly and do not repeat them. |
Output Format | Output in JSON format [“question”: “”, “type”: “”, “option”: []] (Note: Fill-in-the-blank questions have a type of 1, true-false questions have a type of 2, “question” refers to the question itself, “type” indicates the type of the question, and “option” refers to the available choices). Only JSON content will be output without generating any other content. |
Example of output | For example, inclusion criteria: 1. 60 years or more at time of transplantation. 2 Acute leukemia. 3. yelodysplastic syndrome. 4. yeloproliferative neoplasm. Output results: [“question”:“What is your age at the time of transplantation?”,“type”:1,“option”:“”,“question”:“Do you have acute leukemia?”,“type”:2,“option”:[“Yes”,“No”],“question”:“Have you been diagnosed with myelodysplastic syndrome?”,“type”:2,“option”:[“Yes”,“No”],“question”:“Have you been diagnosed with myeloproliferative neoplasm?”,“type”:2,“option”:[“Yes”,“No”]] |