From 5ea2088fcbabf9dcbd3189731e06c6ffbe375fe3 Mon Sep 17 00:00:00 2001 From: George J Padayatti Date: Mon, 15 Nov 2021 20:47:46 +0530 Subject: [PATCH] Philippines Digital Vaccination Certificate Data Schema Signed-off-by: George J Padayatti --- .DS_Store | Bin 0 -> 6148 bytes schemas/covid_ph_schema.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .DS_Store create mode 100644 schemas/covid_ph_schema.md diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..25a45140b9da5dbd1bbbf440d3216ae734ab0936 GIT binary patch literal 6148 zcmeHKOHRWu5FLj|q+-)0OP>I#E5y#N!U=i-XbWwnMyXU-ut5<=;5JC?*!2utf*bJ0 zGb%BmED?ekY5bh|c$}9g6BCge-OdI?eIhELj9CxE7s7tlj$~?Kr{gtN^TBvpSL;rs z8Gb7R{Ooc%p*bz-CVhT)r)^(Vm*r$tPhcyaUZ3wDu3v_!fA+0^y=c7~S$stfX+u+5 z&=pm5Nt?8K{)W{*MYQ+uxZR%V9y(DUJJ}zV?1uu1nHU4cfHClI7(mZvDUJkfGzN?T zV_?Sse;+)QF(@{I@za4J9sz(k%uz7svjpdO#h};-!UJ)V3Y1i*M+_(FuzQUQijAP8 zlZ%zHj#hShLUFM=>^_E*3xYNp1I9qgz=2%$x&NQ?y x+POLIwH|r_W#PC+aF>EfY{iJ>R(uSN0=wr4Feo;Hut4lbAktuiG4P`dyaPeTOWptg literal 0 HcmV?d00001 diff --git a/schemas/covid_ph_schema.md b/schemas/covid_ph_schema.md new file mode 100644 index 0000000..f943f17 --- /dev/null +++ b/schemas/covid_ph_schema.md @@ -0,0 +1,31 @@ +# Philippines Digital Vaccination Certificate Data Schema (Covid-19) + +## Metadata +* Issuer: Department of Health (DOH) +* Country: Philippines + +## Fields + +| | Attribute name | Description | +| --- | ----------------------------------- | --------------------------------------------------------- | +| 1 | Covid PH Beneficiary Name | Full name of the individual | +| 2 | Covid PH Date of Birth | Date of Birth of the individual | +| 3 | Covid PH Gender | Gender of the individual | +| 4 | Covid PH Beneficiary Reference ID | Beneficiary reference identifier | +| 5 | Covid PH Vaccination Certificate ID | Vaccination certificate identifier | +| 6 | Covid PH Vaccine Batch Number | Vaccine batch number | +| 7 | Covid PH Vaccine Name | Name of the vaccine | +| 8 | Covid PH Vaccine Manufacturer | The manufacturer name of the vaccination | +| 9 | Covid PH Date of Dose | Date on which the vaccination was taken by the individual | +| 10 | Covid PH Vaccination Dosage | Dosage info for vaccination provided, e.g. 1 of 2 | +| 11 | Covid PH Vaccinated At | Name of the institution providing the vaccination | + +#### Duplicate check field + +Following field value should be used for handling duplicate records: + +nil + +## Source + +* https://vaxcert.doh.gov.ph/ \ No newline at end of file