-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Philippines Digital Vaccination Certificate Data Schema
Signed-off-by: George J Padayatti <[email protected]>
- Loading branch information
1 parent
bf4a283
commit 5ea2088
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/ |