...
"defaults" - This section holds the default attributes to be populated in Registration Page for the Patient Attributes . Default datatypes can be applied to any type of Patient Attributes. For example:-concept, string, integer, boolean.
Configuring mandatory patient attributes
We can configure the patient attributes as mandatory by adding the following configuration under config in registration/app.jsonĀ
Code Block | ||||
---|---|---|---|---|
| ||||
"mandatoryPersonAttributes": ["isUrban", "distanceFromCenter"] |
Configuring Display Order of Sections in Registration
...