{ "@context": [ "https://www.w3.org/2018/credentials/v1", "https://w3id.org/vaccination/v1" ], "type": [ "VerifiableCredential", "VaccinationCertificate" ], "id": "urn:uvci:af5vshde843jf831j128ff", "issuanceDate": "", "expirationDate": "2029-12-03T12:19:52Z", "issuer": "", "name": [ { "@language": "en", "@value": "Vaccination certificate" }, { "@language": "de", "@value": "" }, { "@language": "fr", "@value": "Certificat de vaccination" } ], "credentialSubject": { "type": "VaccinationEvent", "batchNumber": "1183738569", "administeringCentre": "MoH", "healthProfessional": "MoH", "countryOfVaccination": "NZ", "recipient": { "type": "VaccineRecipient", "givenName": "JOHN", "familyName": "SMITH", "gender": "Male", "birthDate": "1958-07-17" }, "vaccine": { "type": "Vaccine", "disease": "COVID-19", "atcCode": "J07BX03", "medicinalProductName": "COVID-19 Vaccine Moderna", "marketingAuthorizationHolder": "Moderna Biotech" }, "id": "did:..." } }