feat/role-check: wip
This commit is contained in:
No files matched your search
@@ -18,12 +18,15 @@ const ERROR_MESSAGES = {
|
||||
|
||||
const ACCEPTED_UPLOAD_TYPES = ['image/jpeg', 'image/png', 'application/pdf']
|
||||
const isValidationSep = false
|
||||
// const encounterPatientShcema = z.object({
|
||||
// })
|
||||
|
||||
const IntegrationEncounterSchema = z
|
||||
.object({
|
||||
// Patient data (readonly, populated from selected patient)
|
||||
patientSource: z.string().optional(),
|
||||
patientName: z.string().optional(),
|
||||
nationalIdentity: z.string().optional(),
|
||||
residentIdentiyNumber: z.string().optional(),
|
||||
medicalRecordNumber: z.string().optional(),
|
||||
|
||||
// Visit data
|
||||
|
||||
Reference in New Issue
Block a user