/
Patient Context Display Control

Patient Context Display Control

Purpose

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

Add to clinical/app.json
"patientContext": {
    "programAttributes": [
        "Registration Number",
        "Registration Facility"
    ],
	"personAttributes": [
		"class",
		"caste"
	],
	"additionalPatientIdentifiers": [
		"National ID"
	],
    "preferredIdentifier": "Registration Number"
},

Key Field Table

KeyInfoMandatory

programAttributes

List of program attributes to be displayed. The names of program attributes have to be specified.

N
personAttributesList of person attributes to be displayed. The names of person attributes have to be specifiedN
additionalPatientidentifiersList 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

Related content

Patient Profile Control
Patient Profile Control
More like this
Configure Patient Dashboard
Configure Patient Dashboard
More like this
extension.json
extension.json
Read with this
Programs Display Control
Programs Display Control
More like this
Roadmap: Call for inputs on priorities/initiatives
Roadmap: Call for inputs on priorities/initiatives
Read with this
Display Controls Configuration (Obsolete) Refer to https://bahmni.atlassian.net/wiki/display/BAH/Display+Controls
Display Controls Configuration (Obsolete) Refer to https://bahmni.atlassian.net/wiki/display/BAH/Display+Controls
More like this

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)