From 2f20bb3228e1934bd85c12060081438f5e538099 Mon Sep 17 00:00:00 2001
From: aman-icap <atg2156@cumc.columbia.edu>
Date: Mon, 25 Dec 2023 11:19:08 +0300
Subject: [PATCH] (chore) minor improvements to pmtct child forms

---
 .../child/pmtct-child-final-outcome.json      | 97 +++++++++++--------
 ...ion.json => pmtct-child-immunization.json} |  0
 2 files changed, 56 insertions(+), 41 deletions(-)
 rename src/forms/pmtct/child/{pmtct-immunization.json => pmtct-child-immunization.json} (100%)

diff --git a/src/forms/pmtct/child/pmtct-child-final-outcome.json b/src/forms/pmtct/child/pmtct-child-final-outcome.json
index 90f1f1d1..0256bd16 100644
--- a/src/forms/pmtct/child/pmtct-child-final-outcome.json
+++ b/src/forms/pmtct/child/pmtct-child-final-outcome.json
@@ -1,43 +1,58 @@
 {
-    "name": "PMTCT Child Final Outcome",
-    "pages": [
-      {
-        "label": "Final Outcome",
-        "sections": [
-          {
-            "label": "Final Outcome",
-            "isExpanded": "true",
-            "questions": [
-              {
-                "label": "Final Outcome",
-                "type": "obs",
-                "required": false,
-                "id": "finalOutcome",
-                "questionOptions": {
-                  "rendering": "radio",
-                  "concept": "413b265c-87ef-4988-a7bc-1bfc6b5e5528",
-                  "conceptMappings": [],
-                  "answers": [
-                    {
-                      "concept": "4de0ba18-205b-4df9-be26-bdd08d964e6a",
-                      "label": "Started ART in other health facility"
-                    },
-                    {
-                      "concept": "4680464a-47ba-4b9c-bd62-ec228c2c1822",
-                      "label": "Confirmed referral"
-                    }
-                  ]
-                },
-                "validators": []
+  "name": "PMTCT Child Final Outcome",
+  "pages": [
+    {
+      "label": "Final Outcome",
+      "sections": [
+        {
+          "label": "Final Outcome",
+          "isExpanded": "true",
+          "questions": [
+            {
+              "label": "Final Outcome",
+              "type": "obs",
+              "required": false,
+              "id": "finalOutcome",
+              "questionOptions": {
+                "rendering": "radio",
+                "concept": "2171d944-a027-417f-a0af-f9c4a88a5ffe",
+                "conceptMappings": [],
+                "answers": [
+                  {
+                    "concept": "4a00b6e5-8ea1-4d8b-ba40-0b204bf69c01",
+                    "label": "Still on BF/Exposed"
+                  },
+                  {
+                    "concept": "34a4c62c-4c5c-4e4b-bc13-f68e07eea076",
+                    "label": "Lost to Follow-up"
+                  },
+                  {
+                    "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
+                    "label": "Negative"
+                  },
+                  {
+                    "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
+                    "label": "Positive"
+                  },
+                  {
+                    "concept": "80782b25-98a1-4920-a676-a039908f3ed1",
+                    "label": "TO"
+                  },
+                  {
+                    "concept": "160034AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
+                    "label": "Died"
+                  }
+                ]
               }
-            ]
-          }
-        ]
-      }
-    ],
-    "processor": "EncounterFormProcessor",
-    "encounterType": "",
-    "referencedForms": [],
-    "uuid": "",
-    "description": "PMTCT Child Final Outcome"
-  }
\ No newline at end of file
+            }
+          ]
+        }
+      ]
+    }
+  ],
+  "processor": "EncounterFormProcessor",
+  "encounterType": "",
+  "referencedForms": [],
+  "uuid": "",
+  "description": "PMTCT Child Final Outcome"
+}
\ No newline at end of file
diff --git a/src/forms/pmtct/child/pmtct-immunization.json b/src/forms/pmtct/child/pmtct-child-immunization.json
similarity index 100%
rename from src/forms/pmtct/child/pmtct-immunization.json
rename to src/forms/pmtct/child/pmtct-child-immunization.json