Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.51 KB

adding-a-new-vaccine-and-icd-11-mapping-using-etcd-cli.md

File metadata and controls

27 lines (14 loc) · 1.51 KB

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.

  • Run the command: vim ICD.json.

  • 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.

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

Sample certificate

Creative Commons LicenseAll content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.