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.
Vitals Flow Sheet - groupBy:visits | Vitals Flow Sheet - groupBy:obstime | Vitals Flow Sheet - groupBy:encounters |
|---|---|---|
Configuration
Sample Config
Add to clinical/dashboard.json for it to appear on the patient dashboard
"flowsheet": {
"type": "flowSheet",
"title": "Vitals Flow Sheet",
"dashboardConfig": {
"latestCount": "5",
"numberOfVisits": "5",
"groupBy": "visits",
"rowHeading": "Visit Details",
"obsConcepts": [
"Pulse",
"RR",
"Temperature"
]
"labConcepts": [
"RBS",
"FBS"
]
},
"allFlowSheetDetails": {
"latestCount": "10",
"numberOfVisits": "5",
"groupBy": "obstime",
"rowHeading": "Observation Time",
"obsConcepts": [
"Diabetes, Blood Pressure",
"Diabetes, A1C"
],
"labConcepts": [
"RBS",
"FBS"
],
"drugConcepts": [
"Metformin"
]
}
}Key Field Table
Key | Information | Mandatory | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
title | Title to be displayed. | Y | ||||||||||||||||||||||||
dashboardConfig | Parameters of display control on the dashboard.
| Y | ||||||||||||||||||||||||
allFlowSheetDetails | Parameters of control in the expanded view. Elements inside have the same format as elements inside dashboardParams. | N |
On this Page