Skip to content

Commit

Permalink
try with new view
Browse files Browse the repository at this point in the history
  • Loading branch information
richiecroker committed Sep 2, 2024
1 parent bf065cb commit 11160bc
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions openprescribing/measures/definitions/uti_antibiotics_long_term.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
{
"name": "Antibiotic stewardship",
"title": "Antibiotic stewardship",
"description": "urinary-tract infection",
"numerator_short": "Antibiotic items",
"denominator_short": "Antibiotic items",
"y_label": "1000 patients",
"name": "Antibiotic stewardship: long term antibiotics for UTIs",
"title": "Antibiotic stewardship: long term antibiotics for UTIs",
"description": "Number of prescriptions for long term prophylaxis (28 days or more) of urinary-tract infections per 1000 patients",
"numerator_short": "Quantity of 28 days or more",
"denominator_short": "1000 patients",
"y_label": "Items of antibiotics commonly used for UTI prophylaxis prescribed as 28 days or more",
"why_it_matters": [
"tbc"
],
""

],
"tags": [
"antimicrobial",
"core",
"infections",
"nice"
],
"url": null,
"is_percentage": false,
"is_percentage": true,
"is_cost_based": false,
"low_is_good": true,
"numerator_type": "custom",
"numerator_columns": [
"SUM(items) AS numerator"
],
"numerator_from": "{hscic}.raw_prescribing_normalised",
"numerator_from": "{hscic}.raw_prescribing_normalised_date",
"numerator_where": [
"bnf_code LIKE '0501080W0%AD' AND quantity_per_item >27--Trimethoprim 100mg tablets (brands and generic)"
"(bnf_code LIKE '0501080W0%AD' AND quantity_per_item >=28) OR --Trimethoprim 100mg tablets (brands and generic)\n",
"(bnf_code LIKE '0501130R0%AA' AND quantity_per_item >=28) OR --Nitrofurantoin 50mg capsules (brands and generic)\n",
"(bnf_code LIKE '0501130R0%AD' AND quantity_per_item >=28) --Nitrofurantoin 50mg tablets (brands and generic)"
],
"denominator_type": "list_size",
"no_analyse_url": true,
"authored_by": "[email protected]",
"checked_by": "",
"date_reviewed": "2024-02-12",
"date_reviewed": "2024-09-02",
"next_review": "",
"measure_complexity": "low",
"measure_type": "bnf_code",
Expand Down

0 comments on commit 11160bc

Please sign in to comment.