Skip to content

Commit

Permalink
Added EU Test certificate schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lalc committed Oct 7, 2021
1 parent 213a5c3 commit 8638c82
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The table summarises the supported schemas.
| Aadhar Card | https://github.com/L3-iGrant/data-schemas/blob/main/schemas/aadhar_schema.md |
| EU Passport | https://github.com/L3-iGrant/data-schemas/blob/main/schemas/passport_eu_schema.md |
| EU Digital Covid19 Certificate | https://github.com/L3-iGrant/data-schemas/blob/main/schemas/covid_eu_schema.md |
| EU Test Covid19 Certificate | https://github.com/L3-iGrant/data-schemas/blob/main/schemas/test-certificate_eu_schema |
| India Covid19 Vaccination Certificate | https://github.com/L3-iGrant/data-schemas/blob/main/schemas/covid_in_schema.md | |
| Malaysia Covid19 Vaccination Certificate | https://github.com/L3-iGrant/data-schemas/blob/main/schemas/covid_mys_schema.md | |

Expand Down
29 changes: 29 additions & 0 deletions schemas/test-certificate_eu_schema.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# EU Test Certificate Schema

## Metadata
* Certificate Issuer: E.g. "Ministry of Health"
* Country: EU member state

## Fields

| | Attribute name | Description |
|---|----------------------------------------|------------------------------------------------------------------|
| 1 | EU Certificate Issuer | Full name of the individual
| 2 | EU Beneficiary Name | Full name of the individual |
| 3 | EU Date Of Birth | Date of birth of the individual |
| 4 | EU Member State | Memberstate in EU where the individual has taken the tests |
| 5 | EU Unique Certificate Identifier | Unique identifier, if any, of the issued certificate |
| 6 | EU Disease | Disease or agent targeted |
| 7 | EU Type of Tests | The type of the test used, based on the material targeted by the test. Example: "tt": "LP6464-4" (Nucleic acid amplification with probe detection), "tt": "LP217198-3" (Rapid immunoassay) |
| 8 | EU Test Name | The name of the nucleic acid amplification test (NAAT) used. The name includes the name of the test manufacturer and the commercial name of the test, separated by a comma. |
| 9 | EU Test Device Identifier | Rapid antigen test (RAT) device identifier from the JRC database |
| 10 | EU Sample Collection Date | The date and time when the test sample was collected. |
| 11 | EU Test Result | The result of the test. |
| 12 | EU Test Center| Name of the actor that conducted the test. |


## Source

* https://ec.europa.eu/health/sites/default/files/ehealth/docs/covid-certificate_json_specification_en.pdf
* https://ec.europa.eu/health/sites/default/files/ehealth/docs/digital-green-value-sets_en.pdf

0 comments on commit 8638c82

Please sign in to comment.