Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Feature Request: ability to "merge" certificates from two (or more) different EU states #227

@lc-nyovchev

Description

@lc-nyovchev

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:

Vaccine dose: 1 out of 2

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions