Overview

Frontend implementation of Lab Forms across livehealth-frontend (admin web app) and crelio-app (patient portal).

👤 Ritu Kataria📅 Updated: Mar 13, 2026🏷️ feature

Lab Forms — Frontend

The Lab Forms frontend is split across two repositories, each covering a distinct user audience:

RepositoryAudiencePrimary Use Cases
livehealth-frontendLab staff, billing operators, admin usersAdmin configuration, AOE capture during billing, consent management, history and values viewing
crelio-app (patient-ui)PatientsConsent form submission, AOE capture in CRM patient context

livehealth-frontend

The main web application for lab operations. Covers all three Lab Forms lifecycle phases: Configure, Capture, and View/Edit.


crelio-app (Patient UI)

The patient-facing portal at static/patient-ui/src/. Renders Lab Forms (Consent, AOE) from backend JSON config. The same rendering pipeline is shared across all form types.

On this page