Skip to content

Commit

Permalink
Add Novavax Display
Browse files Browse the repository at this point in the history
  • Loading branch information
bencap committed Sep 5, 2024
1 parent 9f8866e commit ce297c6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,11 @@ def create_immunization(record: dict, patient_reference: dict) -> Optional[list]
"code": "312",
"display": "COVID-19, mRNA, LNP-S, PF, 50 mcg/0.5 mL"
},
313: {
"system": "http://hl7.org/fhir/sid/cvx",
"code": "313",
"display": "COVID-19 vaccine, Subunit, rS-nanoparticle, adjuvanted, PF, 5mcg/0.5mL"
},
511: {
"system": "http://hl7.org/fhir/sid/cvx",
"code": "511",
Expand Down

0 comments on commit ce297c6

Please sign in to comment.