-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTR-SI-0006_1.2.0.json
61 lines (61 loc) · 1.2 KB
/
TR-SI-0006_1.2.0.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"AffectedFields": [
"t.0.sc",
"t.0.tt"
],
"CertificateType": "Test",
"Country": "SI",
"Description": [
{
"desc": "DateTime of Sample Collection must be less than 72 hours before the Verification Datetime for a test of type NAA (PCR test).",
"lang": "en"
},
{
"desc": "Čas odvzema vzorca ne sme biti starejši od 72 ur za PCR test.",
"lang": "si"
}
],
"Engine": "CERTLOGIC",
"EngineVersion": "0.7.5",
"Identifier": "TR-SI-0006",
"Logic": {
"if": [
{
"===": [
{
"var": "payload.t.0.tt"
},
"LP6464-4"
]
},
{
"before": [
{
"plusTime": [
{
"var": "external.validationClock"
},
0,
"day"
]
},
{
"plusTime": [
{
"var": "payload.t.0.sc"
},
72,
"hour"
]
}
]
},
true
]
},
"SchemaVersion": "1.0.0",
"Type": "Acceptance",
"ValidFrom": "2023-12-25T00:00:00Z",
"ValidTo": "2030-06-01T00:00:00Z",
"Version": "1.2.0"
}