I have 2 more datapoints. My wife went with me to the testing on the same date. If you're negative on rapid test, they usually take PCR as well. Since she was negative on the first one, there was a PCR too. These are her QR urls:
Timestamp: 1641924832, time: GMT: Tuesday, 11. January 2022. 18:13:52
I downloaded PCR from portal today, that's why it has today's timestamp.
What's interesting is that her test IDs are 7601574 and 7631146 while they were taken within 15 minutes from each other. There's some 30k difference, and I think Serbia runs around 40k tests a day. PCR samples are sent to central lab and processed later, that would explain why PCR's ID is much higher.
However I don't think we have definite proof of how these test IDs are generated. Different labs could be assigned batches of IDs, PCR tests itself could have preassigned IDs (you can see they have same ID when you're tested, but I'm not sure it's the same ID as presented in results). If test ID is generated when results are inserted into database, then they should always be incremental and Novak's test IDs point to forgery. But there could be other explanations.
Intro:
Looking at covid19.rs/homepage-english/ I can see that there was a total of 1.444.532 people tested and the data is marked for 10.01.2022 at 15:00.
From the dataset:
Date: 2021-12-16, new tests: 13690.0, total tests: 7032035.0
Date: 2021-12-22, new tests: 14808.0, total tests: 7107851.0
Date: 2021-12-26, new tests: 9265.0, total tests: 7158932.0
As We can see Djoko's "ID" (7371999) is much larger than total number of tests for 26th of December 2021 (by 213067) and for me this furthers your point that We don't know how this number is generated.
(It seems to be sequential, but is it?)
They probably generate ID when results are stored in database, not when samples are taken. Difference in processing time explains this. What are the dates of result (stated at the bottom of the pdf)?
All valid reports ("Report is VALID!") - both negative and positive tests - are in green color (Bootstrap 3 class .alert-success).
All invalid reports ("Report IS NOT VALID!") are in red color (Bootstrap 3 class .alert-danger). You can see it when open https://pcr.euprava.gov.rs without any subdir/script/query string.
Green/red have the same semantics in Serbia as in Germany.
This green for positive test mean just that QR code and associated test are valid, not that it’s good or bad. Positive test is bad in the first 14 days but after that it’s good - it gives you same rights as if you were vaccinated. But it’s the same test in both cases and green just tells us it’s a valid document.
Digital certificate is different kind of document. That’s the one you need to enter restaurans, bars, etc. after 20h - it will be red if you don’t fulfill conditions, e.g. vaccination or positive test within last 6 months (but not within 14 days), etc.
In programer’s lingo, test result is const, while digital certificate is a function of multiple conditions in context of current date/time.
Rapid test:
https://pcr.euprava.gov.rs/validate.php?cqcode=16415703349MJ...
Timestamp: 1641570334, time: GMT: Friday, 7. January 2022. 15:45:34
PCR:
https://pcr.euprava.gov.rs/validate.php?cqcode=1641924832NyL...
Timestamp: 1641924832, time: GMT: Tuesday, 11. January 2022. 18:13:52
I downloaded PCR from portal today, that's why it has today's timestamp.
What's interesting is that her test IDs are 7601574 and 7631146 while they were taken within 15 minutes from each other. There's some 30k difference, and I think Serbia runs around 40k tests a day. PCR samples are sent to central lab and processed later, that would explain why PCR's ID is much higher.
However I don't think we have definite proof of how these test IDs are generated. Different labs could be assigned batches of IDs, PCR tests itself could have preassigned IDs (you can see they have same ID when you're tested, but I'm not sure it's the same ID as presented in results). If test ID is generated when results are inserted into database, then they should always be incremental and Novak's test IDs point to forgery. But there could be other explanations.
My conclusions:
- timestamps are not proof of forgery
- test IDs are suspicious, but we can't be sure.