Skip to content

Commit

Permalink
Update vaccine mapper in uw retros redcap det etl
Browse files Browse the repository at this point in the history
  • Loading branch information
sallybg committed Mar 29, 2024
1 parent 4dba833 commit 3f3db62
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3f3db62

Please sign in to comment.