fix: use rendering provider from claim form for MassHealth dentist search, default to Mary Scannell, select first office option
This commit is contained in:
@@ -12,7 +12,7 @@ const makeSchema = () => z.object({
|
||||
id: SortOrderSchema.optional(),
|
||||
firstName: SortOrderSchema.optional(),
|
||||
lastName: SortOrderSchema.optional(),
|
||||
dateOfBirth: SortOrderSchema.optional(),
|
||||
dateOfBirth: z.union([SortOrderSchema, z.lazy(() => SortOrderInputObjectSchema)]).optional(),
|
||||
gender: SortOrderSchema.optional(),
|
||||
phone: SortOrderSchema.optional(),
|
||||
email: z.union([SortOrderSchema, z.lazy(() => SortOrderInputObjectSchema)]).optional(),
|
||||
|
||||
Reference in New Issue
Block a user