Versions Compared
| Version | Old Version 7 | New Version Current |
|---|---|---|
| Changes made by | ||
| Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Comment:
Removed collapsible due to Atlassian bug
Purpose
| Excerpt |
|---|
It helps the clinician to easily view patient information on all the pages in clinical app. It can also be configured to display core patient data like name, identifier, gender, age by default. |
Screenshot
![]()
Configuration
Sample Config
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
"patientContext": {
"programAttributes": [
"Registration Number",
"Registration Facility"
],
"personAttributes": [
"class",
"caste"
],
"additionalPatientIdentifiers": [
"National ID"
],
"preferredIdentifier": "Registration Number"
}, |
Key Field Table
| Key | Info | Mandatory |
|---|---|---|
programAttributes | List of program attributes to be displayed. The names of program attributes have to be specified. | N |
| personAttributes | List of person attributes to be displayed. The names of person attributes have to be specified | N |
| additionalPatientidentifiers | List of additional patient identifiers to be displayed. | N |
preferredIdentifier | It can be the name of either a person attribute or a program attribute. The value of that attribute will be displayed instead of the patient identifier. If configured, that attribute will be removed from the other patient data displayed. If both person and program attributes have the same name, program attribute takes precedence. | N |
| Tip | ||
|---|---|---|
| ||
|
| Panel | ||||||
|---|---|---|---|---|---|---|
| ||||||
|