Skip to content

Commit

Permalink
Add new UW retrospecive covid vaccine values to mapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
davereinhart committed Sep 16, 2024
1 parent eb655b6 commit fe42948
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,13 @@ def create_immunization(record: dict, patient_reference: dict) -> Optional[list]
"covid-19 pfizer mrna bivalent 6 mos-4 yrs old": 308,
"covid-19 pfizer mrna 2023-24 12 yrs and older (comirnaty)": 309,
"covid-19 pfizer mrna 12 yrs and older (comirnaty)": 309,
"covid-19 pfizer mrna seasonal 12 yrs and older (comirnaty)": 309,
"covid-19 moderna mrna 2023-24 6 mos-11 yrs old": 311,
"covid-19 moderna mrna 6 mos-11 yrs old": 311,
"covid-19 moderna mrna 2023-24 12 yrs and older (spikevax)": 312,
"covid-19 moderna mrna 12 yrs and older (spikevax)": 312,
"covid-19 moderna mrna seasonal 12 yrs and older (spikevax)": 312,
"covid-19 novavax adjuvanted monovalent": 313,
"covid-19 novavax subunit adjuvanted monovalent": 313,
"covid-19 sinovac inactivated, non-us (coronavac)": 511,
"": None
Expand Down

1 comment on commit fe42948

@davereinhart
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployed.

Please sign in to comment.