]> Softwares of Agnibho - simpleipd.git/commitdiff
Added ventilator note
authorAgnibho Mondal <mondal@agnibho.com>
Fri, 21 May 2021 09:56:45 +0000 (15:26 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Fri, 21 May 2021 09:56:45 +0000 (15:26 +0530)
www/forms/physician.schema.json

index c4c1056843f162168e57d46e55665f75d328bb17..5cf631025b0062cc1b3ed272905090a0d999e248 100644 (file)
         "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"]