diff --git a/routes/~_dashboard/~patients/PatientForm.tsx b/routes/~_dashboard/~patients/PatientForm.tsx index 9aff660..7e56f3c 100644 --- a/routes/~_dashboard/~patients/PatientForm.tsx +++ b/routes/~_dashboard/~patients/PatientForm.tsx @@ -134,7 +134,12 @@ export const PatientForm = ({ control={form.control} name="providerName" label="Provider name" - tooltip={'Displayed under "Provider" in Health Report'} + tooltip={ +
+ Displayed as "Provider" of the Health Report.
+ If "Provider name" is not set, assigned clinician will be shown. +
+ } render={({ field }) => } />