Skip to content

Commit

Permalink
Merge pull request #4597 from ebmdatalab/amend_gbg__ciclesonide
Browse files Browse the repository at this point in the history
Update ghost_branded_generics.py
  • Loading branch information
evansd committed Jan 29, 2024
2 parents ae545b6 + 1af9dde commit 840ca40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions openprescribing/frontend/ghost_branded_generics.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ def __new__(cls, items):
"1308010Z0AAABAB", # Ingenol Mebutate_Gel
# These are sometimes recorded by dose, and sometimes by pack (of 8) see #937
"0407020A0AABPBP", # Fentanyl 400micrograms/dose nasal spray
# These have two pack sizes, which don't appear to be separated in BA data
"0302000U0AAABAB", # Ciclesonide 160micrograms/dose inhaler CFC free
# These are inconsistently recorded as doses or packs by NHSBSA
"0604011G0AABTBT", # Estradiol 1.53mg/dose transdermal spray
# These are sometimes recorded as bottles, sometimes in litres
"0902021S0AAAXAX", # Sodium chloride 0.9% infusion 1litre polyethylene bottles
]
Expand Down
2 changes: 0 additions & 2 deletions openprescribing/frontend/tests/test_ghost_branded_generics.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@


class TestPresentationsToIgnore(TestCase):
print(gbg.PRESENTATIONS_TO_IGNORE)

def test_missing_commas(self):
for presentation in gbg.PRESENTATIONS_TO_IGNORE:
self.assertGreater(
Expand Down

0 comments on commit 840ca40

Please sign in to comment.