CreateVaccinationDto
vaccineNamestringrequired
Example:
Інфанрикс ГексаdoseLabelstring
Доза/серія
Example:
V1administeredAtstringrequired
Дата введення (ISO date)
nextDueAtstring
Дата наступної дози (ISO date)
manufacturerstring
Example:
GSKbatchNumberstring
Серія/партія
notestring
CreateVaccinationDto
{
"vaccineName": "Інфанрикс Гекса",
"doseLabel": "V1",
"administeredAt": "string",
"nextDueAt": "string",
"manufacturer": "GSK",
"batchNumber": "string",
"note": "string"
}