fix: use rendering provider from claim form for MassHealth dentist search, default to Mary Scannell, select first office option
This commit is contained in:
@@ -35,4 +35,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.PatientStatusSchema = void 0;
|
||||
const z = __importStar(require("zod"));
|
||||
exports.PatientStatusSchema = z.enum(['ACTIVE', 'INACTIVE', 'UNKNOWN']);
|
||||
exports.PatientStatusSchema = z.enum(['ACTIVE', 'INACTIVE', 'UNKNOWN', 'PLAN_NOT_ACCEPTED']);
|
||||
|
||||
Reference in New Issue
Block a user