Skip to content

Commit

Permalink
Update encounter type uuids and identifier type uuids
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau committed Jul 2, 2024
1 parent 22715e6 commit 3fe5952
Showing 1 changed file with 46 additions and 38 deletions.
84 changes: 46 additions & 38 deletions frontend/ohri-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
]
},
"action-menu-chart-items-slot": {
"remove": ["visit-note-nav-button", "order-basket-action-menu"]
"remove": [
"visit-note-nav-button",
"clinical-form-action-menu",
"order-basket-action-menu"
]
},
"action-menu-non-chart-items-slot": {
"remove": ["patient-list-action-menu"]
Expand All @@ -33,6 +37,23 @@
"src": "namibia_ohri_logo_darkbg.png"
}
},
"@ohri/openmrs-esm-ohri-core-app": {
"extensionSlots": {
"dashboard-links-slot": {
"remove": [
"appointments-ohri-dashboard-ext",
"dispensing-ohri-dashboard-ext",
"service-queues-ohri-dashboard-ext"
]
},
"ohri-dashboard-appointments-slot": {
"add": ["clinical-appointments-dashboard"]
},
"ohri-dashboard-dispensing-slot": {
"add": ["dispensing-dashboard"]
}
}
},
"@openmrs/esm-patient-banner-app": {
"extensionSlots": {
"patient-actions-slot": {
Expand All @@ -50,16 +71,6 @@
}
},
"@openmrs/esm-patient-registration-app": {
"Translation overrides": {
"en": {
"relationshipsSection": "Create relationship",
"relationshipPlaceholder": "Create relationship",
"relationship": "Relationship type",
"addRelationshipButtonText": "Create relationship",
"searchAddress": "Search Country - District",
"region": "Region"
}
},
"fieldConfigurations": {
"address": {
"useAddressHierarchy": {
Expand Down Expand Up @@ -106,7 +117,17 @@
"id": "relationships",
"name": "Create relationship"
}
]
],
"Translation overrides": {
"en": {
"relationshipsSection": "Create relationship",
"relationshipPlaceholder": "Create relationship",
"relationship": "Relationship type",
"addRelationshipButtonText": "Create relationship",
"searchAddress": "Search Country - District",
"region": "Region"
}
}
},
"@openmrs/esm-styleguide": {
"Brand color #1": "#1A3054",
Expand All @@ -131,37 +152,24 @@
"en": {
"poweredBy": "PTracker Version 1.5 Powered by"
}
}
},
"partnerLogos": [
"ohri_logo_light.svg"
]
},
"@ohri/openmrs-esm-ohri-pmtct-app": {
"@ohri/openmrs-esm-ohri-pmtct": {
"identifiers": {
"preferredIdentifierSource": "691eed12-c0f1-11e2-94be-8c13b969e334"
},
"formUuids": {
"antenatal": "5255a535-2acb-3f44-bd0a-3f80595dece1",
"labourAndDelivery": "60252155-f40d-3084-9d8e-5b7c8fafc68a",
"motherPostnatal": "2105c8ae-1935-375c-a7cc-e2ca04c8f6be",
"infantPostnatal": "120048e5-4122-3c6d-8f77-c79e75b7b3fc"
},
"encounterTypes": {
"antenatal": "2549af50-75c8-4aeb-87ca-4bb2cef6c69a",
"laborAndDelivery": "2678423c-0523-4d76-b0da-18177b439eed",
"infantPostnatal": "af1f1b24-d2e8-4282-b308-0bf79b365584",
"motherPostnatal": "269bcc7f-04f8-4ddc-883d-7a3a0d569aad"
}
},
"@openmrs/esm-home-app": {
"extensionSlots": {
"homepage-dashboard-slot": {
"remove": [
"ohri-home-programs-text",
"patient-lists-dashboard-link",
"home-widget-db-link",
"clinical-appointments-dashboard-link",
"dispensing-dashboard-link",
"service-queues-dashboard-link"
]
}
"antenatalEncounterType": "2549af50-75c8-4aeb-87ca-4bb2cef6c69a",
"laborAndDeliveryEncounterType": "2678423c-0523-4d76-b0da-18177b439eed",
"infantPostnatalEncounterType": "af1f1b24-d2e8-4282-b308-0bf79b365584",
"motherPostnatalEncounterType": "269bcc7f-04f8-4ddc-883d-7a3a0d569aad"
},
"identifiersTypes": {
"ptrackerIdentifierType": "4da0a3fe-e546-463f-81fa-084f098ff06c",
"artUniqueNumberType": "9d6d1eec-2cd6-4637-a981-4a46b4b8b41f"
}
}
}

0 comments on commit 3fe5952

Please sign in to comment.