Skip to content

Commit

Permalink
Merge pull request #373 from seattleflu/uw-retros-fall23-vaccine
Browse files Browse the repository at this point in the history
Add Pfizer fall 2023 12+ covid booster to redcap-det uw-retros
  • Loading branch information
sallybg authored Nov 21, 2023
2 parents 9226ead + 62adcc6 commit d9e1b5e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,11 @@ def create_immunization(record: dict, patient_reference: dict) -> Optional[list]
"code": "301",
"display": "COVID-19, mRNA, LNP-S, bivalent booster, PF, 10 mcg/0.2 mL dose"
},
309: {
"system": "http://hl7.org/fhir/sid/cvx",
"code": "309",
"display": "COVID-19, mRNA, LNP-S, PF, tris-sucrose, 30 mcg/0.3 mL"
},
511: {
"system": "http://hl7.org/fhir/sid/cvx",
"code": "511",
Expand Down Expand Up @@ -421,6 +426,7 @@ def create_immunization(record: dict, patient_reference: dict) -> Optional[list]
"covid-19 pfizer mrna bivalent 12 yrs and older": 300,
"covid-19 pfizer mrna bivalent booster 5-11 yrs old": 301,
"covid-19 pfizer mrna bivalent 5-11 yrs old": 301,
"covid-19 pfizer mrna 2023-24 12 yrs and older (comirnaty)": 309,
"covid-19 sinovac inactivated, non-us (coronavac)": 511,
"": None
}
Expand Down

0 comments on commit d9e1b5e

Please sign in to comment.