1
1
---
2
- $schema : http://json-schema.org/draft/2020-12/schema
2
+ $schema : http://json-schema.org/draft/2020-12/schema#
3
3
$id : https://github.com/ehn-digital-green-development/hcert-schema/eu_hcert_v1
4
4
5
5
title : DGC - Digital Green Certificate
6
- description : Proof of vaccination, test results or recovery according to EU eHN, version 1.0, including certificate metadata;
7
- According to
6
+ description : Proof of vaccination, test results or recovery according to EU eHN, version 1.0, including certificate metadata;
7
+ According to
8
8
1) REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on a framework for the issuance, verification and acceptance of interoperable certificates on vaccination, testing and recovery to facilitate free movement during the COVID-19 pandemic (Digital Green Certificate) - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A52021PC0130
9
9
2) Document "Value Sets for the digital green certificate as stated in the Annex ...", abbr. "VS-2021-04-08" - https://webgate.ec.europa.eu/fpfis/wikis/x/05PuKg
10
10
@@ -63,7 +63,7 @@ properties:
63
63
description : Administrative gender (optional, viz. VS-2021-04-08)
64
64
type : string
65
65
example : male
66
-
66
+
67
67
vac :
68
68
description : Vaccination/prophylaxis information
69
69
type : array
@@ -81,7 +81,7 @@ properties:
81
81
properties :
82
82
dis :
83
83
title : Disease
84
- description : Disease or agent targeted
84
+ description : Disease or agent targeted
85
85
type : string
86
86
example : 840539006 (viz. VS-2021-04-08)
87
87
vap :
@@ -93,12 +93,12 @@ properties:
93
93
title : Vaccine medicinal product
94
94
description : Code of the medicinal product
95
95
type : string
96
- example : EU/1/20/1528 (viz. VS-2021-04-08)
96
+ example : EU/1/20/1528 (viz. VS-2021-04-08)
97
97
aut :
98
98
title : Vaccine marketing authorization holder or Vaccine manufacturer
99
99
description : Code as defined in EMA SPOR - Organisations Management System
100
100
type : string
101
- example : ORG-100030215 (viz. VS-2021-04-08)
101
+ example : ORG-100030215 (viz. VS-2021-04-08)
102
102
seq :
103
103
title : Dose sequence number
104
104
description : Number of dose administered in a cycle
@@ -119,7 +119,7 @@ properties:
119
119
example : " 2021-02-20"
120
120
cou :
121
121
title : Country
122
- description : Country (member state) of vaccination (ISO 3166 Country Code)
122
+ description : Country (member state) of vaccination (ISO 3166 Country Code)
123
123
type : string
124
124
example : SE
125
125
lot :
@@ -138,15 +138,15 @@ properties:
138
138
- dis
139
139
- typ
140
140
- tna
141
- - tma
141
+ - tma
142
142
- dts
143
143
- dtr
144
144
- res
145
145
- fac
146
146
- cou
147
147
properties :
148
148
dis :
149
- title : Disease
149
+ title : Disease
150
150
description : Disease or agent targeted
151
151
type : string
152
152
example : " 840539006"
@@ -213,7 +213,7 @@ properties:
213
213
example : " 840539006"
214
214
dat :
215
215
title : Date of first positive test result
216
- description : The date when the sample for the test was collected that led to a positive test result
216
+ description : The date when the sample for the test was collected that led to a positive test result
217
217
type : string
218
218
format : date
219
219
example : " 2021-02-20"
@@ -225,7 +225,7 @@ properties:
225
225
cert :
226
226
description : Certificate metadata
227
227
type : object
228
- required :
228
+ required :
229
229
- is
230
230
- id
231
231
- vf
@@ -239,36 +239,36 @@ properties:
239
239
description : Issuer of the DGC
240
240
type : string
241
241
example : Health Ministry of ...
242
- id :
242
+ id :
243
243
title : Identifier
244
244
description : Identifier of the DGC, called UVID (V for vaccinations), will maybe be renamed to DGCI?
245
245
type : string
246
- example : 01AT42196560275230427402470256520250042
247
- vf :
246
+ example : 01AT42196560275230427402470256520250042
247
+ vf :
248
248
title : valid from
249
249
description : Certificate valid from (optional for vaccination and testing, viz. annex)
250
250
type : string
251
251
format : date
252
252
example : " 2021-04-04"
253
- vu :
253
+ vu :
254
254
title : valid until
255
255
description : Certificate valid until (optional for vaccination and testing, viz. annex)
256
256
type : string
257
257
format : date
258
258
example : " 2021-06-04"
259
- co :
259
+ co :
260
260
title : Issuing authority country
261
261
description : Country of the issuing authority (optional for vaccination and testing, viz. annex)
262
262
type : string
263
263
example : AT
264
- vr :
264
+ vr :
265
265
title : Schema version
266
266
description : Version of the schema (optional, viz. annex)
267
267
type : string
268
268
example : v1.0
269
269
ty :
270
270
title : Schema type
271
- description : Define schema type for easier detection for applicatione (e.g. smartphone wallets).
272
- Can also be used to refer to schemas with less data fields e.g. for privacy issues.
271
+ description : Define schema type for easier detection for applicatione (e.g. smartphone wallets).
272
+ Can also be used to refer to schemas with less data fields e.g. for privacy issues.
273
273
type : string
274
274
example : vac tst rec ... for usecases defined by the EU ...
0 commit comments