Merge branch 'dev' of https://github.com/dikstub-rssa/simrs-fe into feat/encounter-adjustment-163
This commit is contained in:
No files matched your search
@@ -179,6 +179,14 @@ const InstructionSchema = z.object({
|
||||
other: z.string().default(''),
|
||||
})
|
||||
|
||||
export const CprjSoapiSchema = z.object({
|
||||
subjective: z.string().default(''),
|
||||
objective: z.string().default(''),
|
||||
assesment: z.string().default(''),
|
||||
plan: z.string().default(''),
|
||||
review: z.string().default(''),
|
||||
})
|
||||
|
||||
export const SoapSchema = z.object({
|
||||
subject: SubjectSchema,
|
||||
object: ObjectSchema,
|
||||
|
||||
Reference in New Issue
Block a user