FinchContext
Run with

Build Hungarian e-Prescription Event (EESZT eRecept record)

Skill: Convert a prescription into an eRecept event recorded in EESZT

Region: Hungary (Magyarország) Category: Health care Does: Takes a prescriber's medication order and assembles the eRecept / eVény prescription-event record for electronic submission to the EESZT (Elektronikus Egészségügyi Szolgáltatási Tér) — declaring the prescriber, the patient, the prescribed product (with subsidy basis), dosage, and the resulting prescription identifier used at dispensing. Spec: EESZT — eRecept / eVény event interface (current EESZT version)

EESZT is Hungary's central e-health space; prescriptions are written as electronic prescription events (eRecept / eVény) recorded centrally rather than only on paper. The pharmacy later retrieves and dispenses against the EESZT record, and a dispensing event (kiadás) is recorded back. Records are created per prescription at the point of care. Element names below follow the eRecept event structure, not a verbatim XSD; the EESZT interface is versioned, so confirm the current release.


When this applies


Structure (eRecept event → record)

header        event type (felírás / módosítás / visszavonás), EESZT identifiers,
              software / institution identification, interface version
prescriber    physician seal/identifier (pecsétszám), institution, service point
patient       TAJ (9-digit) or other identification, name, birth data
product       medicinal product code (e.g. TTT / brand), quantity/package,
              dosage instructions, subsidy/reimbursement basis (jogcím)
result        EESZT prescription identifier (event id) for later dispensing

Data rules


Worked example (outline)

header:    type=felírás, version=<current>
prescriber: pecsétszám=12345, institution=<ID>
patient:   TAJ=123456789, Kiss Anna
product:   TTT=<kód>, 1 package, dosage 1×1 daily, jogcím=<támogatási kód>
result:    EESZT event id=<assigned>

The event is recorded in EESZT; the pharmacy retrieves it by the event id, dispenses, and writes back a dispensing (kiadás) event.


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.