From: Agnibho Mondal Date: Fri, 21 May 2021 09:56:45 +0000 (+0530) Subject: Added ventilator note X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=9c1a4b53f62ea8e203c0c7a2a3ed968460215857;p=simpleipd.git Added ventilator note --- diff --git a/www/forms/physician.schema.json b/www/forms/physician.schema.json index c4c1056..5cf6310 100644 --- a/www/forms/physician.schema.json +++ b/www/forms/physician.schema.json @@ -38,6 +38,47 @@ "chest": { "description": "Chest Findings", "type": "string" + }, + "o2_device": { + "description": "O2 Delivery Device", + "type": "string", + "enum": ["nasal_cannula", "face_mask", "nrbm", "hfnc", "cpap", "bipap", "mv", "other"] + }, + "o2_flow": { + "description": "O2 Flow Requirement (L/min)", + "type": "integer" + }, + "bipap_ipap": { + "description": "BIPAP IPAP", + "type": "integer" + }, + "bipap_epap":{ + "description": "BIPAP EPAP", + "type": "integer" + }, + "fi02": { + "description": "FiO2", + "type": "integer" + }, + "mv_mode": { + "description": "Mechanical Ventillator Mode", + "type": "string" + }, + "mv_tv": { + "description": "MV Tidal Volume", + "type": "integer" + }, + "mv_peep": { + "description": "MV PEEP", + "type": "integer" + }, + "mv_ppeak": { + "description": "MV P-Peak", + "type": "integer" + }, + "mv_pplateau": { + "description": "MV P-Plateau", + "type": "integer" } }, "required": ["date","time"]