From 9984637238824989a21dc4f6ee90b014b8d988b4 Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Fri, 21 May 2021 13:50:08 +0530 Subject: [PATCH] Enhanced nursing note --- www/forms/nursing.schema.json | 36 +++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/www/forms/nursing.schema.json b/www/forms/nursing.schema.json index 5f6fe1b..e4871ec 100644 --- a/www/forms/nursing.schema.json +++ b/www/forms/nursing.schema.json @@ -20,20 +20,48 @@ "type": "string" }, "intake": { - "description": "Intake", + "description": "Intake (ml)", "type": "integer" }, "output": { - "description": "Output", + "description": "Output (ml)", + "type": "integer" + }, + "io_duration": { + "description": "Intake Output Duration (hour)", + "type": "integer" + }, + "stool": { + "description": "Times stool passed", "type": "integer" }, "bw": { - "description": "Body Weight", + "description": "Body Weight (kg)", "type": "string" }, "temperature": { - "description": "Temperature", + "description": "Temperature (°F)", + "type": "string" + }, + "cbg": { + "description": "CBG (mg/dl)", + "type": "integer" + }, + "bp": { + "description": "Blood Pressure", "type": "string" + }, + "pr": { + "description": "Pulse", + "type": "integer" + }, + "rr": { + "description": "Respiratory Rate", + "type": "integer" + }, + "spo2": { + "description": "SpO2", + "type": "integer" } }, "required": ["date","time"] -- 2.39.5