Skip to content

Commit

Permalink
Merge pull request #376 from seattleflu/add-fall23-moderna-vaccine
Browse files Browse the repository at this point in the history
UW retros: Add CVX code and mapper for fall23 moderna covid vaccine 12+ yrs
  • Loading branch information
sallybg authored Jan 5, 2024
2 parents 0bd566a + a48cfb1 commit 4dba833
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,11 @@ def create_immunization(record: dict, patient_reference: dict) -> Optional[list]
"code": "309",
"display": "COVID-19, mRNA, LNP-S, PF, tris-sucrose, 30 mcg/0.3 mL"
},
312: {
"system": "http://hl7.org/fhir/sid/cvx",
"code": "312",
"display": "COVID-19, mRNA, LNP-S, PF, 50 mcg/0.5 mL"
},
511: {
"system": "http://hl7.org/fhir/sid/cvx",
"code": "511",
Expand Down Expand Up @@ -427,6 +432,7 @@ def create_immunization(record: dict, patient_reference: dict) -> Optional[list]
"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 moderna mrna 2023-24 12 yrs and older (spikevax)": 312,
"covid-19 sinovac inactivated, non-us (coronavac)": 511,
"": None
}
Expand Down

0 comments on commit 4dba833

Please sign in to comment.