Skip to content

Commit 79a99f5

Browse files
committed
Add new vaccine products for 2025/26 flu campaign
1 parent f6c6b0d commit 79a99f5

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

config/vaccines.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,50 @@ vaxigrip:
3434
snomed_product_term: Vaxigrip Trivalent influenza vaccine (split virion,
3535
inactivated) suspension for injection 0.5ml pre-filled syringes (Sanofi)
3636

37+
viatris:
38+
brand: Viatris
39+
type: flu
40+
method: injection
41+
manufacturer: Viatris
42+
nivs_name: Viatris
43+
dose_volume_ml: 0.5
44+
snomed_product_code: 45354911000001100
45+
snomed_product_term: Influenza TIV MYL vaccine suspension for injection
46+
0.5ml pre-filled syringes (Viatris UK Healthcare Ltd)
47+
48+
supemtek:
49+
brand: Supemtek
50+
type: flu
51+
method: injection
52+
manufacturer: Sanofi
53+
nivs_name: Supemtek
54+
dose_volume_ml: 0.5
55+
snomed_product_code: 45173411000001102
56+
snomed_product_term: Supemtek Trivalent vaccine (recombinant) solution
57+
for injection 0.5ml pre-filled syringes (Sanofi)
58+
59+
efluelda:
60+
brand: Efluelda
61+
type: flu
62+
method: injection
63+
manufacturer: Sanofi
64+
nivs_name: Efluelda
65+
dose_volume_ml: 0.5
66+
snomed_product_code: 45353511000001109
67+
snomed_product_term: Efluelda Trivalent influenza vaccine (split viron,
68+
inactivated) High Dose suspension for injection 0.5ml pre-filled syringes (Sanofi)
69+
70+
seqirus:
71+
brand: Seqirus
72+
type: flu
73+
method: injection
74+
manufacturer: Seqirus
75+
nivs_name: Seqirus
76+
dose_volume_ml: 0.5
77+
snomed_product_code: 43207711000001104
78+
snomed_product_term: Adjuvanted trivalent influenza vaccine (surface antigen, inactivated)
79+
suspension for injection 0.5ml pre-filled syringes (Seqirus UK Ltd)
80+
3781
# HPV
3882

3983
cervarix:

spec/factories/programmes.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@
5050
[
5151
association(:vaccine, :fluenz, programme: instance),
5252
association(:vaccine, :cell_based_trivalent, programme: instance),
53-
association(:vaccine, :vaxigrip, programme: instance)
53+
association(:vaccine, :vaxigrip, programme: instance),
54+
association(:vaccine, :viatris, programme: instance),
55+
association(:vaccine, :supemtek, programme: instance),
56+
association(:vaccine, :efluelda, programme: instance),
57+
association(:vaccine, :seqirus, programme: instance)
5458
]
5559
end
5660
end

0 commit comments

Comments
 (0)