From a48cfb1f23de79cf8645de8bad70afdea79548bc Mon Sep 17 00:00:00 2001 From: Sally Grindstaff Date: Fri, 5 Jan 2024 09:18:38 -0800 Subject: [PATCH] Add CVX code and mapper for fall23 moderna covid vaccine 12+ yrs --- .../id3c/cli/command/etl/redcap_det_uw_retrospectives.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/seattleflu/id3c/cli/command/etl/redcap_det_uw_retrospectives.py b/lib/seattleflu/id3c/cli/command/etl/redcap_det_uw_retrospectives.py index 1720487a..faff0f71 100644 --- a/lib/seattleflu/id3c/cli/command/etl/redcap_det_uw_retrospectives.py +++ b/lib/seattleflu/id3c/cli/command/etl/redcap_det_uw_retrospectives.py @@ -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", @@ -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 }