I have had my jabs in two separate EU states:
- first one in the Netherlands
- second jab in Poland
Since the healthcare systems of both countries are disconnected, in both cases the cert says the following:
And as a result, I have two certificates, both incomplete. A deeper look in the data shows the following: (check this file out for the specification of what each field means):
{
"dn": "1", // obviously, because both countries think this is my first jab
"sd": "2", // cause it's 2 vaccines you need in both countries in order to be fully vaccinated
"mp": "Comirnaty",
"dob": "<My date of birth>",
"fn": "<My full name>" ,
"co": "<NL or Poland>"
}
What I'd expect is that everything being the same (including my name and dob), these 1/2 doses from the two different EU member states should be detected to make a single valid certificate. After all, 1 + 1 is 2, right?