Skip to content

Commit e61ee77

Browse files
committed
Add new UW retrospective covid vaccine value to mapper.
1 parent fe42948 commit e61ee77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/seattleflu/id3c/cli/command/etl/redcap_det_uw_retrospectives.py

+1
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ def create_immunization(record: dict, patient_reference: dict) -> Optional[list]
456456
"covid-19 pfizer mrna seasonal 12 yrs and older (comirnaty)": 309,
457457
"covid-19 moderna mrna 2023-24 6 mos-11 yrs old": 311,
458458
"covid-19 moderna mrna 6 mos-11 yrs old": 311,
459+
"covid-19 moderna mrna seasonal 6 mos-11 yrs old": 311,
459460
"covid-19 moderna mrna 2023-24 12 yrs and older (spikevax)": 312,
460461
"covid-19 moderna mrna 12 yrs and older (spikevax)": 312,
461462
"covid-19 moderna mrna seasonal 12 yrs and older (spikevax)": 312,

0 commit comments

Comments
 (0)