From 25d8f01b1efdb2471b36f48702905d6a71991fd8 Mon Sep 17 00:00:00 2001 From: Saningo Lekalantula Date: Wed, 17 May 2023 17:14:14 +0300 Subject: [PATCH] POC-275: Add Pediatric form to viremia visit (#1248) Co-authored-by: Kipchumba Bett --- programs/patient-program-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/patient-program-config.json b/programs/patient-program-config.json index 3e21d12ab..1c28551ea 100755 --- a/programs/patient-program-config.json +++ b/programs/patient-program-config.json @@ -4403,7 +4403,7 @@ { "uuid": "8d5b3108-c2cc-11de-8d13-0010c6dffd0f", "display": "PEDSRETURN", - "allowedIf": "screenedForCovidToday && age < 10", + "allowedIf": "screenedForCovidToday && age <= 14", "errors": { "covidError": "To access clinical forms kindly fill Covid 19 Assessment Form" }