Featured add: 2.6
...
key | required | default | description |
---|---|---|---|
concepts | required | Comma delimited list of Concept numeric id, uuid, or mapping of the concepts whose observations are to be shown | |
maxRecords | required | 4 | The maximum number of encounters to be shown |
maxAge | optional | The maximum age of most recent obs for each of the items in the concept list Numeric integer with a suffix for example: | |
encounterType | optional | null | Filters encounters by encounter type |
encounterTypes | optional | Introduced with Coreapps v1.29.0. Comma delimited list of Encounter Types. Filters Observations of the same concept from multiple encounters. | |
showEncounterTypeName | optional | false | Introduced with Coreapps v1.29.0. Can be used with/without 'encounterTypes' attributeparameter/key. Specifies whether to display name of Encounter/Encounter-type (the name could be a message property for i18n) for which observations belong on an entry/row. |
detailsUrl | optional | null | Provides the option to navigate to a page that contains more detailed information |
useConceptShortName | optional | null | If set to true, the widget would display the concept SHORT name for the coded obs. By default, the obs.value.display is displayed |
headers | optional | null | A list of custom column headers. e.g. "zl.date,mirebalais.vitals.short.heartRate.title,mirebalais.vitals.short.temperature.title" |
...
Note: As of Coreapps v1.29.0, the the column containing the date (Encounter) was changed to 'Date' and that the actual 'Encounter' column is configurable by the 'showEncounterTypeName' config parameter to display the observations associated Encounter/Encounter-type name associated with the observations.
Anchor | ||||
---|---|---|---|---|
|
...
- obsgroup table
- Similar to the obsaccrossencounters but for obsgroups. Should allow for multiple obs within an obsgroup.
- Use case: A list of medications dispensed with encounter date, medication name, and frequency
- Graphs
- Graphs with log scale
- Use case: Viral load scale could vary from non-detectable to 10,000. It would be helpful to graph.
- Multiple variable graphs
- Use case: Graph 2 or more variables (concepts) on the same graph. Use for weight and height.
- BMI graph
- Use case: Based on weight and height, graph weight and calculated BMI on a single graph.
- Graphs with log scale