Skip to content

Commit 94f91a0

Browse files
committed
Document clinical sources for red flag definitions (NICE CKS, NHS 111)
1 parent 38690d4 commit 94f91a0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/lib/conditions.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/**
2+
* Clinical condition and red flag definitions.
3+
*
4+
* All red flags sourced from NICE Clinical Knowledge Summaries (CKS)
5+
* and NHS 111 pathway documentation. Each condition maps to specific
6+
* symptoms that warrant GP escalation — these are the "safety net"
7+
* instructions that GPs give verbally but are rarely tracked.
8+
*
9+
* Sources:
10+
* - NICE CKS: https://cks.nice.org.uk/
11+
* - NHS 111: https://111.nhs.uk/
12+
* - RCGP Safety Netting guidance
13+
*/
14+
115
export interface ConditionGroup {
216
specialty: string;
317
conditions: string[];

0 commit comments

Comments
 (0)