Skip to content

Commit

Permalink
Update opioidspercentimsolid.json
Browse files Browse the repository at this point in the history
added explicit (num_or_denom)_is_list_of_bnf_codes
  • Loading branch information
richiecroker committed Oct 23, 2023
1 parent 044333d commit 47db5d8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"numerator_from":[
"{measures}.vw__opioids_total_dmd"
],
"numerator_is_list_of_bnf_codes": true,
"numerator_bnf_codes_query": [
"SELECT DISTINCT pr.bnf_code ",
"FROM {hscic}.presentation pr ",
Expand All @@ -39,6 +40,7 @@
"denominator_from":[
"{measures}.vw__opioids_total_dmd"
],
"denominator_is_list_of_bnf_codes": true,
"denominator_bnf_codes_query": [
"SELECT DISTINCT pr.bnf_code ",
"FROM {hscic}.presentation pr ",
Expand Down

0 comments on commit 47db5d8

Please sign in to comment.