diff --git a/packages/esm-ugandaemr-app/src/ugandaemr-configuration-overrrides.json b/packages/esm-ugandaemr-app/src/ugandaemr-configuration-overrrides.json index ee6347b6..17b7bbba 100644 --- a/packages/esm-ugandaemr-app/src/ugandaemr-configuration-overrrides.json +++ b/packages/esm-ugandaemr-app/src/ugandaemr-configuration-overrrides.json @@ -333,6 +333,7 @@ "demographics", "contact", "custom", + "directResidence", "relationships", "nextOfKin" ], @@ -349,6 +350,13 @@ "specialCategories" ] }, + { + "id": "custom", + "name": "contact", + "fields": [ + "directionsToResidence" + ] + }, { "id": "nextOfKin", "name": "Next of Kin Details", @@ -356,6 +364,13 @@ "nextOfKinName", "nextOfkinPhone" ] + }, + { + "id": "directResidence", + "name": "Directions to Residence", + "fields": [ + "directionsToResidence" + ] } ], "fieldDefinitions": [{ @@ -506,6 +521,12 @@ "matches": "^0([0-9](?:(?:[0-9][0-9])|(?:0[0-8])|(4[0-1]))[0-9]{6})$" } }, + { + "id": "directionsToResidence", + "type": "obs", + "uuid": "dce122f3-30ab-102d-86b0-7a5022ba4115", + "label": "Address where a specific individual can be found or contacted" + }, { "id": "alternativePhone", "type": "person attribute",