diff --git a/packages/esm-ugandaemr-app/src/index.ts b/packages/esm-ugandaemr-app/src/index.ts index e4fee0e0..599909fb 100644 --- a/packages/esm-ugandaemr-app/src/index.ts +++ b/packages/esm-ugandaemr-app/src/index.ts @@ -44,9 +44,6 @@ import { vmmcDashboardMeta, } from './dashboard.meta'; import GeneralCounsellingSummary from './views/hiv/hct/general-counselling/general-counselling-summary.component'; -import TreatmentRegimen from './views/hiv/hct/treatment-regimen/treatment-regimen.component'; -import FamilyTrackingSummary from './views/hiv/hct/family-tracking/family-tracking-summary.component'; -import PatientTransfersSummary from './views/hiv/hct/patient-transfers/patient-transfers-summary.component'; import PatientSummaryOverviewList from './views/hiv/hct/patient-summary/patient-summary-summary.component'; import TreatmentSummary from './views/hiv/hct/treatment/treatment-summary.component'; import HivTestingServices from './views/hiv/hps/hts/hiv-testing-services.component'; @@ -158,25 +155,7 @@ export const htsDashboard = getSyncLifecycle(HivTestingServices, { moduleName, }); -export const treatmentRegimenDashboardLink = getSyncLifecycle( - createDashboardLink({ ...treatmentRegimenDashboardMeta, moduleName }), - options, -); - -export const treatmentRegimenDashboard = getSyncLifecycle(TreatmentRegimen, { - featureName: 'treatment-regimen', - moduleName, -}); - -export const familyTrackingDashboardLink = getSyncLifecycle( - createDashboardLink({ ...familyTrackingDashboardMeta, moduleName }), - options, -); -export const familyTrackingDashboard = getSyncLifecycle(FamilyTrackingSummary, { - featureName: 'family-tracking', - moduleName, -}); export const treatmentDashboardLink = getSyncLifecycle( createDashboardLink({ ...treatmentDashboardMeta, moduleName }), @@ -185,15 +164,7 @@ export const treatmentDashboardLink = getSyncLifecycle( export const treatmentDashboard = getSyncLifecycle(TreatmentSummary, { featureName: 'treatment-regimen', moduleName }); -export const patientTranfersDashboardLink = getSyncLifecycle( - createDashboardLink({ ...patientTransfersDashboardMeta, moduleName }), - options, -); -export const patientTransfersDashboard = getSyncLifecycle(PatientTransfersSummary, { - featureName: 'patient-transfers', - moduleName, -}); export const patientSummaryDashboardLink = getSyncLifecycle( createDashboardLink({ ...patientSummaryDashboardMeta, moduleName }), diff --git a/packages/esm-ugandaemr-app/src/routes.json b/packages/esm-ugandaemr-app/src/routes.json index 20dad8a1..cf870a6d 100644 --- a/packages/esm-ugandaemr-app/src/routes.json +++ b/packages/esm-ugandaemr-app/src/routes.json @@ -92,54 +92,9 @@ "slot": "general-counselling-summary-slot", "component": "generalCounsellingDashboard" }, - { - "name": "treatment-regimen", - "slot": "hiv-care-and-treatment-slot", - "component": "treatmentRegimenDashboardLink", - "meta": { - "slot": "treatment-regimen-summary-slot", - "columns": 1, - "path": "treatment-regimen", - "layoutMode": "anchored" - } - }, - { - "name": "treatment-regimen-summary-ext", - "slot": "treatment-regimen-summary-slot", - "component": "treatmentRegimenDashboard" - }, - { - "name": "patient-transfers", - "slot": "hiv-care-and-treatment-slot", - "component": "patientTranfersDashboardLink", - "meta": { - "slot": "patient-transfers-summary-slot", - "columns": 1, - "path": "patient-transfers", - "layoutMode": "anchored" - } - }, - { - "name": "patient-transfers-summary-ext", - "slot": "patient-transfers-summary-slot", - "component": "patientTransfersDashboard" - }, - { - "name": "family-tracking", - "slot": "hiv-care-and-treatment-slot", - "component": "familyTrackingDashboardLink", - "meta": { - "slot": "family-tracking-summary-slot", - "columns": 1, - "path": "family-tracking", - "layoutMode": "anchored" - } - }, - { - "name": "family-tracking-summary-ext", - "slot": "family-tracking-summary-slot", - "component": "familyTrackingDashboard" - }, + + + { "name": "hiv-testing-services", "slot": "hiv-prevention-services-slot", diff --git a/packages/esm-ugandaemr-app/src/views/hiv/hct/family-tracking/family-tracking-config.json b/packages/esm-ugandaemr-app/src/views/hiv/hct/family-tracking/family-tracking-config.json deleted file mode 100644 index f6808629..00000000 --- a/packages/esm-ugandaemr-app/src/views/hiv/hct/family-tracking/family-tracking-config.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "menuId": "familyTracking", - "tabDefinitions": [ - { - "tabName": "Family Member", - "hasFilter": true, - "headerTitle": "Family Member", - "displayText": "Family Member", - "encounterType": "591cba6a-5c5f-11ee-8c99-0242ac120002", - "columns": [ - { - "id": "memberName", - "title": "Member Name", - "concept": "e96d0880-e80e-4088-9787-bb2623fd46af" - }, - { - "id": "memberAge", - "title": "Member Age", - "concept": "4049d989-b99e-440d-8f70-c222aa9fe45c" - }, - { - "id": "memberAgeUnit", - "title": "Member Age", - "concept": "33b18e88-0eb9-48f0-8023-2e90caad4469" - }, - { - "id": "memberRelationship", - "title": "Member Relationship", - "concept": "164352AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - { - "id": "memberStatus", - "title": "Member Status", - "concept": "1f98a7e6-4d0a-4008-a6f7-4ec118f08983" - }, - { - "id": "memberHIVCare", - "title": "HIV Care", - "concept": "1f98a7e6-4d0a-4008-a6f7-4ec118f08983" - }, - { - "id": "memberStatusDate", - "title": "HIV Status Date", - "isDate": true, - "concept": "b7f597e7-39b5-419e-9ec5-de5901fffb52" - }, - { - "id": "memberContact", - "title": "Contact ", - "concept": "159635AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - { - "id": "actions", - "title": "Actions", - "actionOptions": [ - { - "formName": "HMIS ACP HIV 003: HIV CARE ART CARD - Family Tracking Form", - "label": "View Details", - "mode": "view" - }, - { - "formName": "HMIS ACP HIV 003: HIV CARE ART CARD - Family Tracking Form", - "label": "EditForm", - "mode": "edit" - } - ] - } - ], - "launchOptions": { - "displayText": "Add" - }, - "formList": [ - { - "uuid": "f2722150-5c5f-11ee-8c99-0242ac120002", - "name": "HMIS ACP HIV 003: HIV CARE ART CARD - Family Tracking Form" - } - ] - } - ] -} \ No newline at end of file diff --git a/packages/esm-ugandaemr-app/src/views/hiv/hct/family-tracking/family-tracking-summary.component.tsx b/packages/esm-ugandaemr-app/src/views/hiv/hct/family-tracking/family-tracking-summary.component.tsx deleted file mode 100644 index 6479b85e..00000000 --- a/packages/esm-ugandaemr-app/src/views/hiv/hct/family-tracking/family-tracking-summary.component.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react'; -import { useConfig } from '@openmrs/esm-framework'; -import { EncounterListTabsComponent } from '@ohri/openmrs-esm-ohri-commons-lib'; -import familyTrackingConfigSchema from './family-tracking-config.json'; - -interface OverviewListProps { - patientUuid: string; -} - -const FamilyTrackingSummary: React.FC = ({ patientUuid }) => { - const config = useConfig(); - - const tabFilter = (encounter, formName) => { - return encounter?.form?.name === formName; - }; - - return ( - - ); -}; - -export default FamilyTrackingSummary; diff --git a/packages/esm-ugandaemr-app/src/views/hiv/hct/patient-transfers/patient-transfers-config.json b/packages/esm-ugandaemr-app/src/views/hiv/hct/patient-transfers/patient-transfers-config.json deleted file mode 100644 index e62968e9..00000000 --- a/packages/esm-ugandaemr-app/src/views/hiv/hct/patient-transfers/patient-transfers-config.json +++ /dev/null @@ -1,157 +0,0 @@ -{ - "menuId": "patientTransfers", - "tabDefinitions": [ - { - "tabName": "Transfer In", - "hasFilter": true, - "headerTitle": "Transfer In", - "displayText": "Tranfer In", - "encounterType": "3e8354f7-31b3-4862-a52e-ff41a1ee60af", - "columns": [ - { - "id": "transferInDate", - "isDate": true, - "title": "Transfer In Date", - "concept": "f363f153-f659-438b-802f-9cc1828b5fa9" - }, - { - "id": "transferInPlace", - "title": "Transfer In Place", - "concept": "88e07e7c-f7e4-4ccf-8068-b770a3e3957b" - }, - { - "id": "reason", - "title": "Reason", - "concept": "dce0c977-30ab-102d-86b0-7a5022ba4115" - }, - { - "id": "baselineRegimen", - "title": "Baseline Regimen", - "concept": "c3332e8d-2548-4ad6-931d-6855692694a3" - }, - { - "id": "artStartDate", - "isDate": true, - "title": "ART Start Date", - "concept": "ab505422-26d9-41f1-a079-c3d222000440" - }, - { - "id": "currentRegimen", - "title": "Current Regimen", - "concept": "dd2b0b4d-30ab-102d-86b0-7a5022ba4115" - }, - { - "id": "recentVlCopies", - "title": "Most Recent VL Copies/ml", - "concept": "dc8d83e3-30ab-102d-86b0-7a5022ba4115" - }, - { - "id": "actions", - "title": "Actions", - "actionOptions": [ - { - "formName": "HMIS ACP 008: HIV Care ART Patient Transfer In Form", - "label": "View Details", - "mode": "view" - }, - { - "formName": "HMIS ACP 008: HIV Care ART Patient Transfer In Form", - "label": "EditForm", - "mode": "edit" - } - ] - } - ], - "launchOptions": { - "displayText": "Add" - }, - "formList": [ - { - "uuid": "1306e612-3d25-4daa-b1f1-648e20804695", - "name": "HMIS ACP 008: HIV Care ART Patient Transfer In Form" - } - ] - }, - { - "tabName": "Transfer Out", - "hasFilter": true, - "headerTitle": "Transfer Out", - "displayText": "Transfer Out", - "encounterType": "e305d98a-d6a2-45ba-ba2a-682b497ce27c", - "columns": [ - { - "id": "transferOutDate", - "isDate": true, - "title": "Transfer Out Date", - "concept": "fc1b1e96-4afb-423b-87e5-bb80d451c967" - }, - { - "id": "transferOutPlace", - "title": "Transfer Out Place", - "concept": "dce015bb-30ab-102d-86b0-7a5022ba4115" - }, - { - "id": "reason", - "title": "Reason", - "concept": "dce0c977-30ab-102d-86b0-7a5022ba4115" - }, - { - "id": "baselineRegimen", - "title": "Baseline Regimen", - "concept": "c3332e8d-2548-4ad6-931d-6855692694a3" - }, - { - "id": "artStartDate", - "isDate": true, - "title": "ART Start Date", - "concept": "ab505422-26d9-41f1-a079-c3d222000440" - }, - { - "id": "currentRegimen", - "title": "Current Regimen", - "concept": "dd2b0b4d-30ab-102d-86b0-7a5022ba4115" - }, - { - "id": "recentVlCopies", - "title": "Most Recent VL Copies/ml", - "concept": "dc8d83e3-30ab-102d-86b0-7a5022ba4115" - }, - { - "id": "recentCd4", - "title": "Most Recent CD4", - "concept": "dcbcba2c-30ab-102d-86b0-7a5022ba4115" - }, - { - "id": "whoClinicalStage", - "title": "Current WHO Clinical Stage", - "concept": "dcdff274-30ab-102d-86b0-7a5022ba4115" - }, - { - "id": "actions", - "title": "actionsTitle", - "actionOptions": [ - { - "formName": "HMIS ACP 008: HIV Care ART Patient Transfer Out Form", - "label": "View Details", - "mode": "view" - }, - { - "formName": "HMIS ACP 008: HIV Care ART Patient Transfer Out Form", - "label": "EditForm", - "mode": "edit" - } - ] - } - ], - "launchOptions": { - "displayText": "Add" - }, - "formList": [ - { - "uuid": "37be0b17-c62c-4033-90ef-3cbedb7fe0a0s", - "name": "HMIS ACP 008: HIV Care ART Patient Transfer Out Form" - } - ] - } - ] -} \ No newline at end of file diff --git a/packages/esm-ugandaemr-app/src/views/hiv/hct/patient-transfers/patient-transfers-summary.component.tsx b/packages/esm-ugandaemr-app/src/views/hiv/hct/patient-transfers/patient-transfers-summary.component.tsx deleted file mode 100644 index fa6ee749..00000000 --- a/packages/esm-ugandaemr-app/src/views/hiv/hct/patient-transfers/patient-transfers-summary.component.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react'; -import { useConfig } from '@openmrs/esm-framework'; -import { EncounterListTabsComponent } from '@ohri/openmrs-esm-ohri-commons-lib'; -import patientTransfersConfigSchema from './patient-transfers-config.json'; - -interface OverviewListProps { - patientUuid: string; -} - -const PatientTransfersSummary: React.FC = ({ patientUuid }) => { - const config = useConfig(); - - const tabFilter = (encounter, formName) => { - return encounter?.form?.name === formName; - }; - - return ( - - ); -}; - -export default PatientTransfersSummary; diff --git a/packages/esm-ugandaemr-app/src/views/hiv/hct/treatment-regimen/treatment-regimen-config.json b/packages/esm-ugandaemr-app/src/views/hiv/hct/treatment-regimen/treatment-regimen-config.json deleted file mode 100644 index 10de95ba..00000000 --- a/packages/esm-ugandaemr-app/src/views/hiv/hct/treatment-regimen/treatment-regimen-config.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "menuId": "treatmentRegimen", - "tabDefinitions": [ - { - "tabName": "Substitute/Switch Regimen", - "hasFilter": true, - "headerTitle": "Substitute/Switch Regimen", - "displayText": "Substitute/Switch Regimen", - "encounterType": "c11774c1-3b4a-4bdb-a847-6060895e006d", - "columns": [ - { - "id": "previousRegimen", - "title": "Previous Regimen", - "concept": "107bef04-bf05-4f41-9260-b167c1108f7e" - }, - { - "id": "newRegimen", - "title": "New Regimen", - "concept": "dd2b0b4d-30ab-102d-86b0-7a5022ba4115" - }, - { - "id": "regimenChangeType", - "title": "Regimen Change Type", - "concept": "ca5a71aa-05f9-42a0-bf0d-65bcfd08036b" - }, - { - "id": "reason", - "title": "Reason", - "concept": "dce0c977-30ab-102d-86b0-7a5022ba4115" - }, - { - "id": "actions", - "title": "Actions", - "actionOptions": [ - { - "formName": "ART Regimen Change", - "label": "View Details", - "mode": "view" - }, - { - "formName": "ART Regimen Change", - "label": "EditForm", - "mode": "edit" - } - ] - } - ], - "launchOptions": { - "displayText": "Add" - }, - "formList": [ - { - "uuid": "53a3850c-855a-11eb-8dcd-0242ac130003", - "name": "ART Regimen Change" - } - ] - } - ] -} \ No newline at end of file diff --git a/packages/esm-ugandaemr-app/src/views/hiv/hct/treatment-regimen/treatment-regimen.component.tsx b/packages/esm-ugandaemr-app/src/views/hiv/hct/treatment-regimen/treatment-regimen.component.tsx deleted file mode 100644 index 092d6df1..00000000 --- a/packages/esm-ugandaemr-app/src/views/hiv/hct/treatment-regimen/treatment-regimen.component.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import { EncounterListTabsComponent } from '@ohri/openmrs-esm-ohri-commons-lib'; -import { useConfig } from '@openmrs/esm-framework'; -import React from 'react'; -import treatmentRegimenConfigSchema from './treatment-regimen-config.json'; - -interface OverviewListProps { - patientUuid: string; -} - -const TreatmentRegimen: React.FC = ({ patientUuid }) => { - const config = useConfig(); - - const tabFilter = (encounter, formName) => { - return encounter?.form?.name === formName; - }; - - return ( - - ); -}; - -export default TreatmentRegimen; diff --git a/packages/esm-ugandaemr-app/src/views/hiv/hct/treatment/treatment-config.json b/packages/esm-ugandaemr-app/src/views/hiv/hct/treatment/treatment-config.json index 926ec93d..95f08268 100644 --- a/packages/esm-ugandaemr-app/src/views/hiv/hct/treatment/treatment-config.json +++ b/packages/esm-ugandaemr-app/src/views/hiv/hct/treatment/treatment-config.json @@ -185,6 +185,287 @@ "name": "HMIS ACP 002: Viral Load Request Form" } ] + }, + { + "tabName": "Substitute/Switch Regimen", + "hasFilter": true, + "headerTitle": "Substitute/Switch Regimen", + "displayText": "Substitute/Switch Regimen", + "encounterType": "c11774c1-3b4a-4bdb-a847-6060895e006d", + "columns": [ + { + "id": "previousRegimen", + "title": "Previous Regimen", + "concept": "107bef04-bf05-4f41-9260-b167c1108f7e" + }, + { + "id": "newRegimen", + "title": "New Regimen", + "concept": "dd2b0b4d-30ab-102d-86b0-7a5022ba4115" + }, + { + "id": "regimenChangeType", + "title": "Regimen Change Type", + "concept": "ca5a71aa-05f9-42a0-bf0d-65bcfd08036b" + }, + { + "id": "reason", + "title": "Reason", + "concept": "dce0c977-30ab-102d-86b0-7a5022ba4115" + }, + { + "id": "actions", + "title": "Actions", + "actionOptions": [ + { + "formName": "ART Regimen Change", + "label": "View Details", + "mode": "view" + }, + { + "formName": "ART Regimen Change", + "label": "EditForm", + "mode": "edit" + } + ] + } + ], + "launchOptions": { + "displayText": "Add" + }, + "formList": [ + { + "uuid": "53a3850c-855a-11eb-8dcd-0242ac130003", + "name": "ART Regimen Change" + } + ] + }, + { + "tabName": "Family Member", + "hasFilter": true, + "headerTitle": "Family Member", + "displayText": "Family Member", + "encounterType": "591cba6a-5c5f-11ee-8c99-0242ac120002", + "columns": [ + { + "id": "memberName", + "title": "Member Name", + "concept": "e96d0880-e80e-4088-9787-bb2623fd46af" + }, + { + "id": "memberAge", + "title": "Member Age", + "concept": "4049d989-b99e-440d-8f70-c222aa9fe45c" + }, + { + "id": "memberAgeUnit", + "title": "Member Age", + "concept": "33b18e88-0eb9-48f0-8023-2e90caad4469" + }, + { + "id": "memberRelationship", + "title": "Member Relationship", + "concept": "164352AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + { + "id": "memberStatus", + "title": "Member Status", + "concept": "1f98a7e6-4d0a-4008-a6f7-4ec118f08983" + }, + { + "id": "memberHIVCare", + "title": "HIV Care", + "concept": "1f98a7e6-4d0a-4008-a6f7-4ec118f08983" + }, + { + "id": "memberStatusDate", + "title": "HIV Status Date", + "isDate": true, + "concept": "b7f597e7-39b5-419e-9ec5-de5901fffb52" + }, + { + "id": "memberContact", + "title": "Contact ", + "concept": "159635AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + { + "id": "actions", + "title": "Actions", + "actionOptions": [ + { + "formName": "HMIS ACP HIV 003: HIV CARE ART CARD - Family Tracking Form", + "label": "View Details", + "mode": "view" + }, + { + "formName": "HMIS ACP HIV 003: HIV CARE ART CARD - Family Tracking Form", + "label": "EditForm", + "mode": "edit" + } + ] + } + ], + "launchOptions": { + "displayText": "Add" + }, + "formList": [ + { + "uuid": "f2722150-5c5f-11ee-8c99-0242ac120002", + "name": "HMIS ACP HIV 003: HIV CARE ART CARD - Family Tracking Form" + } + ] + },{ + "tabName": "Transfer In", + "hasFilter": true, + "headerTitle": "Transfer In", + "displayText": "Tranfer In", + "encounterType": "3e8354f7-31b3-4862-a52e-ff41a1ee60af", + "columns": [ + { + "id": "transferInDate", + "isDate": true, + "title": "Transfer In Date", + "concept": "f363f153-f659-438b-802f-9cc1828b5fa9" + }, + { + "id": "transferInPlace", + "title": "Transfer In Place", + "concept": "88e07e7c-f7e4-4ccf-8068-b770a3e3957b" + }, + { + "id": "reason", + "title": "Reason", + "concept": "dce0c977-30ab-102d-86b0-7a5022ba4115" + }, + { + "id": "baselineRegimen", + "title": "Baseline Regimen", + "concept": "c3332e8d-2548-4ad6-931d-6855692694a3" + }, + { + "id": "artStartDate", + "isDate": true, + "title": "ART Start Date", + "concept": "ab505422-26d9-41f1-a079-c3d222000440" + }, + { + "id": "currentRegimen", + "title": "Current Regimen", + "concept": "dd2b0b4d-30ab-102d-86b0-7a5022ba4115" + }, + { + "id": "recentVlCopies", + "title": "Most Recent VL Copies/ml", + "concept": "dc8d83e3-30ab-102d-86b0-7a5022ba4115" + }, + { + "id": "actions", + "title": "Actions", + "actionOptions": [ + { + "formName": "HMIS ACP 008: HIV Care ART Patient Transfer In Form", + "label": "View Details", + "mode": "view" + }, + { + "formName": "HMIS ACP 008: HIV Care ART Patient Transfer In Form", + "label": "EditForm", + "mode": "edit" + } + ] + } + ], + "launchOptions": { + "displayText": "Add" + }, + "formList": [ + { + "uuid": "1306e612-3d25-4daa-b1f1-648e20804695", + "name": "HMIS ACP 008: HIV Care ART Patient Transfer In Form" + } + ] + }, + { + "tabName": "Transfer Out", + "hasFilter": true, + "headerTitle": "Transfer Out", + "displayText": "Transfer Out", + "encounterType": "e305d98a-d6a2-45ba-ba2a-682b497ce27c", + "columns": [ + { + "id": "transferOutDate", + "isDate": true, + "title": "Transfer Out Date", + "concept": "fc1b1e96-4afb-423b-87e5-bb80d451c967" + }, + { + "id": "transferOutPlace", + "title": "Transfer Out Place", + "concept": "dce015bb-30ab-102d-86b0-7a5022ba4115" + }, + { + "id": "reason", + "title": "Reason", + "concept": "dce0c977-30ab-102d-86b0-7a5022ba4115" + }, + { + "id": "baselineRegimen", + "title": "Baseline Regimen", + "concept": "c3332e8d-2548-4ad6-931d-6855692694a3" + }, + { + "id": "artStartDate", + "isDate": true, + "title": "ART Start Date", + "concept": "ab505422-26d9-41f1-a079-c3d222000440" + }, + { + "id": "currentRegimen", + "title": "Current Regimen", + "concept": "dd2b0b4d-30ab-102d-86b0-7a5022ba4115" + }, + { + "id": "recentVlCopies", + "title": "Most Recent VL Copies/ml", + "concept": "dc8d83e3-30ab-102d-86b0-7a5022ba4115" + }, + { + "id": "recentCd4", + "title": "Most Recent CD4", + "concept": "dcbcba2c-30ab-102d-86b0-7a5022ba4115" + }, + { + "id": "whoClinicalStage", + "title": "Current WHO Clinical Stage", + "concept": "dcdff274-30ab-102d-86b0-7a5022ba4115" + }, + { + "id": "actions", + "title": "actionsTitle", + "actionOptions": [ + { + "formName": "HMIS ACP 008: HIV Care ART Patient Transfer Out Form", + "label": "View Details", + "mode": "view" + }, + { + "formName": "HMIS ACP 008: HIV Care ART Patient Transfer Out Form", + "label": "EditForm", + "mode": "edit" + } + ] + } + ], + "launchOptions": { + "displayText": "Add" + }, + "formList": [ + { + "uuid": "37be0b17-c62c-4033-90ef-3cbedb7fe0a0s", + "name": "HMIS ACP 008: HIV Care ART Patient Transfer Out Form" + } + ] } + ] } \ No newline at end of file