How to Configure Charts and Graphs
Overview
Charts and Graphs allow you to visualize patient data trends over time in the Care app. By configuring charts, you enable care team members and patients to see how key metrics are progressing (or regressing) and make data-informed clinical decisions. Charts pull data from Custom Data Types with numeric fields (Integer or Float) or from assessments with scoring conditions.
Supported visualization types include line graphs, bar graphs, and pie charts, each suited to different data patterns and clinical needs.
Key Concepts
Data Source – The CDT or assessment providing the numeric data
Data Point – A single measurement/entry at a specific point in time
Time Range – How far back to look for data (e.g., "Last 90 days")
Chart Type – Visualization method (line, bar, pie)
Metric – The specific field being visualized
Scoring – Numeric values assigned to assessment answers
Prerequisites
You have created Custom Data Types with Integer or Float fields, OR
You have created assessments with Scoring conditions
You have appropriate permissions to create visual components in Designer
You understand your data structure
For information on creating CDTs, see Custom Data Types (CDT): Designer. For scoring, see Designer: How to Configure Scored Assessments.
Step-by-Step: Create a Chart or Graph
Step 1: Access Charts & Graphs Configuration
Log into Designer
Click Create Draft to start a new configuration draft
Navigate to Visual Components > Charts and Graphs in the left sidebar
Click + New in the upper right corner
Step 2: Enter Basic Chart Information
Title
Display name shown in Care app
Should be clear and descriptive
Examples:
"Blood Pressure Trend"
"Weekly Weight Tracking"
"Depression Screening Scores"
"Exercise Minutes per Week"
Name
Internal system name (lowercase, numbers, underscores, hyphens)
Auto-populates from Title
Examples:
blood-pressure-trend,weekly-weight
Step 3: Configure the Data Source
Define Default Time Range
Select "# of Days" – How many days of historical data to display by default
Options typically: 7, 14, 30, 60, 90, 180, 365 days, or custom
This becomes the default view; users can adjust in Care
Recommendation: Choose range showing meaningful trends (90 days for most metrics)
Select the Data Source
Choose CDT or Assessment – Select where data comes from
Option A: Custom Data Type – Use a numeric field from a CDT
Option B: Scored Assessment – Use scoring from an assessment
For CDT Data Source
Select the CDT containing your data
Select the Field to visualize (must be Integer or Float type)
The chart will display all recorded values for this field over time
Example:
CDT:
vital-signsField:
systolic-pressure(Integer)Shows all blood pressure readings over time
For Scored Assessment Data Source
Select the Assessment/Form
Select the Scored Field (must have scoring configured)
The chart displays the score each time the assessment is completed
Example:
Assessment:
Depression Screening (PHQ-9)Scored Field:
total-depression-scoreShows PHQ-9 score each time patient completes the assessment
Step 4: Choose Chart Type
Select the visualization type most appropriate for your data:
Line Graph
Best for: Tracking trends over time (most common)
Use cases:
Weight progression
Blood pressure readings
Medication adherence percentages
Test scores over time
Progress on goals
Features:
Shows continuous progression
Easy to see trends and patterns
Connects data points with lines
Can display multiple metrics on same chart
Configuration:
X-axis: Time (dates)
Y-axis: Numeric values
Optional: Add target line showing goal or normal range
Bar Graph
Best for: Comparing values across categories or time periods
Use cases:
Monthly exercise minutes
Weekly medication adherence counts
Exercise sessions completed per week
Comparison between two time periods
Categorical comparisons
Features:
Shows distinct values for each period
Good for comparing quantities
Can stack bars for multiple metrics
Configuration:
X-axis: Time periods or categories
Y-axis: Numeric values
Optional: Stack multiple metrics
Pie Chart
Best for: Showing composition or proportions
Use cases:
Assessment question responses (% answering each option)
Distribution of medication adherence (% full/partial/none)
Service utilization breakdown
Risk factor prevalence
Symptom prevalence in population
Features:
Shows proportions as slices
Easy to see relative sizes
Typically shows one metric only
Configuration:
Data source: Assessment responses or categorical counts
Shows percentage each option represents
Step 5: Configure Display Options
Depending on chart type, configure:
Labels and Titles
Y-axis Label – What the numbers represent (e.g., "mmHg", "Score", "Pounds")
Chart Legend – Show/hide metric names
Data Point Labels – Show/hide values at each data point
Scaling and Ranges
Y-axis Scale – Auto-calculated or manual
Auto: System determines min/max based on data
Manual: You set minimum and maximum values
Useful if you want to show goal range or normal limits
Goal Line/Target Range (optional)
Display a reference line showing target value or goal
Example: Blood pressure chart with line at 140 systolic showing hypertension threshold
Example: Weight chart with line showing goal weight
Colors and Styling
Metric Color – Choose color for line/bar/pie slice
Goal Line Color – Color for reference/target line
Background – Light or dark theme
Step 6: Configure Multiple Metrics (Optional)
Some charts can display multiple metrics together:
Adding a Second Metric
Click + Add Metric or + Add Series
Select another CDT field or scored field
Choose a different color
The chart now displays both metrics overlaid
Example: Dual-Metric Blood Pressure Chart
Both display on same chart for easy comparison.
Important: Ensure metrics have compatible scales
Example: Don't mix weight (100-200 lbs) with heart rate (60-100 bpm) without scaling adjustments
Consider creating separate charts if scales are very different
Step 7: Review and Save
Preview the chart configuration (if preview available)
Verify:
Title is clear
Data source is correct
Chart type matches your data
Time range is appropriate
Click Save to save in draft
Step 8: Test and Publish
In Care app, navigate to a test patient with data
Find the new chart in their profile
Verify:
Data displays correctly
Trends are visible
Chart is readable
Colors are appropriate
Return to Designer
Click Publish to make chart available to all users
Common Chart Configurations
Configuration 1: Simple Weight Tracking
Result: Care team sees patient's weight progression over 6 months with visual goal marker.
Configuration 2: Dual Vital Signs
Result: Clear view of both BP components with threshold references.
Configuration 3: Assessment Score Over Time
Result: Tracks clinical response to depression treatment; care team can assess if treatment is working.
Configuration 4: Medication Adherence
Result: Weekly bar chart showing adherence compliance; gaps are immediately visible.
Configuration 5: Assessment Response Distribution
Result: Shows % of patients responding Very Satisfied / Satisfied / Neutral / Dissatisfied.
Best Practices
Clear Titles – Names should tell care team what they're looking at at a glance
Appropriate Chart Types – Match visualization to data type:
Trends over time → Line graph
Comparative amounts → Bar graph
Proportions/composition → Pie chart
Meaningful Time Ranges – Choose ranges showing enough data to identify trends
Too short (7 days) = noise, no pattern
Too long (2+ years) = patterns buried, hard to read
Include Context – Use goal lines, thresholds, or normal ranges to give data meaning
Consistent Metrics – On multi-metric charts, ensure metrics are compatible scales
Patient-Friendly – Use labels patients understand
"Weight (pounds)" instead of "kg"
"Depression Severity" instead of "PHQ-9 Score"
Regular Data Entry – Charts only useful if data is entered consistently
Performance – Charts with thousands of data points may load slowly
Consider limiting time range
Summarize data in some cases
Testing – Always test with real patient data before publishing
Documentation – Keep notes on why each chart was created and what it's meant to show
Troubleshooting
Chart Not Displaying Data
Problem: Chart appears but no data shows
Solutions:
Verify selected CDT/field has data entered for the patient
Check date range – ensure data falls within the range
Confirm field type is Integer or Float (required for charts)
Verify chart is published
Check patient enrollment status (if chart uses assessment from restricted program)
Chart Shows Incorrect Data
Problem: Chart displays wrong values or metrics
Solutions:
Verify correct CDT/field is selected as data source
Check field isn't being calculated incorrectly
Review any formulas or scoring conditions
Confirm field name hasn't been changed (would break chart reference)
Chart is Hard to Read
Problem: Chart cluttered, overlapping, or difficult to interpret
Solutions:
Reduce time range to show less data
Remove non-essential metrics
Change chart type (line to bar, etc.)
Increase Y-axis range if data compressed
Use different colors for clarity
Add goal lines/thresholds for context
Performance Issues
Problem: Chart is slow to load or unresponsive
Solutions:
Reduce time range (e.g., 30 days instead of 365)
Reduce number of metrics displayed
Consider creating separate charts for different metrics
Check if there are thousands of data points (consider data summarization)
Related Topics
Charts & Graphs: Filter, Change Date, and by Data Point – Using charts in Care
Custom Data Types (CDT): Designer – Creating numeric fields for charts
Designer: How to Configure Scored Assessments – Assessment scoring
Patient Data View – How charts appear in Care
Create Formulaic Custom Data Type Fields – Calculated fields for charts
Last updated
Was this helpful?