Ubirch Certify App - DCC Form Prefill (URL Fragment Parameters)
When trying to prefill values into the UBIRCH Certifier, you can use fragments to achieve that.
Append them to the URL of the UBIRCH certifier with fragment parameters (certify.ubirch.com/#key=value
) .
All parameters are optional.
Common for all Forms
parameter key | corresponding form field | accepted values |
---|---|---|
fn | family name | any (max. 50 characters) |
gn | given name | any (max. 50 characters) |
dob | birthday | valid date (YYYY-MM-DD) |
Vaccination Certificate Form
Base URL: /views/certification/vaccination-bmg-v2
parameter key | corresponding form field | accepted values |
---|---|---|
mp | Medical Product | pfizer, moderna, astraZeneca, johnson, novavax, valneva |
dt | Date of vaccination | valid date (YYYY-MM-DD) |
series | Series | 1/2, 2/2 or 1/1 (only for recovery vaccination) booster: 3/3, 4/4, … 7/7 or 2/1, 3/1, … 7/1 (only for recovery vaccination) |
ndc | Number of vaccination doses complete (base immunisation and booster) | only handled if series is NOT set! Number between 1 and max 7 currently |
bvcd | Base vaccination type | only handled if crec AND series is NOT set 1, oneDose 2, twoDose twoDoseWithJJ |
crec | Corona Infection | true (person is recovered from corona at least once) or false (person was not yet infected with corona) |
Recovery Certificate Form
Base URL: /views/certification/recovery-bmg
(only accessible if creation of recovery certificate is allowed, e.g. for doctors via SMCB or KV access or health departments)
parameter key | corresponding form field | accepted values |
---|---|---|
fr | Date of first positive test | valid date (YYYY-MM-DD) |
df | valid from (automatically set when entering fr) | valid date (YYYY-MM-DD) |
du | valid until (automatically set when entering fr or df) | valid date (YYYY-MM-DD) |
Examples:
Vaccination Certificate
Available Vaccines
- pfizer
- moderna
- astraZeneca
- johnson
- novavax
- valneva
- vidprevtyn (only for booster!!)
Base Immunisation:
- Base Immunisation with two doses, first dose: ndc=1, bvcd=2
- Base Immunisation with two doses, second dose: ndc=2, bvcd=twoDose
- Base Immunisation after recovery: ndc=1, bvcd=1
- Base Immunisation after recovery: ndc=1, bvcd=oneDose
- Base Immunisation with Johnson&Johnson: ndc=1, bvcd=twoDoseWithJJ
- Base Immunisation with two doses with series parameter, first dose: series=1/2
- Base Immunisation with two doses with series parameter, second dose: series=2/2
- Base Immunisation with one dose (recovery) with series parameter, first dose: series=1/1
- Base Immunisation after recovery: crec=true, ndc=1
Booster Vaccination:
- First Booster Vaccination after Base Immunisation with two doses: ndc=3&bvcd=2
- Second Booster Vaccination after Base Immunisation with two doses: ndc=4&bvcd=twoDose
- First Booster Vaccination after recovery: crec=true, ndc=2
- First Booster Vaccination after Base Immunisation with one dose: ndc=2&bvcd=1
- Second Booster Vaccination after Base Immunisation with one dose: ndc=3&bvcd=oneDose
- First Booster Vaccination after Base Immunisation with Johnson&Johnson: ndc=2&bvcd=twoDoseWithJJ
- Second Booster Vaccination after Base Immunisation with Johnson&Johnson: ndc=3&bvcd=twoDoseWithJJ
- Third Booster Vaccination after Base Immunisation with Johnson&Johnson: ndc=4&bvcd=twoDoseWithJJ
- First Booster Vaccination after Base Immunisation with two doses with series parameter: series=3/3
- 7th Vaccination after Base Immunisation with two doses with series parameter: series=7/7
- First Booster Vaccination after Base Immunisation with one dose (recovery) with series parameter: series=2/1
- Second Booster Vaccination after Base Immunisation with one dose (recovery) with series parameter: series=3/1
- 7th Vaccination after Base Immunisation with one dose (recovery) with series parameter: series=7/1
- 7th Vaccination after recovery: crec=true, ndc=7
- 7th Vaccination after Base Immunisation after recovery: ndc=7, bvcd=oneDose
- 7th Vaccination after Base Immunisation with Johnson&Johnson: ndc=7, bvcd=twoDoseWithJJ