FinchContext
Run with

Build Hungarian Medical-Event Record (EESZT egészségügyi esemény)

Skill: Convert a clinical encounter into an EESZT reportable medical event

Region: Hungary (Magyarország) Category: Health care Does: Takes a clinical encounter (examination, treatment, discharge, document) and assembles the medical-event / EHR record (egészségügyi esemény) for electronic submission to the EESZT (Elektronikus Egészségügyi Szolgáltatási Tér) — declaring the service provider, the patient, the event type and time, the relevant diagnosis (BNO) and procedure codes, and any attached health document. Spec: EESZT — medical-event / EHR submission interface (current EESZT version)

Healthcare providers must report medical events (egészségügyi esemény) to EESZT — encounters, examinations, treatments, hospital admissions/discharges, and the associated documents (e.g. discharge summary, lab result) — to build the patient's central health record (EHR). Events are reported per encounter, generally at or shortly after the point of care. Element names below follow the medical-event structure, not a verbatim XSD; the EESZT interface is versioned, so confirm the current release.


When this applies


Structure (medical event → record)

header        event type (vizsgálat / ellátás / felvétel / elbocsátás / dokumentum),
              event timestamp, institution/service-point id, software & interface version
patient       TAJ (9-digit) or substitute id, name, birth data
clinical      diagnosis code(s) (BNO / ICD), procedure/intervention codes,
              department, attending physician (pecsétszám)
document      attached health document(s) (type, identifier, content reference)
result        EESZT event identifier

Data rules


Worked example (outline)

header:   type=ambuláns ellátás, time=2026-06-04T10:30, institution=<ID>, version=<current>
patient:  TAJ=123456789, Kiss Anna
clinical: BNO=<kód>, procedure=<kód>, attending pecsétszám=12345
document: zárójelentés/ambuláns lap linked
result:   EESZT event id=<assigned>

The event and its document are recorded in EESZT and become part of the patient's central EHR, readable subject to consent rules.


Validation checklist


Last updated: 2026-06-04 — confirm the current schema/version, identifiers, rounding, and deadline against current authority (eeszt / e-egeszsegugy.gov.hu) guidance before use.