Skip to content

Commit 9f8866e

Browse files
committed
Add Four new Covid-19 Vaccine Codes
1 parent 2b9550d commit 9f8866e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lib/seattleflu/id3c/cli/command/etl/redcap_det_uw_retrospectives.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ def create_immunization(record: dict, patient_reference: dict) -> Optional[list]
305305

306306
# COVID-19 vaccine CVX codes were sourced from here:
307307
# https://www.cdc.gov/vaccines/programs/iis/COVID-19-related-codes.html
308+
# this link has moved:
309+
# https://www.cdc.gov/iis/code-sets/covid-19-related-codes.html
308310
cvx_codes = {
309311
88: {
310312
"system": "http://hl7.org/fhir/sid/cvx",
@@ -389,7 +391,7 @@ def create_immunization(record: dict, patient_reference: dict) -> Optional[list]
389391
309: {
390392
"system": "http://hl7.org/fhir/sid/cvx",
391393
"code": "309",
392-
"display": "COVID-19, mRNA, LNP-S, PF, tris-sucrose, 30 mcg/0.3 mL"
394+
"display": "COVID-19, mRNA, LNP-S, PF, tris-sucrose, 30 mcg/0.3 mL"
393395
},
394396
311: {
395397
"system": "http://hl7.org/fhir/sid/cvx",
@@ -445,8 +447,12 @@ def create_immunization(record: dict, patient_reference: dict) -> Optional[list]
445447
"covid-19 pfizer mrna bivalent 5-11 yrs old": 301,
446448
"covid-19 pfizer mrna bivalent 6 mos-4 yrs old": 308,
447449
"covid-19 pfizer mrna 2023-24 12 yrs and older (comirnaty)": 309,
450+
"covid-19 pfizer mrna 12 yrs and older (comirnaty)": 309,
448451
"covid-19 moderna mrna 2023-24 6 mos-11 yrs old": 311,
452+
"covid-19 moderna mrna 6 mos-11 yrs old": 311,
449453
"covid-19 moderna mrna 2023-24 12 yrs and older (spikevax)": 312,
454+
"covid-19 moderna mrna 12 yrs and older (spikevax)": 312,
455+
"covid-19 novavax subunit adjuvanted monovalent": 313,
450456
"covid-19 sinovac inactivated, non-us (coronavac)": 511,
451457
"": None
452458
}

0 commit comments

Comments
 (0)