Last active
May 25, 2023 17:05
-
-
Save samuelmale/30b2d12a165fbba111549116e68b3b45 to your computer and use it in GitHub Desktop.
MSF Tech Assessments
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
<addressConfiguration> | |
<wipe>true</wipe> | |
<addressComponents> | |
<addressComponent> | |
<field>COUNTRY</field> | |
<nameMapping>Location.country</nameMapping> | |
<sizeMapping>40</sizeMapping> | |
<elementDefault>Cambodia</elementDefault> | |
<requiredInHierarchy>true</requiredInHierarchy> | |
</addressComponent> | |
<addressComponent> | |
<field>STATE_PROVINCE</field> | |
<nameMapping>Location.province</nameMapping> | |
<sizeMapping>40</sizeMapping> | |
<requiredInHierarchy>true</requiredInHierarchy> | |
</addressComponent> | |
<addressComponent> | |
<field>COUNTY_DISTRICT</field> | |
<nameMapping>Location.district</nameMapping> | |
<sizeMapping>40</sizeMapping> | |
<requiredInHierarchy>true</requiredInHierarchy> | |
</addressComponent> | |
<addressComponent> | |
<field>ADDRESS_1</field> | |
<nameMapping>impl.commune</nameMapping> | |
<sizeMapping>40</sizeMapping> | |
<requiredInHierarchy>true</requiredInHierarchy> | |
</addressComponent> | |
<addressComponent> | |
<field>CITY_VILLAGE</field> | |
<nameMapping>Location.village</nameMapping> | |
<sizeMapping>40</sizeMapping> | |
<requiredInHierarchy>true</requiredInHierarchy> | |
</addressComponent> | |
</addressComponents> | |
<lineByLineFormat> | |
<string>cityVillage, address1</string> | |
<string>countyDistrict, stateProvince</string> | |
<string>country</string> | |
</lineByLineFormat> | |
<addressHierarchyFile> | |
<filename>addresshierarchy.csv</filename> | |
<entryDelimiter>,</entryDelimiter> | |
<identifierDelimiter>%</identifierDelimiter> | |
</addressHierarchyFile> | |
</addressConfiguration> |
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-registration-app": { | |
"fieldDefinitions": [ | |
{ | |
"id": "referredby", | |
"name": "Referred by", | |
"type": "person attribute", | |
"uuid": "4dd56a75-14ab-4148-8700-1f4f704dc5b0", | |
"answerConceptSetUuid": "6682d17f-0777-45e4-a39b-93f77eb3531c", | |
"validation": { | |
"matches": "" | |
} | |
} | |
], | |
"sectionDefinitions": [ | |
{ | |
"id": "additionalDetails", | |
"name": "Additional Details", | |
"fields": [ | |
"referredby" | |
] | |
} | |
], | |
"sections": [ | |
"demographics", | |
"relationships", | |
"contact", | |
"additionalDetails" | |
], | |
"fieldConfigurations": { | |
"gender": [ | |
{ | |
"id": "male", | |
"value": "Male", | |
"label": "Male" | |
}, | |
{ | |
"id": "female", | |
"value": "Female", | |
"label": "Female" | |
}, | |
{ | |
"id": "other", | |
"value": "Other", | |
"label": "Other" | |
} | |
] | |
} | |
} | |
} |
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-registration-app": { | |
"Translation overrides": { | |
"en": { | |
"relationshipsSection": "Some custom default label", | |
} | |
} | |
} | |
} |
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": { | |
"visitAttributeTypes": [ | |
{ | |
"uuid": "57ea0cbb-064f-4d09-8cf4-e8228700491c", | |
"required": false, | |
"displayInThePatientBanner": true, | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment