/
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

Registration App Configuration
Registration App Configuration
More like this
Introduction to O3 for Developers
Introduction to O3 for Developers
Read with this
XForms Module Patient Registration
XForms Module Patient Registration
More like this
O3 Setup, Configuration & Deployment
O3 Setup, Configuration & Deployment
Read with this
Configure the Patient Chart
Configure the Patient Chart
More like this
Create a Frontend Module
Create a Frontend Module
Read with this