Hi,
In recent releases, a functionality for marking conditions is developed. Using this users can mark multiple visits of a patient for single illness as a condition. Doctors at our implementation site are using this feature and also want to see it on the dashboard. The requirement is - Ability to view all condition, segregated by their active and inactive stage.
How can we create this?
Condition display in Dashboard is very much possible. Check the demo environment. You can disable listing conditions in dashboard with configuration
"config": {
"hideConditions": false,
......
}
Check Hiding condition lists on WIKI
Thank you Angshuman, I could set the conditions dashboard display control