Constant ssi_contexts::VACCINATION_V1[][src]

pub const VACCINATION_V1: &str = "{\n    \"@context\": {\n        \"@version\": 1.1,\n        \"@protected\": true,\n        \"id\": \"@id\",\n        \"type\": \"@type\",\n        \"description\": \"http://schema.org/description\",\n        \"identifier\": \"http://schema.org/identifier\",\n        \"name\": \"http://schema.org/name\",\n        \"image\": \"http://schema.org/image\",\n        \"VaccinationCertificate\": {\n            \"@id\": \"https://w3id.org/vaccination#VaccinationCertificate\",\n            \"@context\": {\n                \"@version\": 1.1,\n                \"@protected\": true,\n                \"id\": \"@id\",\n                \"type\": \"@type\",\n                \"description\": \"http://schema.org/description\",\n                \"identifier\": \"http://schema.org/identifier\",\n                \"name\": \"http://schema.org/name\",\n                \"image\": \"http://schema.org/image\"\n            }\n        },\n        \"VaccinationEvent\": {\n            \"@id\": \"https://w3id.org/vaccination#VaccinationEvent\",\n            \"@context\": {\n                \"@version\": 1.1,\n                \"@protected\": true,\n                \"id\": \"@id\",\n                \"type\": \"@type\",\n                \"administeringCentre\": \"https://w3id.org/vaccination#administeringCentre\",\n                \"batchNumber\": \"https://w3id.org/vaccination#batchNumber\",\n                \"countryOfVaccination\": \"https://w3id.org/vaccination#countryOfVaccination\",\n                \"dateOfVaccination\": {\n                    \"@id\": \"https://w3id.org/vaccination#dateOfVaccination\",\n                    \"@type\": \"http://www.w3.org/2001/XMLSchema#dateTime\"\n                },\n                \"healthProfessional\": \"https://w3id.org/vaccination#healthProfessional\",\n                \"nextVaccinationDate\": {\n                    \"@id\": \"https://w3id.org/vaccination#nextVaccinationDate\",\n                    \"@type\": \"http://www.w3.org/2001/XMLSchema#dateTime\"\n                },\n                \"order\": \"https://w3id.org/vaccination#order\",\n                \"recipient\": {\n                    \"@id\": \"https://w3id.org/vaccination#recipient\",\n                    \"@type\": \"https://w3id.org/vaccination#VaccineRecipient\"\n                },\n                \"vaccine\": {\n                    \"@id\": \"https://w3id.org/vaccination#VaccineEventVaccine\",\n                    \"@type\": \"https://w3id.org/vaccination#Vaccine\"\n                }\n            }\n        },\n        \"VaccineRecipient\": {\n            \"@id\": \"https://w3id.org/vaccination#VaccineRecipient\",\n            \"@context\": {\n                \"@version\": 1.1,\n                \"@protected\": true,\n                \"id\": \"@id\",\n                \"type\": \"@type\",\n                \"birthDate\": {\n                    \"@id\": \"http://schema.org/birthDate\",\n                    \"@type\": \"http://www.w3.org/2001/XMLSchema#dateTime\"\n                },\n                \"familyName\": \"http://schema.org/familyName\",\n                \"gender\": \"http://schema.org/gender\",\n                \"givenName\": \"http://schema.org/givenName\"\n            }\n        },\n        \"Vaccine\": {\n            \"@id\": \"https://w3id.org/vaccination#Vaccine\",\n            \"@context\": {\n                \"@version\": 1.1,\n                \"@protected\": true,\n                \"id\": \"@id\",\n                \"type\": \"@type\",\n                \"atcCode\": \"https://w3id.org/vaccination#atc-code\",\n                \"disease\": \"https://w3id.org/vaccination#disease\",\n                \"event\": {\n                    \"@id\": \"https://w3id.org/vaccination#VaccineRecipientVaccineEvent\",\n                    \"@type\": \"https://w3id.org/vaccination#VaccineEvent\"\n                },\n                \"marketingAuthorizationHolder\": \"https://w3id.org/vaccination#marketingAuthorizationHolder\",\n                \"medicinalProductName\": \"https://w3id.org/vaccination#medicinalProductName\"\n            }\n        }\n    }\n}";