Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-classification
|
| 7 |
+
tags:
|
| 8 |
+
- clinical
|
| 9 |
+
- handover
|
| 10 |
+
- patient-safety
|
| 11 |
+
- escalation
|
| 12 |
+
pretty_name: "Clinical Handover Risk Ownership Coherence Break v0.1"
|
| 13 |
+
dataset_id: "clinical-handover-risk-ownership-coherence-break-v0.1"
|
| 14 |
+
domain: clinical
|
| 15 |
+
pillar: clinical_coupling
|
| 16 |
+
series: "CLIN-COUP-76"
|
| 17 |
+
coherence_pair:
|
| 18 |
+
observable_a: risk_items_and_plan_content
|
| 19 |
+
observable_b: ownership_next_action_and_deadline
|
| 20 |
+
ground_truth: ground_truth_label
|
| 21 |
+
validation_status: pre_release
|
| 22 |
+
---
|
| 23 |
+
What this repo is for
|
| 24 |
+
|
| 25 |
+
Detect when
|
| 26 |
+
handover names risks
|
| 27 |
+
|
| 28 |
+
but fails to attach
|
| 29 |
+
ownership and time bound action
|
| 30 |
+
|
| 31 |
+
Common breaks
|
| 32 |
+
no named owner
|
| 33 |
+
no next action
|
| 34 |
+
no deadline
|
| 35 |
+
plan implied not explicit
|
| 36 |
+
|
| 37 |
+
Examples you can use
|
| 38 |
+
high potassium noted but nobody assigned repeat bloods
|
| 39 |
+
sepsis risk noted but no escalation plan
|
| 40 |
+
overnight review requested but no time bound
|
| 41 |
+
|
| 42 |
+
You use it to flag
|
| 43 |
+
missed task risk
|
| 44 |
+
overnight safety risk
|