Skip to content

Commit fe42948

Browse files
committed
Add new UW retrospecive covid vaccine values to mapper.
1 parent eb655b6 commit fe42948

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,13 @@ def create_immunization(record: dict, patient_reference: dict) -> Optional[list]
453453
"covid-19 pfizer mrna bivalent 6 mos-4 yrs old": 308,
454454
"covid-19 pfizer mrna 2023-24 12 yrs and older (comirnaty)": 309,
455455
"covid-19 pfizer mrna 12 yrs and older (comirnaty)": 309,
456+
"covid-19 pfizer mrna seasonal 12 yrs and older (comirnaty)": 309,
456457
"covid-19 moderna mrna 2023-24 6 mos-11 yrs old": 311,
457458
"covid-19 moderna mrna 6 mos-11 yrs old": 311,
458459
"covid-19 moderna mrna 2023-24 12 yrs and older (spikevax)": 312,
459460
"covid-19 moderna mrna 12 yrs and older (spikevax)": 312,
461+
"covid-19 moderna mrna seasonal 12 yrs and older (spikevax)": 312,
462+
"covid-19 novavax adjuvanted monovalent": 313,
460463
"covid-19 novavax subunit adjuvanted monovalent": 313,
461464
"covid-19 sinovac inactivated, non-us (coronavac)": 511,
462465
"": None

0 commit comments

Comments
 (0)