Created
June 6, 2023 12:43
-
-
Save samuelmale/fde09a8ab5f49f86cb4431417eb8a36d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@openmrs/esm-patient-chart-app": { | |
"extensionSlots": { | |
"patient-chart-dashboard-slot": { | |
"remove": [ | |
"charts-summary-dashboard", | |
"immunization-summary-dashboard", | |
"medications-summary-dashboard", | |
"encounters-summary-dashboard", | |
"appointments-summary-dashboard", | |
"forms-summary-dashboard", | |
"test-results-summary-dashboard", | |
"conditions-summary-dashboard", | |
"results-summary-dashboard", | |
"programs-summary-dashboard", | |
"allergies-summary-dashboard", | |
"attachments-results-summary-dashboard", | |
"drug-orders-summary-dashboard", | |
"offline-tools-patient-chart-actions-dashboard-link" | |
] | |
} | |
}, | |
"notesConceptUuids": ["161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "437d1e25-e7ab-481c-aabc-01f21c6cdef1"] | |
}, | |
"@openmrs/esm-patient-banner-app": { | |
"extensionSlots": { | |
"patient-actions-slot": { | |
"remove": [ | |
"add-patient-to-patient-list-button" | |
] | |
} | |
}, | |
"excludePatientIdentifierCodeTypes": { | |
"uuids": ["05a29f94-c0ed-11e2-94be-8c13b969e334"] | |
} | |
}, | |
"@openmrs/esm-patient-registration-app": { | |
"Translation overrides": { | |
"en": { | |
"relationshipsSection": "Next of Kin", | |
"relationshipPlaceholder": "Next of Kin", | |
"relationship": "Relationship type", | |
"addRelationshipButtonText": "Add Next of Kin", | |
"searchAddress": "Search Country - District", | |
"region": "Region" | |
} | |
}, | |
"fieldDefinitions": [ | |
{ | |
"id": "nextOfKinName", | |
"label": "Next of Kin", | |
"type": "person attribute", | |
"uuid": "dc0cf7a8-dede-4c3d-9db4-730900aedd1a", | |
"showHeading": false, | |
"validation": { | |
"required": true | |
} | |
} | |
], | |
"sections": ["demographics", "contact", "relationships", "Heroes"], | |
"sectionDefinitions": [ | |
{ "id": "contact", "name": "Contacts", "fields": ["phone", "nextOfKinName"] }, | |
{"id": "Heroes", "name": "Hero", "fields":[]} | |
] | |
}, | |
"@openmrs/esm-styleguide": { | |
"Brand color #1": "#1A3054", | |
"Brand color #2": "#131E35", | |
"Brand color #3": "#0078A6" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment