-
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.
Feature/malaysian vaccine card support (#1)
* Added covid vaccination schema for Malaysia Co-authored-by: sneha agrawal <[email protected]>
- Loading branch information
1 parent
01b0540
commit 77bb31f
Showing
2 changed files
with
25 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,25 @@ | ||
# Covid19 Malaysia Vaccination Certificate Schema | ||
|
||
## Metadata | ||
Issuer: Govt of Malaysia | ||
|
||
Country: Malaysia | ||
|
||
|
||
## Fields | ||
|
||
| | Attribute name | Description | | ||
|---|----------------------------------------|------------------------------------------------------------------| | ||
| 1 | Covid MYS Beneficiary Name | Full name of the individual | | ||
| 2 | Covid MYS Date Of Birth | Date of birth of the individual | | ||
| 3 | Covid MYS Country | Country where the individual has taken the vaccination | | ||
| 4 | Covid MYS Vaccine Manufacturer | The manufacturer of the vaccination | | ||
| 5 | Covid MYS Vaccine Date | Date on which the vaccination was taken by the individual | | ||
| 6 | Covid MYS Unique Certificate Identifier | Unique identifier, if any, of the issued certificate | | ||
| 7 | Covid MYS Vaccination Dosage | Dosage info for vaccination provided, e.g. 1 of 2 | | ||
| 8 | Covid MYS Certificate Issuer | Issuer of the vaccination certificate | | ||
|
||
|
||
## Source | ||
|
||
* To be searched.. |