Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New measure acneabx #4990

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions openprescribing/measures/definitions/acneabx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "Prescribing of oxytetracycline and lymecycline",
"title": "Oxytetracycline and lymecycline items per 1000 patients",
"description": "Oxytetracycline and lymecycline per 1000 patients",
"numerator_short": "Oxytetracycline and lymecycline items",
"denominator_short": "1000 patients",
"y_label": "Oxytetracycline and lymecycline per 1000 patients",
"why_it_matters": [
""
],
"tags": [
"antimicrobial",
"cost",
"lowpriority",
"nice",
"safety"
],
"url": null,
"is_percentage": false,
"is_cost_based": false,
"low_is_good": true,
"numerator_type": "bnf_cost",
"numerator_bnf_codes_filter": [
"0501030L0%AB # Lymecycline 408mg capsules (brands and generics)",
"0501030T0%AJ # Oxytetracycline 250mg tablets (brands and generics)"
],
"denominator_type": "list_size",
"authored_by": "[email protected]",
"checked_by": "",
"date_reviewed": "2024-09-02",
"next_review": "",
"measure_complexity": "low",
"measure_type": "bnf_code",
"radar_exclude": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"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": [
""

],
"tags": [
"antimicrobial",
"core",
"infections",
"nice"
],
"url": null,
"is_percentage": false,
"is_cost_based": false,
"low_is_good": true,
"numerator_type": "custom",
"numerator_columns": [
"SUM(items) AS numerator"
],
"numerator_from": "{hscic}.raw_prescribing_normalised_date",
"numerator_where": [
"(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-09-02",
"next_review": "",
"measure_complexity": "low",
"measure_type": "bnf_code",
"radar_exclude": false
}
Loading