@awell-health/awell-extensions 1.0.169 → 1.0.170
Sign up to get free protection for your applications and to get access to all the features.
@@ -55,7 +55,7 @@ exports.labOrderSchema = z
|
|
55
55
|
.object({
|
56
56
|
practice: extensions_core_1.NumericIdSchema,
|
57
57
|
patient: extensions_core_1.NumericIdSchema,
|
58
|
-
document_date: extensions_core_1.
|
58
|
+
document_date: extensions_core_1.DateTimeSchema,
|
59
59
|
ordering_physician: extensions_core_1.NumericIdSchema,
|
60
60
|
vendor: extensions_core_1.NumericIdSchema.optional(),
|
61
61
|
content: jsonParseableContentSchema.refine((data) => contentSchema.safeParse(data).success, {
|