You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasks/IMPLEMENTATION_STATUS.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ This checklist tracks which rules from `omop_rules.json` have been implemented i
9
9
10
10
**Statistics:**
11
11
- Total rules in JSON: 350+
12
-
- Implemented: 62 rules (including covered rules)
13
-
- Coverage: 17.7%
12
+
- Implemented: 63 rules (including covered rules)
13
+
- Coverage: 18.0%
14
14
- Last updated: March 2026
15
15
16
16
---
@@ -153,12 +153,12 @@ This checklist tracks which rules from `omop_rules.json` have been implemented i
153
153
-*Status: SKIPPED - This is an analytics best practice, not a semantic CDM violation. The rule would detect COUNT(*) vs COUNT(DISTINCT person_id) in prevalence queries, but this is more about query intent (counting patients vs events) which is highly context-dependent and subjective. Many legitimate use cases exist for counting total events. Better addressed through documentation, code review, and analytics training rather than static SQL validation. High false positive risk due to inability to determine query intent.*
-*Status: SKIPPED - This is an analytics best practice, not a semantic violation. While the observation table is heterogeneous (surveys, social history, family history), requiring observation_concept_id filter is prescriptive about query patterns rather than catching semantic errors. Many legitimate use cases exist for querying observation without concept filters (metadata queries, exploratory analysis, data quality checks). Better addressed through analytics documentation and query guidelines rather than static SQL validation. High false positive risk for legitimate analytical queries.*
0 commit comments