Flowsheet Control

Purpose

It is a tabular control for showing Observations, Lab Tests and Drugs/Prescriptions (for configured concepts) across time, grouped by Visit or Encounter for a particular patient.The Flow Sheet Control documented here is different from the Patient Monitoring Flowsheet control.

Screenshot

Configuration

Sample Config

Add to clinical/dashboard.json for it to appear on the patient dashboard
"flowsheet": {
  "type": "flowSheet",
  "title": "Diabetes Flow Sheet",
  "dashboardConfig": {
    "numberOfVisits": "5",
    "groupBy": "visits",
    "obsConcepts": [
      "Diabetes, Blood Pressure",
      "Diabetes, A1C"
    ],
    "labConcepts": [
      "RBS",
      "FBS"
    ]
  },
  "expandedViewConfig": {
    "numberOfVisits": "10",
    "groupBy": "visits",
    "obsConcepts": [
      "Diabetes, Blood Pressure",
      "Diabetes, A1C"
    ],
    "labConcepts": [
      "RBS",
      "FBS"
    ],
	"drugConcepts": [
		"Metformin"
	]
  }
}

Key Field Table

KeyInformationMandatory
titleTitle to be displayed.Y

dashboardConfig

Parameters of display control on the dashboard.

KeyInformationMandatory
numberOfVisits
Specifies the number of visits for which data has to be displayedN
groupBy
Can be encounters/visits/obstime.. If grouped by the encounter, then the data is displayed per encounter in the flowsheet. If grouped by the visit, then the latest value of the observations in each visit is displayed in the flowsheet.If grouped by obstime then the Y
obsConcepts
Set of Concepts whose observations have to be displayedY
labConcepts
Set of Concepts of lab tests whose results have to be displayed.Y
drugConcepts
Set of Concepts of drugs whose drug orders or prescriptions against the configured concepts have to be displayed.Y
Y
 expandedViewConfig

Parameters of control in the expanded view. Elements inside have the same format as elements inside dashboardParams.

N

On this Page

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