From: Agnibho Mondal Date: Fri, 21 May 2021 08:20:08 +0000 (+0530) Subject: Enhanced nursing note X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=9984637238824989a21dc4f6ee90b014b8d988b4;p=simpleipd.git Enhanced nursing note --- 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"]