Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose

Excerpt

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

Image Removed


Vitals Flow Sheet - groupBy:visitsVitals Flow Sheet - groupBy:obstimeVitals Flow Sheet - groupBy:encounters

Image Added

Image Added

Image Added

Configuration

Sample Config

Code Block
languagejs
titleAdd to clinical/dashboard.json for it to appear on the patient dashboard
linenumberstrue
"flowsheet": {
  "type": "flowSheet",
  "title": "DiabetesVitals Flow Sheet",
  "dashboardConfig": {
	"latestCount": "5",
    "numberOfVisits": "5",
    "groupBy": "visits",
	"rowHeading": "Visit Details",
    "obsConcepts": [
		"Pulse",
        "RR"Diabetes,
Blood Pressure",       "Diabetes, A1CTemperature"
    ],
    "labConcepts": [
      "RBS",
      "FBS"
    ]
  },
  "expandedViewConfigallFlowSheetDetails": {
	"latestCount":    "10",
	"numberOfVisits": "105",
    "groupBy": "obstime",
"visits	"rowHeading": "Observation Time",
    "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 the value of observation will be displayed in separate column grouped by observation start time.Y
obsConcepts
Set of Concepts whose observations have to be displayed. The concepts will be listed in the order they are added to the obsConcepts. Y
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
latestCountSpecifies the number of columns for which data has to be displayedN
rowHeadingSpecifies a name (top-left cell) for the header row.N


Y
 expandedViewConfig allFlowSheetDetails

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

N



Tip
titleOn this Page

Table of Contents


Panel
titleColorWhite
titleBGColor#1FA5A0
titleRelated Display Controls

Child pages (Children Display)
alltrue
pageTracking Controls