Vaccination Credentials Interoperability Report 1.0

Interoperability Report for Vaccine Credentials Data Model

More details about this document
Latest published version:
https://www.w3.org/vaccine-credentials-test-suite/
Latest editor's draft:
http://vaxcert-interop-reports.s3-website.us-east-2.amazonaws.com
History:
Commit history
Editor:
Andrew Jones (Digital Bazaar)
Authors:
Andrew Jones (Digital Bazaar)
Manu Sporny (Digital Bazaar)
Feedback:
GitHub digitalbazaar/vaccination-certificate-test-suite (pull requests, new issue, open issues)

Abstract

This is the most recent interoperability report for Vaccine Credentials using the Vaccine Certificate Vocabulary.

Status of This Document

This document is merely a W3C-internal document. It has no official standing of any kind and does not represent consensus of the W3C Membership.

Note

The test matrices are generated by sending the payload in each example (without the proof value) to an issuer and then a verifier. To generate the interoperability matrix, all issuers are tested against all verifiers. At present, all issuers and verifiers use the Ed25519 2018 cryptosuite. In order to demonstrate some of the compression features of CBOR-LD QR Codes, the Ed25519 2020 cryptosuite is used. The QR Code contains a base-32 alphanumeric encoded CBOR-LD payload that is digitally signed using the Ed25519 2020 cryptosuite, which allows for better compression when used with CBOR-LD. The payloads displayed in this report, and the ones used with issuers and verifiers are different at present. The payloads used with issuers and verifiers will be updated to the payloads described in this report when support for these newer payloads are supported by all issuers and verifiers. Readers should take note that the interoperability demonstrated in the matrices are for the 2018 Ed25519 cryptosuite, and not the 2020 Ed25519 cryptosuite.

1. Introduction

This section is non-normative.

The purpose of this document is to demonstrate that there are multiple Issuers and Verifiers capable of processing Vaccine Credentials that conform to the Vaccine Certificate Vocabulary.

1.1 Testing Methodology

This section is non-normative.

The testing framework for the Vaccine Credentials Data Model executes the following process:

  1. Takes Vaccination Credentials produced from WHO complaint ICD Codes
  2. Passes these Vaccination Credentials to numerous Issuers
  3. Asserts that the issuer has issued a valid Verifiable Credential
  4. Passes the Vaccine Credential to numerous Verifiers
  5. Collates the results in an interoperability matrix

2. Conformance Testing Results

This section is non-normative.

2.1 Key

This section is non-normative.

The results of the tests are show below:

3. Conformance

As well as sections marked as non-normative, all authoring guidelines, diagrams, examples, and notes in this specification are non-normative. Everything else in this specification is normative.

3.1 COVID-19

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 507 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 1: COVID-19 Vaccination Certificate
{
  "issuer": "did:key:z6MktnSKJYDgBMyvnqBP4J5pz9ezsz1GoBQByL7abpqdB3Kg#z6MktnSKJYDgBMyvnqBP4J5pz9ezsz1GoBQByL7abpqdB3Kg",
  "issuanceDate": "2021-06-20T00:15:44.060Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:MTVlZTBiMWMtZDE0Ny00MTQxLWEzMGMtYjg1YmJiMmQyZGQw",
  "name": "COVID-19",
  "description": "COVID-19",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "757",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "COVID-19",
      "atcCode": "COVID-19 codes will be added later this week"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:15:44Z",
    "verificationMethod": "did:key:z6MktnSKJYDgBMyvnqBP4J5pz9ezsz1GoBQByL7abpqdB3Kg#z6MktnSKJYDgBMyvnqBP4J5pz9ezsz1GoBQByL7abpqdB3Kg",
    "proofPurpose": "assertionMethod",
    "proofValue": "zhCupz4D5eNViypMsvgfGJh9d1kMVHVJHxsDhJBSabsWr3KbM7RFjEsxtN1DvVLaXBzDky1ZHahm2z6u8wS9XLxP"
  }
}

3.2 Pneumonia - Streptococcus pneumoniae [pneumococcus]

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 600 Bytes
QR Code: v18
Encoding: base32 alphanumeric
Example 2: Pneumonia - Streptococcus pneumoniae [pneumococcus] Vaccination Certificate
{
  "issuer": "did:key:z6MkjxvA4FNrQUhr8f7xhdQuP1VPzErkcnfxsRaU5oFgy2E5#z6MkjxvA4FNrQUhr8f7xhdQuP1VPzErkcnfxsRaU5oFgy2E5",
  "issuanceDate": "2021-06-20T00:17:01.646Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:Yjk2ODBiMzYtOGNhZC00ZDRhLThhNDgtYTgyMDUzNDc5NWNj",
  "name": "Pneumonia - Streptococcus pneumoniae [pneumococcus]",
  "description": "Pneumonia - Streptococcus pneumoniae [pneumococcus]",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "72",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Pneumonia - Streptococcus pneumoniae [pneumococcus]",
      "atcCode": "V03.82"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:17:01Z",
    "verificationMethod": "did:key:z6MkjxvA4FNrQUhr8f7xhdQuP1VPzErkcnfxsRaU5oFgy2E5#z6MkjxvA4FNrQUhr8f7xhdQuP1VPzErkcnfxsRaU5oFgy2E5",
    "proofPurpose": "assertionMethod",
    "proofValue": "z4zKSH1WmuSQ8tcpSB6mtaSGhtzvMnBQSckqrpTDm3wQyNfHd6rctuST2cyzaKSY135Kp6ZYMyFaiLvBUjJ89GP7V"
  }
}

3.3 Yellow fever

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 481 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 3: Yellow fever Vaccination Certificate
{
  "issuer": "did:key:z6MkwT75QUWJjG3Umsyu3BatC7UEur2iTw7ND2E4GYYmWJ7k#z6MkwT75QUWJjG3Umsyu3BatC7UEur2iTw7ND2E4GYYmWJ7k",
  "issuanceDate": "2021-06-20T00:18:17.794Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:ZGJkMGJiNWQtZDVjYi00MjZiLWE1ZGMtYzdkYmMxZmU1Nzdm",
  "name": "Yellow fever",
  "description": "Yellow fever",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "525",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Yellow fever",
      "atcCode": "XM0N24"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:18:17Z",
    "verificationMethod": "did:key:z6MkwT75QUWJjG3Umsyu3BatC7UEur2iTw7ND2E4GYYmWJ7k#z6MkwT75QUWJjG3Umsyu3BatC7UEur2iTw7ND2E4GYYmWJ7k",
    "proofPurpose": "assertionMethod",
    "proofValue": "zSK375CAMtS2EbPCq8D8gamrzNXuX6GepbZ41bbNmnAaTa7ceegkkveHUjdCdU4bXWVphbcCz74hTiYixJwBcb3y"
  }
}

3.4 Polio

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 459 Bytes
QR Code: v15
Encoding: base32 alphanumeric
Example 4: Polio Vaccination Certificate
{
  "issuer": "did:key:z6MkmovNxDpeBYrL768mj8igQcwAtW8mPQSTB3G1T51LYWdc#z6MkmovNxDpeBYrL768mj8igQcwAtW8mPQSTB3G1T51LYWdc",
  "issuanceDate": "2021-06-20T00:19:33.189Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:ZTQyZDUyMjAtNDYwMS00YjYxLWIyYTYtNTc5NTBkMmQzYzBj",
  "name": "Polio",
  "description": "Polio",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "847",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Polio",
      "atcCode": "XM0N50"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:19:33Z",
    "verificationMethod": "did:key:z6MkmovNxDpeBYrL768mj8igQcwAtW8mPQSTB3G1T51LYWdc#z6MkmovNxDpeBYrL768mj8igQcwAtW8mPQSTB3G1T51LYWdc",
    "proofPurpose": "assertionMethod",
    "proofValue": "z28HaVR7FnxcFPpCoUKm2t6Xq8pQx6ahqeBf23BM5NVnXdFfrEn1j93wdCpdLKpcaMKAyNCVw4ac7GJJUYLCtDL1k"
  }
}

3.5 Japanese encephalitis

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 507 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 5: Japanese encephalitis Vaccination Certificate
{
  "issuer": "did:key:z6Mkm1AWHDAV2YrdqJqK9vTjCnCkksgdwKfWpA1ffd6PeeV8#z6Mkm1AWHDAV2YrdqJqK9vTjCnCkksgdwKfWpA1ffd6PeeV8",
  "issuanceDate": "2021-06-20T00:20:49.687Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:ODQ2ZGRiYjMtZjllNS00YjQyLWJkODQtOWU2YTAxNDJjZDBj",
  "name": "Japanese encephalitis",
  "description": "Japanese encephalitis",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "67",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Japanese encephalitis",
      "atcCode": "XM0RC1"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:20:49Z",
    "verificationMethod": "did:key:z6Mkm1AWHDAV2YrdqJqK9vTjCnCkksgdwKfWpA1ffd6PeeV8#z6Mkm1AWHDAV2YrdqJqK9vTjCnCkksgdwKfWpA1ffd6PeeV8",
    "proofPurpose": "assertionMethod",
    "proofValue": "z57Hgz89efghryo2ysRxsPFVqeoigTPViEPwFabemRFQqSza9ke21W1wPSFDr4jaqtmatUvgUCwsofp8HP8ypSxb1"
  }
}

3.6 Mumps

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 458 Bytes
QR Code: v15
Encoding: base32 alphanumeric
Example 6: Mumps Vaccination Certificate
{
  "issuer": "did:key:z6Mkg7637ivFiF1bjtLF6sWNpwmzPxf6EuaoRJZwZg1XwWv2#z6Mkg7637ivFiF1bjtLF6sWNpwmzPxf6EuaoRJZwZg1XwWv2",
  "issuanceDate": "2021-06-20T00:21:44.020Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:NzJiMGUzMWItM2Y5OS00ZjkzLTk2MGItNjc2OWViNjdhMzM0",
  "name": "Mumps",
  "description": "Mumps",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "476",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Mumps",
      "atcCode": "XM1131"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:21:44Z",
    "verificationMethod": "did:key:z6Mkg7637ivFiF1bjtLF6sWNpwmzPxf6EuaoRJZwZg1XwWv2#z6Mkg7637ivFiF1bjtLF6sWNpwmzPxf6EuaoRJZwZg1XwWv2",
    "proofPurpose": "assertionMethod",
    "proofValue": "z3X8tusPocgTpgTXyF3wzXC68bRph9oJ5e2MpP8vEFbrLVByRG6dESUFDsGvscVo5JSqJuFwDKDTqNzkJCXeiygvS"
  }
}

3.7 Meningitis - Meningococcal conjugate (Strain C) vaccine

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 611 Bytes
QR Code: v18
Encoding: base32 alphanumeric
Example 7: Meningitis - Meningococcal conjugate (Strain C) vaccine Vaccination Certificate
{
  "issuer": "did:key:z6MkrWMzWSpA4zGtYBuqqXCqEZigHZms8BtpXLLxTLeoc5vi#z6MkrWMzWSpA4zGtYBuqqXCqEZigHZms8BtpXLLxTLeoc5vi",
  "issuanceDate": "2021-06-20T00:22:59.380Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:NGNhMzNmNGYtMmU3ZS00OWU3LWE1YTItNmIyNzAyNjU0Yjlm",
  "name": "Meningitis - Meningococcal conjugate (Strain C) vaccine",
  "description": "Meningitis - Meningococcal conjugate (Strain C) vaccine",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "1",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Meningitis - Meningococcal conjugate (Strain C) vaccine",
      "atcCode": "XM18Y8"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:22:59Z",
    "verificationMethod": "did:key:z6MkrWMzWSpA4zGtYBuqqXCqEZigHZms8BtpXLLxTLeoc5vi#z6MkrWMzWSpA4zGtYBuqqXCqEZigHZms8BtpXLLxTLeoc5vi",
    "proofPurpose": "assertionMethod",
    "proofValue": "z59hXrjw8hvha19sZRbkCmcWELkLK13jo8CUzKhutjUD4GcGCMwb4mHX5fbojmFaasfkoczDAfif9tj9ZpyuJGQe5"
  }
}

3.8 Rotavirus

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 472 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 8: Rotavirus Vaccination Certificate
{
  "issuer": "did:key:z6MkjFdpGgFd9WjLXKAEAWJiEksTVj2e2uST6PM9vwwJNWJ2#z6MkjFdpGgFd9WjLXKAEAWJiEksTVj2e2uST6PM9vwwJNWJ2",
  "issuanceDate": "2021-06-20T00:24:14.263Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:ZjdjMGIwZjItYmE5MS00NGNiLWEzZDUtMWVmNGRhODQ5ZWU5",
  "name": "Rotavirus",
  "description": "Rotavirus",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "992",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Rotavirus",
      "atcCode": "XM1CE0"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:24:14Z",
    "verificationMethod": "did:key:z6MkjFdpGgFd9WjLXKAEAWJiEksTVj2e2uST6PM9vwwJNWJ2#z6MkjFdpGgFd9WjLXKAEAWJiEksTVj2e2uST6PM9vwwJNWJ2",
    "proofPurpose": "assertionMethod",
    "proofValue": "zTjGguyMaowQv7AV46KYYADdBDsiGy1QHuDyorrjQtf3FRJPizRtxMaVx77JwxqqJRSghvQbYBrbYys5QUWNKCzJ"
  }
}

3.9 Tetanus - tetanus toxoid, combinations with diphtheria toxoid

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 631 Bytes
QR Code: v18
Encoding: base32 alphanumeric
Example 9: Tetanus - tetanus toxoid, combinations with diphtheria toxoid Vaccination Certificate
{
  "issuer": "did:key:z6Mkh7S91CRbv8TGqnW8apB7ydTz8DHogmufcS2now8FYrbv#z6Mkh7S91CRbv8TGqnW8apB7ydTz8DHogmufcS2now8FYrbv",
  "issuanceDate": "2021-06-20T00:25:29.883Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:YjkxNjQ3OTYtYTJlNC00ZTRiLTkwN2QtMDg0ODJiMjdjNGI0",
  "name": "Tetanus - tetanus toxoid, combinations with diphtheria toxoid",
  "description": "Tetanus - tetanus toxoid, combinations with diphtheria toxoid",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "403",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Tetanus - tetanus toxoid, combinations with diphtheria toxoid",
      "atcCode": "XM1G86"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:25:29Z",
    "verificationMethod": "did:key:z6Mkh7S91CRbv8TGqnW8apB7ydTz8DHogmufcS2now8FYrbv#z6Mkh7S91CRbv8TGqnW8apB7ydTz8DHogmufcS2now8FYrbv",
    "proofPurpose": "assertionMethod",
    "proofValue": "z4z4ihFgSpksX9cnG5m596MEuFHvmgLH1chCtUC9rKzmVArV3SmSi6zi6iRrv6NfDLCfh2A5e3FupQmbdVzs6p6rF"
  }
}

3.10 Influenza

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 472 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 10: Influenza Vaccination Certificate
{
  "issuer": "did:key:z6MkpxTvD2jHyq4YdVYDwNEqSKEwgWxsfRDqHJFiAggxqu48#z6MkpxTvD2jHyq4YdVYDwNEqSKEwgWxsfRDqHJFiAggxqu48",
  "issuanceDate": "2021-06-20T00:26:45.459Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:MTQxODFhNDctNTQ0Zi00ZDQyLTlmNGEtZWE1YTYzNzgwOTBk",
  "name": "Influenza",
  "description": "Influenza",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "779",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Influenza",
      "atcCode": "XM1LR5"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:26:45Z",
    "verificationMethod": "did:key:z6MkpxTvD2jHyq4YdVYDwNEqSKEwgWxsfRDqHJFiAggxqu48#z6MkpxTvD2jHyq4YdVYDwNEqSKEwgWxsfRDqHJFiAggxqu48",
    "proofPurpose": "assertionMethod",
    "proofValue": "z2hVZQXpBj54Xp5VsoK755sCRCBmGxvYmM6q6s2MRNR3EjxY1YwRVKjMKBwh7DH9BuN6EmvK3xA4aWL22x6gwCw6H"
  }
}

3.11 Polio - Vaccine sabin oral

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 526 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 11: Polio - Vaccine sabin oral Vaccination Certificate
{
  "issuer": "did:key:z6Mkw1BewCQhvXgBPR8C9XFRpj4TEkh1NbsMQZPJWLy2VkLu#z6Mkw1BewCQhvXgBPR8C9XFRpj4TEkh1NbsMQZPJWLy2VkLu",
  "issuanceDate": "2021-06-20T00:28:01.402Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:ZmZiNzMyNWUtMWZiNy00MzUzLWE5NjgtNGQ1NzQ4NmU0ZjU4",
  "name": "Polio - Vaccine sabin oral",
  "description": "Polio - Vaccine sabin oral",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "903",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Polio - Vaccine sabin oral",
      "atcCode": "XM1Y59"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:28:01Z",
    "verificationMethod": "did:key:z6Mkw1BewCQhvXgBPR8C9XFRpj4TEkh1NbsMQZPJWLy2VkLu#z6Mkw1BewCQhvXgBPR8C9XFRpj4TEkh1NbsMQZPJWLy2VkLu",
    "proofPurpose": "assertionMethod",
    "proofValue": "zbczsZWDAsCmdqb8ftKFGDc9peJDuWGbaMd8BmhZH7kELU73JEtt4ux83gprnWX4izfnrEeRxLTnTpsFWZSJaHGC"
  }
}

3.12 Meningitis - Meningovax (-AC) (-C)

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 548 Bytes
QR Code: v17
Encoding: base32 alphanumeric
Example 12: Meningitis - Meningovax (-AC) (-C) Vaccination Certificate
{
  "issuer": "did:key:z6MkqM3NJ8kJRmJmgsABvhHSrfhEdNAQMeXMTCZYMtoJnxq6#z6MkqM3NJ8kJRmJmgsABvhHSrfhEdNAQMeXMTCZYMtoJnxq6",
  "issuanceDate": "2021-06-20T00:29:17.024Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:N2E5YjdmZWEtNDY4NS00NzI3LThhNmItNzQzZTM4NTRkNWYz",
  "name": "Meningitis - Meningovax (-AC) (-C)",
  "description": "Meningitis - Meningovax (-AC) (-C)",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "32",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Meningitis - Meningovax (-AC) (-C)",
      "atcCode": "XM2280"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:29:17Z",
    "verificationMethod": "did:key:z6MkqM3NJ8kJRmJmgsABvhHSrfhEdNAQMeXMTCZYMtoJnxq6#z6MkqM3NJ8kJRmJmgsABvhHSrfhEdNAQMeXMTCZYMtoJnxq6",
    "proofPurpose": "assertionMethod",
    "proofValue": "zBGjk72TEdeMQNSBfbD9TDtk4CjfsWxSTR6BfZYSVcKmchmgpc6R3m7K3b6oKaQNVqe4jVZHLYXjTjRL6hUxFoRV"
  }
}

3.13 Measles

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 466 Bytes
QR Code: v15
Encoding: base32 alphanumeric
Example 13: Measles Vaccination Certificate
{
  "issuer": "did:key:z6MkoJYLWSR9qdcAUCXSyMn3uK6jeJpJL6F9WCv4k3qftEPg#z6MkoJYLWSR9qdcAUCXSyMn3uK6jeJpJL6F9WCv4k3qftEPg",
  "issuanceDate": "2021-06-20T00:30:31.874Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:NDk3YzQwNzQtYjAyNC00NjQ5LWExOGItNTFhNTIzZmNmMzVk",
  "name": "Measles",
  "description": "Measles",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "139",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Measles",
      "atcCode": "XM28X5"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:30:31Z",
    "verificationMethod": "did:key:z6MkoJYLWSR9qdcAUCXSyMn3uK6jeJpJL6F9WCv4k3qftEPg#z6MkoJYLWSR9qdcAUCXSyMn3uK6jeJpJL6F9WCv4k3qftEPg",
    "proofPurpose": "assertionMethod",
    "proofValue": "z3Aj9NKzoNrypxYF35N94ujKZodUfiME1qcC76Vp2jSTMJiyD8eatGYhNwR2k6JAP44Y7LvYyGsVuR7cbEbCTqS3P"
  }
}

3.14 Tetanus - tetanus toxoid

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 520 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 14: Tetanus - tetanus toxoid Vaccination Certificate
{
  "issuer": "did:key:z6MktS9bZ94x15nksHMQtiJGxR4fJfymXgXWeGbWm6o296mK#z6MktS9bZ94x15nksHMQtiJGxR4fJfymXgXWeGbWm6o296mK",
  "issuanceDate": "2021-06-20T00:31:46.637Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:ZDczMjEyNzktOWJkZC00ODFkLTkyMmYtMjhjNzVjNTZlNDAy",
  "name": "Tetanus - tetanus toxoid",
  "description": "Tetanus - tetanus toxoid",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "248",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Tetanus - tetanus toxoid",
      "atcCode": "XM29H5"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:31:46Z",
    "verificationMethod": "did:key:z6MktS9bZ94x15nksHMQtiJGxR4fJfymXgXWeGbWm6o296mK#z6MktS9bZ94x15nksHMQtiJGxR4fJfymXgXWeGbWm6o296mK",
    "proofPurpose": "assertionMethod",
    "proofValue": "z5cEFDmVCLm5FnB73df2ZycqQ4WUeD714R6H4xGPABuxabZsELWxWuqpAvUmEBEndva9x4xwvmq3aYN95rw1Vmxxz"
  }
}

3.15 Cholera

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 466 Bytes
QR Code: v15
Encoding: base32 alphanumeric
Example 15: Cholera Vaccination Certificate
{
  "issuer": "did:key:z6Mkts1MS2BciBKtdd42HfQpUgu5cm19X1Exn8xu1gHzZPF2#z6Mkts1MS2BciBKtdd42HfQpUgu5cm19X1Exn8xu1gHzZPF2",
  "issuanceDate": "2021-06-20T00:33:00.966Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:ZDM4ZThlNjgtZTUzMi00ZDRmLTllZWQtMzE2YmQyODJlZmEz",
  "name": "Cholera",
  "description": "Cholera",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "144",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Cholera",
      "atcCode": "XM29K4"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:33:00Z",
    "verificationMethod": "did:key:z6Mkts1MS2BciBKtdd42HfQpUgu5cm19X1Exn8xu1gHzZPF2#z6Mkts1MS2BciBKtdd42HfQpUgu5cm19X1Exn8xu1gHzZPF2",
    "proofPurpose": "assertionMethod",
    "proofValue": "z5UFFAm4RYF1zswipsrxzdXhGMem5SABaPGuEGzyUtQ7awjCXAMPArUzuhrcsnf4MvrgH5vMjewYtNa94F3gNPLbB"
  }
}

3.16 Measles - Diplovax

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 499 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 16: Measles - Diplovax Vaccination Certificate
{
  "issuer": "did:key:z6Mkhv8MrAYnQDY8iEog2ES392Ep4bk2S5EAXjQ1qzRnvM8z#z6Mkhv8MrAYnQDY8iEog2ES392Ep4bk2S5EAXjQ1qzRnvM8z",
  "issuanceDate": "2021-06-20T00:34:15.592Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:M2E3NmU3ZTktYjE0OC00OGQzLWJmYWMtNDc5NWM3YmI3ZTk2",
  "name": "Measles - Diplovax",
  "description": "Measles - Diplovax",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "567",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Measles - Diplovax",
      "atcCode": "XM2KH7"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:34:15Z",
    "verificationMethod": "did:key:z6Mkhv8MrAYnQDY8iEog2ES392Ep4bk2S5EAXjQ1qzRnvM8z#z6Mkhv8MrAYnQDY8iEog2ES392Ep4bk2S5EAXjQ1qzRnvM8z",
    "proofPurpose": "assertionMethod",
    "proofValue": "zfmwn615SKuvzhib2AXStNcZ5yXWVdohyxeVy5awT39wTTSnmAMsZEZvHFPcKMBHu5JRDeRdZNm3fFBeTj9PJAri"
  }
}

3.17 Meningitis - Meningococcal vaccines

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 553 Bytes
QR Code: v17
Encoding: base32 alphanumeric
Example 17: Meningitis - Meningococcal vaccines Vaccination Certificate
{
  "issuer": "did:key:z6Mkt5sXTpiQq6RKJhTqiyg44PJhYUeB7bLo1okYhsPEAJg2#z6Mkt5sXTpiQq6RKJhTqiyg44PJhYUeB7bLo1okYhsPEAJg2",
  "issuanceDate": "2021-06-20T00:35:30.388Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:NzFiMmU0YTItMWU4Mi00ZjNhLThjYjctYzZjOTU0N2I3MmI1",
  "name": "Meningitis - Meningococcal vaccines",
  "description": "Meningitis - Meningococcal vaccines",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "750",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Meningitis - Meningococcal vaccines",
      "atcCode": "XM2WV4"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:35:30Z",
    "verificationMethod": "did:key:z6Mkt5sXTpiQq6RKJhTqiyg44PJhYUeB7bLo1okYhsPEAJg2#z6Mkt5sXTpiQq6RKJhTqiyg44PJhYUeB7bLo1okYhsPEAJg2",
    "proofPurpose": "assertionMethod",
    "proofValue": "z5cGZUKWTVc7enAijjQEeHTvaHxf3gLjHEJxW64sgdk5ekJnycuPf1Z2BsaHzmoTJ4GEXF1xAgbBkNbLo97N2UmqK"
  }
}

3.18 Pertussis

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 472 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 18: Pertussis Vaccination Certificate
{
  "issuer": "did:key:z6MkuHtFSTVD3ByyVaUuXZEGvswswWnKA3HyqJVBBfNg3yLQ#z6MkuHtFSTVD3ByyVaUuXZEGvswswWnKA3HyqJVBBfNg3yLQ",
  "issuanceDate": "2021-06-20T00:36:44.900Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:MzliNGNhMjctMTRmZS00YWI0LWE3YmMtOWQ1NGI4YjY5NGY3",
  "name": "Pertussis",
  "description": "Pertussis",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "433",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Pertussis",
      "atcCode": "XM43M9"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:36:44Z",
    "verificationMethod": "did:key:z6MkuHtFSTVD3ByyVaUuXZEGvswswWnKA3HyqJVBBfNg3yLQ#z6MkuHtFSTVD3ByyVaUuXZEGvswswWnKA3HyqJVBBfNg3yLQ",
    "proofPurpose": "assertionMethod",
    "proofValue": "z5M9489jA5hBM2fMwSe48bZv464gt9oSRFjmPHxhoDf8HeFBfi7Xk8tLKx4Ej1wADfssukipQmAnx1Jwk6GjTmXNJ"
  }
}

3.19 Polio - Orimune

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 493 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 19: Polio - Orimune Vaccination Certificate
{
  "issuer": "did:key:z6MkmME482FAt1PBFyPrUhtLjtznoF3C9HfFMXup498R1ugJ#z6MkmME482FAt1PBFyPrUhtLjtznoF3C9HfFMXup498R1ugJ",
  "issuanceDate": "2021-06-20T00:37:59.841Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:MmYzNDA5MGMtMTAwZS00YzMzLWJjM2UtZjE5OWE1MGQwMDZh",
  "name": "Polio  - Orimune",
  "description": "Polio  - Orimune",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "745",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Polio  - Orimune",
      "atcCode": "XM4KG4"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:37:59Z",
    "verificationMethod": "did:key:z6MkmME482FAt1PBFyPrUhtLjtznoF3C9HfFMXup498R1ugJ#z6MkmME482FAt1PBFyPrUhtLjtznoF3C9HfFMXup498R1ugJ",
    "proofPurpose": "assertionMethod",
    "proofValue": "z2KBDBytXBVf2h9gw3pG4P3zq1uFHmUWkU9CfxXfrMbhxeY6HePWMUeDCajkjAQzH6hd5UWgTGTgvhhSgut7Rhdti"
  }
}

3.20 Tetanus

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 469 Bytes
QR Code: v15
Encoding: base32 alphanumeric
Example 20: Tetanus Vaccination Certificate
{
  "issuer": "did:key:z6MkidyHHJVnBVf6CLoHYoxJ2i1qjMx2RhvgwRGDw91pJzKd#z6MkidyHHJVnBVf6CLoHYoxJ2i1qjMx2RhvgwRGDw91pJzKd",
  "issuanceDate": "2021-06-20T00:39:14.666Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:Y2ZkZDkwN2YtYTUwYi00OWUxLWE1OWMtYzRlNjVlMWY1YzMy",
  "name": "Tetanus ",
  "description": "Tetanus ",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "264",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Tetanus ",
      "atcCode": "XM5L44"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:39:14Z",
    "verificationMethod": "did:key:z6MkidyHHJVnBVf6CLoHYoxJ2i1qjMx2RhvgwRGDw91pJzKd#z6MkidyHHJVnBVf6CLoHYoxJ2i1qjMx2RhvgwRGDw91pJzKd",
    "proofPurpose": "assertionMethod",
    "proofValue": "z46YjLJgVfx1LgisdoXBhtjZ7CcxgCEgTh6otftDeYtJcgYZ3dSvwnH9Lu6hJBpMGcpfSKKahkrHgKVm6EqJqDiB5"
  }
}

3.21 Rabies

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 463 Bytes
QR Code: v15
Encoding: base32 alphanumeric
Example 21: Rabies Vaccination Certificate
{
  "issuer": "did:key:z6MkgHfB9bPcboZmdiJvSAvdYnA6XifYtNoCLGQH9tNc7NqF#z6MkgHfB9bPcboZmdiJvSAvdYnA6XifYtNoCLGQH9tNc7NqF",
  "issuanceDate": "2021-06-20T00:40:28.967Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:ODViZGNmOTQtM2Q0NC00MDA0LWEwZTctYmM1ZGNiMjAxNmU0",
  "name": "Rabies",
  "description": "Rabies",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "122",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Rabies",
      "atcCode": "XM6T09"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:40:28Z",
    "verificationMethod": "did:key:z6MkgHfB9bPcboZmdiJvSAvdYnA6XifYtNoCLGQH9tNc7NqF#z6MkgHfB9bPcboZmdiJvSAvdYnA6XifYtNoCLGQH9tNc7NqF",
    "proofPurpose": "assertionMethod",
    "proofValue": "z5BquhG8U4n6D9gjutGMcgardFr8jc6Zikq55UL5neKELaVPbYMmnK3yKL2NhAo5z4vJ7RPBnMNgGrrS5Qf6kRzRB"
  }
}

3.22 Rubella

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 466 Bytes
QR Code: v15
Encoding: base32 alphanumeric
Example 22: Rubella Vaccination Certificate
{
  "issuer": "did:key:z6MksudvC8hZiomF5dESW9HDKRfLjRTR3e3cxGS4R9SUT5LN#z6MksudvC8hZiomF5dESW9HDKRfLjRTR3e3cxGS4R9SUT5LN",
  "issuanceDate": "2021-06-20T00:41:43.801Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:Y2MzZTVjNDUtODJhZi00ZDM0LWI5MmQtMGU0MWI5ZDI0Njgy",
  "name": "Rubella",
  "description": "Rubella",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "757",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Rubella",
      "atcCode": "XM7PP1"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:41:43Z",
    "verificationMethod": "did:key:z6MksudvC8hZiomF5dESW9HDKRfLjRTR3e3cxGS4R9SUT5LN#z6MksudvC8hZiomF5dESW9HDKRfLjRTR3e3cxGS4R9SUT5LN",
    "proofPurpose": "assertionMethod",
    "proofValue": "z5cv1y7LzhTg5icfJyBKe61xp4MK5fCg2XP6Ar7SNWRiKi8UeMRbfK6xqxYLbd3gCyfg3Ca3niXBpxdh75uA2C4KU"
  }
}

3.23 Diphtheria

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 475 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 23: Diphtheria Vaccination Certificate
{
  "issuer": "did:key:z6MkwScjnpKVdyvZnePcFZhukSRTw7LKQ73srUum55fqsmDx#z6MkwScjnpKVdyvZnePcFZhukSRTw7LKQ73srUum55fqsmDx",
  "issuanceDate": "2021-06-20T00:42:58.296Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:NGJkYWQ1ZTQtYTBmYi00MmQ2LTk0YTYtZGVlNTI3ZTA1Zjdi",
  "name": "Diphtheria",
  "description": "Diphtheria",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "503",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Diphtheria",
      "atcCode": "XM86V7"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:42:58Z",
    "verificationMethod": "did:key:z6MkwScjnpKVdyvZnePcFZhukSRTw7LKQ73srUum55fqsmDx#z6MkwScjnpKVdyvZnePcFZhukSRTw7LKQ73srUum55fqsmDx",
    "proofPurpose": "assertionMethod",
    "proofValue": "z48PDCNk4JP8X2cvKZkzRv9VPqf7MaVh4fGKwdbDju15rS1FjQVF3NwssF3Z1VnVwZmjenbFzqptPXhBLvVS9oMiX"
  }
}

3.24 Typhoid

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 466 Bytes
QR Code: v15
Encoding: base32 alphanumeric
Example 24: Typhoid Vaccination Certificate
{
  "issuer": "did:key:z6Mkeagjs1ekBwkCBC22Q6qPmH6ibj7TEWhH2o257UApFuaH#z6Mkeagjs1ekBwkCBC22Q6qPmH6ibj7TEWhH2o257UApFuaH",
  "issuanceDate": "2021-06-20T00:44:12.578Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:YTQ3NGQxMzEtOTk2OS00MWUwLWE3ZmEtYTNhMGI2NzViNWI5",
  "name": "Typhoid",
  "description": "Typhoid",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "434",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Typhoid",
      "atcCode": "XM8BU8"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:44:12Z",
    "verificationMethod": "did:key:z6Mkeagjs1ekBwkCBC22Q6qPmH6ibj7TEWhH2o257UApFuaH#z6Mkeagjs1ekBwkCBC22Q6qPmH6ibj7TEWhH2o257UApFuaH",
    "proofPurpose": "assertionMethod",
    "proofValue": "z3yXf3QdYNAeUZFmRxp4J6A93GyzCEob4k3QXmR3Bbg7HUvPL1Lz3M37HUk37NbiAfwdcUqEZHCtrcm5pjejMtHzn"
  }
}

3.25 Varicella (chicken pox)

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 519 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 25: Varicella (chicken pox) Vaccination Certificate
{
  "issuer": "did:key:z6MknZXVe7Tjc29AxHJ6DQHSPTshoreke8jay92b8F3gM332#z6MknZXVe7Tjc29AxHJ6DQHSPTshoreke8jay92b8F3gM332",
  "issuanceDate": "2021-06-20T00:45:28.118Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:ZmU4MjI2OTItZTkwMi00MmJiLTg4NzAtOGRlYmJlZmExOGM3",
  "name": "Varicella (chicken pox) ",
  "description": "Varicella (chicken pox) ",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "134",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Varicella (chicken pox) ",
      "atcCode": "XM8DG3"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:45:28Z",
    "verificationMethod": "did:key:z6MknZXVe7Tjc29AxHJ6DQHSPTshoreke8jay92b8F3gM332#z6MknZXVe7Tjc29AxHJ6DQHSPTshoreke8jay92b8F3gM332",
    "proofPurpose": "assertionMethod",
    "proofValue": "z3JemeCtb3J3XVag51S6dveqgiXkfEHq7sC1CNTAJ535VZyfBYXTooWNvQ3mZ9MLe2zJ2yQUf7YZZmHpMxRqi1SLb"
  }
}

3.26 Measles - Measles, live attenuated

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 550 Bytes
QR Code: v17
Encoding: base32 alphanumeric
Example 26: Measles - Measles, live attenuated Vaccination Certificate
{
  "issuer": "did:key:z6MksLYYUSvTcrZRTcpow6JK1iVdigKNrHYmoKBSqibCKCt1#z6MksLYYUSvTcrZRTcpow6JK1iVdigKNrHYmoKBSqibCKCt1",
  "issuanceDate": "2021-06-20T00:46:43.282Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:YmU5ZWNiNmItYTZlYS00OTY5LWFlMTYtYTgzNmM1YTE5MmM3",
  "name": "Measles - Measles, live attenuated",
  "description": "Measles - Measles, live attenuated",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "219",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Measles - Measles, live attenuated",
      "atcCode": "XM8L15"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:46:43Z",
    "verificationMethod": "did:key:z6MksLYYUSvTcrZRTcpow6JK1iVdigKNrHYmoKBSqibCKCt1#z6MksLYYUSvTcrZRTcpow6JK1iVdigKNrHYmoKBSqibCKCt1",
    "proofPurpose": "assertionMethod",
    "proofValue": "z64f8Cjso1opU3dTk855cZCVRUX9iAPJotqA9oaud4gpT6qUfAfv59EGCL5FVBTS22ZSgmN1h2MDUo87EdoejTBFf"
  }
}

3.27 Rubella - Meruvax

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 495 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 27: Rubella - Meruvax Vaccination Certificate
{
  "issuer": "did:key:z6MktDbCoJ6L2Y5zmoPZuUAPiLBajnbJGQx7B7mAVipRGVMg#z6MktDbCoJ6L2Y5zmoPZuUAPiLBajnbJGQx7B7mAVipRGVMg",
  "issuanceDate": "2021-06-20T00:47:58.619Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:OTljODIzMzItODA0OC00MDUwLWFmNDMtMTYyMTVkOGVmYTdj",
  "name": "Rubella - Meruvax",
  "description": "Rubella - Meruvax",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "17",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Rubella - Meruvax",
      "atcCode": "XM9PS9"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:47:58Z",
    "verificationMethod": "did:key:z6MktDbCoJ6L2Y5zmoPZuUAPiLBajnbJGQx7B7mAVipRGVMg#z6MktDbCoJ6L2Y5zmoPZuUAPiLBajnbJGQx7B7mAVipRGVMg",
    "proofPurpose": "assertionMethod",
    "proofValue": "z435YPqmWZXhnyXuFYALCPrA4GM5xY72oTnMQb9DeXdQqzhXAg7eMKrifTaoAi8FDV3RwWUjzVLv1cmMGC4PhDhzS"
  }
}

3.28 Cervical cancer (Human papilloma virus)

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 563 Bytes
QR Code: v17
Encoding: base32 alphanumeric
Example 28: Cervical cancer (Human papilloma virus) Vaccination Certificate
{
  "issuer": "did:key:z6MkuuaZVKB9XvTKWQC7EVMTz5tSuqksY9u4XvnGmpvAhVWe#z6MkuuaZVKB9XvTKWQC7EVMTz5tSuqksY9u4XvnGmpvAhVWe",
  "issuanceDate": "2021-06-20T00:49:14.103Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:Yjg1YzQ0ZWItNzYxYy00NzU0LWE5ZDItM2NjNWZjNTNkNjhl",
  "name": "Cervical cancer (Human papilloma virus)",
  "description": "Cervical cancer (Human papilloma virus)",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "24",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Cervical cancer (Human papilloma virus)",
      "atcCode": "XM9QP0"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:49:14Z",
    "verificationMethod": "did:key:z6MkuuaZVKB9XvTKWQC7EVMTz5tSuqksY9u4XvnGmpvAhVWe#z6MkuuaZVKB9XvTKWQC7EVMTz5tSuqksY9u4XvnGmpvAhVWe",
    "proofPurpose": "assertionMethod",
    "proofValue": "zVHVmv1536nkJeBsT9aV7PGSu3Evcphg2GVVmx947EUWv2WWqHe2g74vkWXfW7BpRACDSgtxZx5s5Ag2FHNXL7dB"
  }
}

3.29 Hepatitis B

This section is non-normative.

Verfier โ‡’
โ‡“Issuer
Danube Tech Digital Bazaar Mattr Labs Mavennet mesur.io Spherity Transmute
Digital Bazaar โœ“ โœ“ โŒ โŒ โŒ โŒ โŒ
mesur.io โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
Transmute โœ“ โœ“ โœ“ โŒ โœ“ โœ“ โœ“
CBOR-LD: 481 Bytes
QR Code: v16
Encoding: base32 alphanumeric
Example 29: Hepatitis B Vaccination Certificate
{
  "issuer": "did:key:z6MkjuvDqzPDoWFRcVRETcUAdevdLJpPz89XfXzLGJMiCgfW#z6MkjuvDqzPDoWFRcVRETcUAdevdLJpPz89XfXzLGJMiCgfW",
  "issuanceDate": "2021-06-20T00:50:30.433Z",
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/vaccination/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1"
  ],
  "type": [
    "VerifiableCredential",
    "VaccinationCertificate"
  ],
  "id": "urn:uvci:MWNlOWQ4MDAtZjg1MC00Y2JmLWJlMDUtYTM4NzZmMDhmYjkz",
  "name": "Hepatitis B ",
  "description": "Hepatitis B ",
  "credentialSubject": {
    "type": "VaccinationEvent",
    "batchNumber": "409",
    "administeringCentre": "USPHA",
    "healthProfessional": "USPHA",
    "countryOfVaccination": "US",
    "recipient": {
      "type": "VaccineRecipient",
      "givenName": "JOHN",
      "familyName": "SMITH",
      "gender": "Male",
      "birthDate": "1958-07-17"
    },
    "vaccine": {
      "type": "Vaccine",
      "disease": "Hepatitis B ",
      "atcCode": "XM9V38"
    }
  },
  "proof": {
    "type": "Ed25519Signature2020",
    "created": "2021-06-20T00:50:30Z",
    "verificationMethod": "did:key:z6MkjuvDqzPDoWFRcVRETcUAdevdLJpPz89XfXzLGJMiCgfW#z6MkjuvDqzPDoWFRcVRETcUAdevdLJpPz89XfXzLGJMiCgfW",
    "proofPurpose": "assertionMethod",
    "proofValue": "zoXBnhCgj3QjMyckHRErksX4yT2TewyTrzb7pZNzraHbtc2PsUugqMoSXCdA7cikdvAmPUYGVeY5GRYZsXnMSgN4"
  }
}