Create data/train.csv
Browse files- data/train.csv +11 -0
data/train.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
uid,dataset_id,care_setting,med_class,order_urgency,prescription_written_signal,pharmacy_dispensed_signal,dispense_timing_signal,dispense_blocker_signal,clinical_summary,question,ground_truth_label,ground_truth_rationale,outcome_signal,source_citation
|
| 2 |
+
CPPD-001,clinical-prescription-pharmacy-dispense-coherence-risk-v0.1,ED,antibiotic,urgent,written,dispensed,on_time,none,"Urgent antibiotic prescribed and dispensed on time.","Is prescription vs pharmacy dispense coherent. Answer coherent or incoherent.",coherent,"Dispense aligned.",managed,"Synthetic"
|
| 3 |
+
CPPD-002,clinical-prescription-pharmacy-dispense-coherence-risk-v0.1,ED,antibiotic,urgent,written,not_dispensed,none,stockout,"Urgent antibiotic prescribed but not dispensed due to stockout.","Is prescription vs pharmacy dispense coherent. Answer coherent or incoherent.",incoherent,"Stockout breaks loop.",harm_risk,"Synthetic"
|
| 4 |
+
CPPD-003,clinical-prescription-pharmacy-dispense-coherence-risk-v0.1,Ward,anticoagulant,urgent,written,dispensed,late,verification_delay,"Anticoagulant dispensed late due to verification delay.","Is prescription vs pharmacy dispense coherent. Answer coherent or incoherent.",incoherent,"Late dispense.",harm_risk,"Synthetic"
|
| 5 |
+
CPPD-004,clinical-prescription-pharmacy-dispense-coherence-risk-v0.1,Ward,insulin,standard,written,dispensed,timely,none,"Insulin dispensed timely.","Is prescription vs pharmacy dispense coherent. Answer coherent or incoherent.",coherent,"Aligned.",stable,"Synthetic"
|
| 6 |
+
CPPD-005,clinical-prescription-pharmacy-dispense-coherence-risk-v0.1,ICU,vasopressor,urgent,written,dispensed,on_time,none,"ICU urgent med dispensed on time.","Is prescription vs pharmacy dispense coherent. Answer coherent or incoherent.",coherent,"Aligned.",managed,"Synthetic"
|
| 7 |
+
CPPD-006,clinical-prescription-pharmacy-dispense-coherence-risk-v0.1,Ward,antibiotic,standard,written,dispensed,late,staffing_delay,"Ward antibiotic late due to staffing delay in pharmacy.","Is prescription vs pharmacy dispense coherent. Answer coherent or incoherent.",incoherent,"Late dispense.",harm_risk,"Synthetic"
|
| 8 |
+
CPPD-007,clinical-prescription-pharmacy-dispense-coherence-risk-v0.1,Outpatient,TTO,standard,written,dispensed,late,queue_delay,"Discharge meds dispensed late due to queue.","Is prescription vs pharmacy dispense coherent. Answer coherent or incoherent.",incoherent,"TTO delay impacts discharge.",bed_blocking,"Synthetic"
|
| 9 |
+
CPPD-008,clinical-prescription-pharmacy-dispense-coherence-risk-v0.1,Ward,anticoagulant,standard,written,dispensed,timely,none,"Standard dispense on time.","Is prescription vs pharmacy dispense coherent. Answer coherent or incoherent.",coherent,"Aligned.",stable,"Synthetic"
|
| 10 |
+
CPPD-009,clinical-prescription-pharmacy-dispense-coherence-risk-v0.1,ED,analgesia,urgent,written,dispensed,on_time,none,"Pain med dispensed quickly.","Is prescription vs pharmacy dispense coherent. Answer coherent or incoherent.",coherent,"Aligned.",managed,"Synthetic"
|
| 11 |
+
CPPD-010,clinical-prescription-pharmacy-dispense-coherence-risk-v0.1,Ward,antibiotic,urgent,written,dispensed,late,clarification_needed,"Dispense delayed pending clarification.","Is prescription vs pharmacy dispense coherent. Answer coherent or incoherent.",incoherent,"Clarification delay.",harm_risk,"Synthetic"
|