From 3f3db6277160fbfe73e925be98528e43f181d417 Mon Sep 17 00:00:00 2001 From: Sally Grindstaff Date: Fri, 29 Mar 2024 12:22:48 -0700 Subject: [PATCH] Update vaccine mapper in uw retros redcap det etl --- .../id3c/cli/command/etl/redcap_det_uw_retrospectives.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/seattleflu/id3c/cli/command/etl/redcap_det_uw_retrospectives.py b/lib/seattleflu/id3c/cli/command/etl/redcap_det_uw_retrospectives.py index faff0f71..9ed2a899 100644 --- a/lib/seattleflu/id3c/cli/command/etl/redcap_det_uw_retrospectives.py +++ b/lib/seattleflu/id3c/cli/command/etl/redcap_det_uw_retrospectives.py @@ -409,9 +409,11 @@ def create_immunization(record: dict, patient_reference: dict) -> Optional[list] "covid-19 pfizer mrna purple cap": 208, "covid-19 pfizer mrna 12 yrs and older (purple cap)": 208, "covid-19 pfizer mrna monovalent 12 yrs and older (purple cap)": 208, + "covid-19 pfizer mrna monovalent 12 yrs and older": 208, "covid-19 pfizer mrna tris-sucrose gray cap": 217, "covid-19 pfizer mrna tris-sucrose 12 yrs and older (gray cap)": 217, "covid-19 pfizer mrna monovalent tris-sucrose 12 yrs and older (gray cap)": 217, + "covid-19 pfizer mrna monovalent tris-sucrose 12 yrs and older": 217, "covid-19 astrazeneca vector-nr rs-chadox1": 210, "covid-19 novavax subunit rs-nanoparticle": 211, "covid-19 novavax subunit adjuvanted": 211,