Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-classification
|
| 7 |
+
tags:
|
| 8 |
+
- clinical
|
| 9 |
+
- consent
|
| 10 |
+
- procedure
|
| 11 |
+
- theatre
|
| 12 |
+
- patient-safety
|
| 13 |
+
pretty_name: "Clinical Procedure Consent Perform Coherence Risk v0.1"
|
| 14 |
+
dataset_id: "clinical-procedure-consent-perform-coherence-risk-v0.1"
|
| 15 |
+
domain: clinical
|
| 16 |
+
pillar: clinical_coupling
|
| 17 |
+
series: "CLIN-COUP-68"
|
| 18 |
+
coherence_pair:
|
| 19 |
+
observable_a: consent_and_planned_procedure_scope
|
| 20 |
+
observable_b: performed_procedure_scope_and_timing
|
| 21 |
+
ground_truth: ground_truth_label
|
| 22 |
+
validation_status: pre_release
|
| 23 |
+
---
|
| 24 |
+
What this repo is for
|
| 25 |
+
|
| 26 |
+
Detect when
|
| 27 |
+
a procedure is consented and planned
|
| 28 |
+
|
| 29 |
+
but what happens
|
| 30 |
+
does not match
|
| 31 |
+
|
| 32 |
+
Common breaks
|
| 33 |
+
procedure cancelled after consent
|
| 34 |
+
performed procedure differs from consented scope
|
| 35 |
+
consent missing
|
| 36 |
+
delay after consent raises safety and capacity risk
|
| 37 |
+
|
| 38 |
+
Examples you can use
|
| 39 |
+
consent for biopsy but different site performed
|
| 40 |
+
consent obtained but case cancelled with no replan
|
| 41 |
+
bedside procedure done without documented consent
|
| 42 |
+
|
| 43 |
+
You use it to flag
|
| 44 |
+
wrong-procedure risk
|
| 45 |
+
consent integrity risk
|
| 46 |
+
capacity loss risk
|