Configuring certificates
Overview
This document will help an implementer configure a certificate (template and QR code) for a health event such as vaccination. This section includes configuring:
API
The DIVOC platform provides API services for generating digitally verifiable QR code-based vaccination certificates. The API for certificate generation has 6 sections:
PreEnrollmentCode: This section is linked to the 'dose' in the vaccination section to uniquely identify an event. For example, beneficiary registration number (R101) and dose number (1) as (R101-1) will be used to identify the first dose event uniquely. Similarly, beneficiary registration number (R101) and dose number (2) as (R101-2) will be used to identify the second dose event uniquely.
Recipient: It contains information about the beneficiary.
Vaccination: It contains details about the vaccination event such as name, batch, and vaccination date.
Vaccinator: It contains details about the vaccinator.
Facility: It contains details about the facility where beneficiaries will get vaccinated.
Meta: It contains additional information, which is not part of the QR code, such as the number of past doses taken.
Sample for default certificate generation request
You can refer to the API service call with sample data below:
Refer to the /v3/certify service here for details.
Click here if you want to understand the mandatory and non-mandatory information that should be there in a vaccination certificate, according to global standards.
Key Functionalities
Generate configured QR code
Generate configured certificate template
Prerequisite: Get details on API request and field validations
a. Please refer to the existing service details in the ‘certification’ section (/v3/certify): https://egovernments.github.io/DIVOC/developer-docs/api/admin-api.html#../../india/interfaces/vaccination-api.yaml
b. The detailed field validations are mentioned here: https://github.com/egovernments/DIVOC/blob/4076e69cf152fd76dafa8a0565777895f55b1245/interfaces/vaccination-api.yaml
Making the changes
Click the following to see how you can make the changes:
Last updated