Skip to content

Veona Register

import { Steps } from ‘@astrojs/starlight/components’;

Veona Register is the front-desk patient registry. It captures a patient through a seven-step wizard and, on completion, mints a UHID (Unique Health ID — Veona’s lifelong patient identifier, formatted VNA-…). It also backs the master patient index: finding existing patients, detecting and merging duplicate records, and grouping dependents into households.

Who uses it: front_desk and intake_admin create and update registrations (they hold register.write / register.manage). queue_operator, scheduler, clinician, and nurse hold read-only register.read so they can resolve a patient without editing the record.

Register is included in every edition — Health Centre, Hospital, Network, and Public Health. It is the standalone foundation other modules depend on.

The Veona Register tabs, as the app names them:

  • Dashboard — registration desk landing
  • OPD Board — outpatient board
  • Find Patient — search the master index
  • New Registration — the registration wizard
  • Households — family / dependent grouping
  • Registration Fee — registration charge capture
  • Duplicates — duplicate detection and merge
  • Reports
  • Settings

The wizard at New Registration has seven steps: Demographics, Contact, Payer, Next of kin, Clinical, Consent, Review.

  1. From Dashboard (or Find Patient), select Register patient to open New Registration.

  2. On step 1 · Identity & demographics, enter the required fields — Surname, First name, Date of birth, Sex — plus any optional demographics.

  3. Select Continue to move through 2 · Contact & address, 3 · Payer & insurance (pick a scheme from the Search the insurer / HMO directory picker for non-self-pay), 4 · Next of kin & emergency contact, 5 · Clinical baseline, and 6 · Consent & documents.

  4. On step 7 · Review & assign UHID, check the summary and select Assign UHID & save. The patient is created and the UHID is shown.

  1. Open Find Patient.

  2. Type into the Search by name, UHID, or phone box.

  3. On a result row, select Open to open the patient profile, or Card to print a registration card. Use Print cards / Export for a selected set.

  1. Open Duplicates.

  2. Select Run scan to refresh the duplicate-candidate list, or filter the existing Open candidates.

  3. Open a candidate pair, choose which record to keep, and confirm the merge. The other record becomes an alias of the survivor.

  4. If a pair is not a duplicate, Dismiss it instead.

  1. Open Households.

  2. In Register a household, name the household and pick the Head of household from the patient picker (a registered patient, not free text).

  3. Select Create household.

  4. Add dependents to the household from the add-member form on the household row.