Skip to content

Commit

Permalink
Merge pull request #385 from seattleflu/new-cvx-codes
Browse files Browse the repository at this point in the history
Adding two new covid vaccines to UW retros ETL vaccine mapper.
  • Loading branch information
davereinhart authored Jun 13, 2024
2 parents 36d0c9c + 5bf2d00 commit 1b23d43
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,11 +381,21 @@ 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"
},
308: {
"system": "http://hl7.org/fhir/sid/cvx",
"code": "308",
"display": "COVID-19, mRNA, LNP-S, PF, tris-sucrose, 3 mcg/0.3 mL"
},
309: {
"system": "http://hl7.org/fhir/sid/cvx",
"code": "309",
"display": "COVID-19, mRNA, LNP-S, PF, tris-sucrose, 30 mcg/0.3 mL"
},
311: {
"system": "http://hl7.org/fhir/sid/cvx",
"code": "311",
"display": "COVID-19, mRNA, LNP-S, PF, 25 mcg/0.25 mL"
},
312: {
"system": "http://hl7.org/fhir/sid/cvx",
"code": "312",
Expand Down Expand Up @@ -433,7 +443,9 @@ 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 bivalent 6 mos-4 yrs old": 308,
"covid-19 pfizer mrna 2023-24 12 yrs and older (comirnaty)": 309,
"covid-19 moderna mrna 2023-24 6 mos-11 yrs old": 311,
"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 1b23d43

Please sign in to comment.