Rajan Sharma commited on
Commit
5685623
·
verified ·
1 Parent(s): d120c59

Create medical_guardrails.md

Browse files
Files changed (1) hide show
  1. policies/medical_guardrails.md +23 -0
policies/medical_guardrails.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Medical Guardrails (Global)
2
+
3
+ ## Units (default)
4
+ - Blood Pressure (BP): mmHg
5
+ - A1c: %
6
+ - BMI: kg/m²
7
+ - Total Cholesterol: mmol/L (accept mg/dL if file uses it; note the unit and avoid conversions unless explicitly requested)
8
+ - Percentages: %
9
+
10
+ ## Plausible Ranges
11
+ - A1c: 3–20 %
12
+ - Systolic BP: 60–250 mmHg
13
+ - Diastolic BP: 30–150 mmHg
14
+ - BMI: 10–70 kg/m²
15
+ - Total Cholesterol: 2–12 mmol/L
16
+
17
+ ## Privacy
18
+ - Avoid PHI; summarize and aggregate.
19
+ - Suppress small cells (<10) with higher-level summaries.
20
+
21
+ ## Recommendation Style
22
+ - Analytics-first: use longitudinal data, risk stratification, follow-up targeting, and population clustering.
23
+ - Avoid generic operational/funding advice unless explicitly asked.