Register new vaccinations bulk
General
This endpoint handles bulk registration of newly performed vaccinations.
Important!
This bulk operation is transactional meaning if validation fails for one vaccination the whole bulk is discarded.
Validation
Se: Validation
Endpoint details
url:
{BASE_URL}/immunizations/bulk(POST)
request body:
- profile: https://simplifier.net/nvr/nvrimmunizationreport
- example: https://simplifier.net/NVR/immunization-report-example/~json
Possible responses
- Success: response code 201
- Validation error(s) - code 400 (bad request)
- Unexpected error - code 500
- Service Unavailable - code 503