diff --git a/frontend-config/dev/kenyaemr.config.json b/frontend-config/dev/kenyaemr.config.json index 7262b77e..fb3f9941 100644 --- a/frontend-config/dev/kenyaemr.config.json +++ b/frontend-config/dev/kenyaemr.config.json @@ -54,19 +54,24 @@ ], "patientExemptionCategories": [ { - "value": "IN_PRISON", "label": "In Prison" + "value": "IN_PRISON", + "label": "In Prison" }, { - "value": "UNDER_5", "label": "Under 5" + "value": "UNDER_5", + "label": "Under 5" }, { - "value": "CCC", "label": "CCC" + "value": "CCC", + "label": "CCC" }, { - "value": "REFUGEES", "label": "Refugees" + "value": "REFUGEES", + "label": "Refugees" }, { - "value": "ABOVE_60_YRS", "label": "Above 60 years" + "value": "ABOVE_60_YRS", + "label": "Above 60 years" } ] }, @@ -175,6 +180,18 @@ } }, "specialClinics": [ + { + "id": "audiology-clinic", + "title": "Audiology", + "formUuid": "d9f74419-e179-426e-9aff-ec97f334a075", + "encounterTypeUuid": "49da00fd-5b62-437a-a2d4-a28b3d22fa27" + }, + { + "id": "psychiatry-clinic", + "title": "Psychiatry", + "formUuid": "1fbd26f1-0478-437c-be1e-b8468bd03ffa", + "encounterTypeUuid": "49da00fd-5b62-437a-a2d4-a28b3d22fa27" + }, { "id": "renal-clinic", "title": "Renal", @@ -185,7 +202,25 @@ "id": "physiotherapy-clinic", "title": "Physiotherapy", "formUuid": "18c209ac-0787-4b51-b9aa-aa8b1581239c", - "encounterTypeUuid": "465a92f2-baf8-42e9-9612-53064be868e8" + "encounterTypeUuid": "a0ee267f-4555-48d7-9b1b-6d0dadee8506" + }, + { + "id": "gopc-clinic", + "title": "GOPC", + "formUuid": "35ab0825-33af-49e7-ac01-bb0b05753732", + "encounterTypeUuid": "92be533c-35f0-4505-bfbd-95724bea0208" + }, + { + "id": "sopc-clinic", + "title": "SOPC", + "formUuid": "da1f7e74-5371-4997-8a02-b7b9303ddb61", + "encounterTypeUuid": "d14dde5b-95dc-40a1-8ff0-acad34fb58b2" + }, + { + "id": "popc-clinic", + "title": "POPC", + "formUuid": "d95e44dd-e389-42ae-a9b6-1160d8eeebc4", + "encounterTypeUuid": "6f8e49f2-3bff-4aff-909b-20568c316625" }, { "id": "dental-clinic", diff --git a/frontend-config/staging/kenyaemr.config.json b/frontend-config/staging/kenyaemr.config.json index 76efd756..33a441f8 100644 --- a/frontend-config/staging/kenyaemr.config.json +++ b/frontend-config/staging/kenyaemr.config.json @@ -54,19 +54,24 @@ ], "patientExemptionCategories": [ { - "value": "IN_PRISON", "label": "In Prison" + "value": "IN_PRISON", + "label": "In Prison" }, { - "value": "UNDER_5", "label": "Under 5" + "value": "UNDER_5", + "label": "Under 5" }, { - "value": "CCC", "label": "CCC" + "value": "CCC", + "label": "CCC" }, { - "value": "REFUGEES", "label": "Refugees" + "value": "REFUGEES", + "label": "Refugees" }, { - "value": "ABOVE_60_YRS", "label": "Above 60 years" + "value": "ABOVE_60_YRS", + "label": "Above 60 years" } ] }, @@ -175,6 +180,18 @@ } }, "specialClinics": [ + { + "id": "audiology-clinic", + "title": "Audiology", + "formUuid": "d9f74419-e179-426e-9aff-ec97f334a075", + "encounterTypeUuid": "49da00fd-5b62-437a-a2d4-a28b3d22fa27" + }, + { + "id": "psychiatry-clinic", + "title": "Psychiatry", + "formUuid": "1fbd26f1-0478-437c-be1e-b8468bd03ffa", + "encounterTypeUuid": "49da00fd-5b62-437a-a2d4-a28b3d22fa27" + }, { "id": "renal-clinic", "title": "Renal", @@ -185,7 +202,25 @@ "id": "physiotherapy-clinic", "title": "Physiotherapy", "formUuid": "18c209ac-0787-4b51-b9aa-aa8b1581239c", - "encounterTypeUuid": "465a92f2-baf8-42e9-9612-53064be868e8" + "encounterTypeUuid": "a0ee267f-4555-48d7-9b1b-6d0dadee8506" + }, + { + "id": "gopc-clinic", + "title": "GOPC", + "formUuid": "35ab0825-33af-49e7-ac01-bb0b05753732", + "encounterTypeUuid": "92be533c-35f0-4505-bfbd-95724bea0208" + }, + { + "id": "sopc-clinic", + "title": "SOPC", + "formUuid": "da1f7e74-5371-4997-8a02-b7b9303ddb61", + "encounterTypeUuid": "d14dde5b-95dc-40a1-8ff0-acad34fb58b2" + }, + { + "id": "popc-clinic", + "title": "POPC", + "formUuid": "d95e44dd-e389-42ae-a9b6-1160d8eeebc4", + "encounterTypeUuid": "6f8e49f2-3bff-4aff-909b-20568c316625" }, { "id": "dental-clinic",