Upload training.json
Browse files- training.json +19 -14
training.json
CHANGED
@@ -1,19 +1,22 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
{
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
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 |
}
|