-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Update uti_antibiotics_long_term.json"
This reverts commit dd1e3fb.
- Loading branch information
1 parent
dd1e3fb
commit bf065cb
Showing
1 changed file
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,19 +26,7 @@ | |
"numerator_where": [ | ||
"bnf_code LIKE '0501080W0%AD' AND quantity_per_item >27--Trimethoprim 100mg tablets (brands and generic)" | ||
], | ||
"denominator_type": "custom", | ||
"denominator_columns": [ | ||
"SUM(items) AS denominator" | ||
], | ||
"denominator_from": "{hscic}.raw_prescribing_normalised", | ||
"denominator_where": [ | ||
"bnf_code LIKE '0501015P0%AB' OR # Pivmecillinam HCl_Tab 200mg (brands and generic) \n", | ||
"bnf_code LIKE '0501080W0%AE' OR # Trimethoprim_Tab 200mg (brands and generic) \n", | ||
"bnf_code LIKE '0501130R0%AA' OR # Nitrofurantoin_Cap 50mg (brands and generic) \n", | ||
"bnf_code LIKE '0501130R0%AD' OR # Nitrofurantoin_Tab 50mg (brands and generic) \n", | ||
"bnf_code LIKE '0501130R0%AG' OR # Nitrofurantoin_Cap 100mg M/R (brands and generic) \n", | ||
"bnf_code LIKE '0501070AE%AD' # Fosfomycin_Sachet 3g (brands and generic)" | ||
], | ||
"denominator_type": "list_size", | ||
"no_analyse_url": true, | ||
"authored_by": "[email protected]", | ||
"checked_by": "", | ||
|