/
Configure the Registration App
Configure the Registration App
Here is a simple JSON config pattern you can follow to modify the registration page content / questions.
Sample Config
"@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"
}
]
}
}
Related content
Configure the Patient Chart
Configure the Patient Chart
More like this
Registration App Configuration
Registration App Configuration
More like this
Configure Branding
Configure Branding
Read with this
XForms Module Patient Registration
XForms Module Patient Registration
More like this
Configuring Metadata
Configuring Metadata
Read with this
How To Use Registration Module
How To Use Registration Module
More like this