From 11160bcd23f65e1a0dc8bdb825664bf72a99e461 Mon Sep 17 00:00:00 2001 From: Richard Croker Date: Mon, 2 Sep 2024 10:55:41 +0100 Subject: [PATCH] try with new view --- .../uti_antibiotics_long_term.json | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/openprescribing/measures/definitions/uti_antibiotics_long_term.json b/openprescribing/measures/definitions/uti_antibiotics_long_term.json index 8792a800f8..395a8881f3 100644 --- a/openprescribing/measures/definitions/uti_antibiotics_long_term.json +++ b/openprescribing/measures/definitions/uti_antibiotics_long_term.json @@ -1,13 +1,14 @@ { - "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", @@ -15,22 +16,24 @@ "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": "richard.croker@phc.ox.ac.uk", "checked_by": "", - "date_reviewed": "2024-02-12", + "date_reviewed": "2024-09-02", "next_review": "", "measure_complexity": "low", "measure_type": "bnf_code",