# EU Vaccine Configurations

To add a new vaccine to an EU certificate, a country must identify the EU code to which the vaccine belongs. The coded [**value sets**](https://ec.europa.eu/health/publications/value-sets-eu-digital-covid-certificates-update_en) used in EU vaccination certificates include:

* vp: COVID-19 vaccine or prophylaxis
* mp: COVID-19 vaccine product
* ma: COVID-19 vaccine marketing authorisation holder or manufacturer

### Steps to add the extra field in the certificate:

* Go to the specific path where etcd is configured.
* To add the extra field in the template, go to the Manage keys where etcd is configured.
* To add the vaccine code, go to euVaccineCode and click on the Edit key to add the vaccine name and code.&#x20;

&#x20;     \- Example for Covaxin:

&#x20;        {“covaxin”: “Covaxin”}

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

![](/files/fUjimxrOlS5VvKE3Koqw)

* To add the prophylaxis, go to euVaccineProph and click on the Edit key to add the vaccine name and code.

&#x20;     \- Example for Covaxin:

&#x20;        {“covaxin”: “J07BX03”}

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

![](/files/dBkQy67V6zsisxEkuUpc)

* To add the manufacturer, go to euVaccineManuf. Click on the Edit key to add the new manufacturer.

&#x20;     \- Example for Covaxin:

&#x20;        {“bharat”: “Bharat-Biotech”}

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

![](/files/lfaZZcmYWwNafUZpMwu2)

* Once the mappings are available in etcd, you can create the certificate and generate the PDF with the new vaccine.

![Sample certificate](/files/yqs9eXoq1Kc87GI4R1ww)

[![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/eu-vaccine-configurations.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.
