From d0751fe71f56ed9df0507321ad6c0aa211a735eb Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Tue, 25 May 2021 19:29:28 +0530 Subject: [PATCH] Minor --- www/forms/physician.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/forms/physician.schema.json b/www/forms/physician.schema.json index 5cf6310..0730e1b 100644 --- a/www/forms/physician.schema.json +++ b/www/forms/physician.schema.json @@ -42,7 +42,7 @@ "o2_device": { "description": "O2 Delivery Device", "type": "string", - "enum": ["nasal_cannula", "face_mask", "nrbm", "hfnc", "cpap", "bipap", "mv", "other"] + "enum": ["no_supplemental_o2", "nasal_cannula", "face_mask", "nrbm", "hfnc", "cpap", "bipap", "mv", "other"] }, "o2_flow": { "description": "O2 Flow Requirement (L/min)", -- 2.39.5