# Adding a New Vaccine and ICD-11 Mapping

There are different International Classification of Diseases (ICD) codes based on the category of vaccines. To add a new vaccine, identify the ICD-11 code to which the vaccine belongs. Once you have mapped the vaccine to the relevant ICD-11 code, you can update the vaccine name and its ICD-11 mapping in etcd.

### Steps to update the vaccine name and its ICD-11 mapping:

* Go to the Manage keys tab of the etcd-manager app. To add or update mappings, two keys must be updated: “VACCINE\_ICD” and “ICD.”
* To add the vaccine name, ICD-11 code, and description VACCINE\_ICD, go to VACCINE\_ICD and click on the Edit key.&#x20;

&#x20;      \- Example of VACCINE\_ICD value for Covaxin:&#x20;

&#x20;        {“vaccineName”: “covaxin”, “icd11Code”: “XM1G90”}

* Click on Save. A popup will appear as “operation successful.” Click on Close.

![](/files/rCv3Hl84VbzG8d8qROel)

* Click on the edit button of the “ICD” key to add ICD-11 code and click on the Edit key.

&#x20;     \- Example of ICD value for Covaxin:

&#x20;      {“XM1G90”: {“vaccineType”: “inactivated virus”, “icd11Term”: “COVID-19 vaccine, inactivated virus”}}

* Click on Save. A popup will appear as “operation successful.” Click on Close.

![](/files/zJu4lk0AsqRtgzm9TyT4)

* Make the certificate generation request call and fetch the certificate to test the changes. Once updated, any new certificate can be issued using the new vaccine name.

![This is a sample certificate generated with the new vaccine type, with ICD-11 code XM6JD5 and ICD-11 term: ‘COVID-19 vaccine, live attenuated virus.’](/files/z0DpYc1778SJ36nBkNaf)

[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)*All content on this page by* [*eGov Foundation*](https://egov.org.in/) *is licensed under a* [*Creative Commons Attribution 4.0 International License*](http://creativecommons.org/licenses/by/4.0/)*.*                                 &#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://divoc.digit.org/platform/configuration/configuration-management-via-etcd/adding-a-new-vaccine-and-icd-11-mapping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
