FinchContext
Run with

Build Czech Health-Insurance Bulk Notification (HOZ XML)

Skill: Convert employee enrol/de-enrol events into a bulk employer notification

Region: Czech Republic (Česká republika) Category: Health insurance — Zdravotní pojištění (HOZ) Does: Takes a batch of employee health-insurance events and assembles the HOZ (Hromadné oznámení zaměstnavatele) XML — the employer's notification of enrolments, de-enrolments and changes — submitted to each relevant health-insurance company (zdravotní pojišťovna: VZP, ČPZP, OZP, …). Spec: Health-insurer HOZ XML + XSD (electronic-only from 2026)

Czech public health insurance requires the employer to notify each insurer of every start of employment, end of employment, and certain status changes for its employees, using coded events on the Hromadné oznámení zaměstnavatele (HOZ). The HOZ is the companion to the monthly PPPZ premium summary and shares the insurers' common XSD. From 2026 these notifications are electronic-only. Element names below follow the HOZ form, not a verbatim XSD.


When this applies


Structure (HOZ → XML)

Header        health insurer code, employer ID (IČO) + insurer-assigned payer number, date
Notification line(s) — one per event:
   kód         event code: "P" nástup (enrol), "K" ukončení (de-enrol),
               plus change codes (foreign worker, no-min-base reason, etc.)
   rodné číslo employee birth number (or foreign identifier)
   jméno       name, date of birth
   datum       date the event takes effect
   kategorie   category / reason code where required (e.g. state-insured, exemption)
Declaration   submitter, date

Data rules


Worked example (one insurer, outline)

Header: insurer=VZP (111), IČO=12345678, payer no.=..., date 2026-01-08
Line 1: kód=P, RČ=8001011234, Jan Novák, datum 2026-01-01 (nástup)
Line 2: kód=K, RČ=7505052345, Eva Dvořáková, datum 2025-12-31 (ukončení)

Emitted as a HOZ XML to VZP; separate HOZ files go to any other insurers covering employees.


Validation checklist


Last updated: 2026-06-04 — confirm the current HOZ XSD, event/category codes, notification deadline, and the electronic-only requirement against the relevant zdravotní pojišťovna and VZP guidance before use.