✨ feat (cprj): implement cprj (patient note) functionality
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