timzhou99 commited on
Commit
65bc54e
1 Parent(s): f8ae66a

Upload training.json

Browse files
Files changed (1) hide show
  1. training.json +19 -14
training.json CHANGED
@@ -1,19 +1,22 @@
1
  {
2
- "data": [
3
  {
4
- "id": 1,
5
- "question": "The nurse is preparing to administer a schedule II injectable drug and is drawing up half of the contents of a single-use vial. Which nursing action is correct?",
6
- "op_a": "Ask another nurse to observe and cosign wasting the remaining drug from the vial.",
7
- "op_b": "Keep the remaining amount in the patients drawer to give at the next dose.",
8
- "op_c": "Record the amount unused in the patients medication record.",
9
- "op_d": "Dispose of the vial with the remaining drug into a locked collection box.",
10
- "op_e": null,
11
- "op_f": null,
12
- "cop": ["op_a"],
13
- "choice_type": "single",
14
- "exp": "Schedule II drugs are controlled substances, and all must be accounted for. When wasting a portion of a drug, another nurse should observe and cosign that a drug was wasted.",
15
- "subject_name": "Pharmacology",
16
- "topic_name": "Drug Development and Ethical Considerations"
 
 
 
17
  },
18
  {
19
  "id": 2,
@@ -1576,4 +1579,6 @@
1576
  "topic_name": "Geriatric Considerations"
1577
  }
1578
  ]
 
 
1579
  }
 
1
  {
2
+ "datasets": [
3
  {
4
+ "name": "pharmacology_dataset",
5
+ "data": [
6
+ {
7
+ "id": 1,
8
+ "question": "The nurse is preparing to administer a schedule II injectable drug and is drawing up half of the contents of a single-use vial. Which nursing action is correct?",
9
+ "op_a": "Ask another nurse to observe and cosign wasting the remaining drug from the vial.",
10
+ "op_b": "Keep the remaining amount in the patients drawer to give at the next dose.",
11
+ "op_c": "Record the amount unused in the patients medication record.",
12
+ "op_d": "Dispose of the vial with the remaining drug into a locked collection box.",
13
+ "op_e": null,
14
+ "op_f": null,
15
+ "cop": ["op_a"],
16
+ "choice_type": "single",
17
+ "exp": "Schedule II drugs are controlled substances, and all must be accounted for. When wasting a portion of a drug, another nurse should observe and cosign that a drug was wasted.",
18
+ "subject_name": "Pharmacology",
19
+ "topic_name": "Drug Development and Ethical Considerations"
20
  },
21
  {
22
  "id": 2,
 
1579
  "topic_name": "Geriatric Considerations"
1580
  }
1581
  ]
1582
+ }
1583
+ ]
1584
  }