UNPKG

certificate-fhir-convertor

Version:

Vaccination context for verifiable certificate

23 lines (21 loc) 381 B
const VACCINE_MAPPINGS = [ { "vaccineName": "covaxin", "icd11Code" :"XM1NL1" }, { "vaccineName": "covishield", "icd11Code" :"XM9QW8" }, { "vaccineName": "sputnik", "icd11Code" :"XM9QW8" }, { "vaccineName": "zycov", "icd11Code": "XM6AT1" } ]; module.exports = { VACCINE_MAPPINGS }