# Adding a New Vaccine and ICD-11 Mapping Using ETCD CLI

Using ETCD CLI, the same can be dynamically updated in two files (VACCINE\_ICD.json and ICD.json) without any service deployments.

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

* Go to the specific folder where etcd files are available.
* Open the files to add the new vaccine.
* Run the command: vim VACCINE\_ICD.json.

<figure><img src="/files/GICV7z9oLS13J0gtbmnO" alt=""><figcaption></figcaption></figure>

* Run the command: vim ICD.json.

<figure><img src="/files/sjpvtFbK8veq7Jg3HUOb" alt=""><figcaption></figcaption></figure>

* To reflect the change, run the command: ./updateConfigs.sh. It shows "OK OK OK...." This means that the etcd has been updated with new vaccine list successfully.

<figure><img src="/files/WYLvj7y43dyvFv71cRxQ" alt=""><figcaption></figcaption></figure>

* Create the certificate and generate the PDF with the new vaccine.

<figure><img src="/files/qJp2aI1jpqTRvV6rgwfn" alt=""><figcaption><p>Sample certificate</p></figcaption></figure>

[![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/)*.*


---

# 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/adding-a-new-vaccine-and-icd-11-mapping-using-etcd-cli.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.
