fix: use rendering provider from claim form for MassHealth dentist search, default to Mary Scannell, select first office option
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as z from 'zod';
|
||||
|
||||
export const PatientStatusSchema = z.enum(['ACTIVE', 'INACTIVE', 'UNKNOWN'])
|
||||
export const PatientStatusSchema = z.enum(['ACTIVE', 'INACTIVE', 'UNKNOWN', 'PLAN_NOT_ACCEPTED'])
|
||||
|
||||
export type PatientStatus = z.infer<typeof PatientStatusSchema>;
|
||||
Reference in New Issue
Block a user