Skip to main content

DBT Diary Card

Emotion selection
Emotions โ€” Rate intensity of each emotion
Skills used
Skills โ€” Record DBT skills used
Daily actions
Daily actions โ€” Track target behaviors

The DBT (Dialectical Behavior Therapy) Diary Card is a structured activity for tracking therapy-related targets, emotions, and skills. Originally developed for the LA County consortium partnership, it digitalizes the standard DBT diary card process.

ActivitySpec: lamp.dbt_diary_card

Configurationโ€‹

  1. Click + Add in the Activities tab and select DBT Diary Card.
  2. Select the target group.
  3. Configure the card's targets, emotions, and skills sections.
  4. Save.

The card can be customized to include specific targets, emotions, and skills relevant to each participant's treatment plan.

Example Configurationโ€‹

  • Targets: Self-harm urges, substance use urges, treatment compliance, suicidal ideation
  • Emotions: Joy, anger, sadness, fear, shame, guilt (each rated 0โ€“5)
  • Skills: Mindfulness, distress tolerance, emotion regulation, interpersonal effectiveness (each rated by frequency of use)

Usageโ€‹

The diary card consists of several sections:

  • Targets โ€” Track target behaviors (e.g., self-harm urges, substance use, treatment compliance).
  • Emotions โ€” Rate the intensity of emotions experienced during the day.
  • Skills โ€” Record which DBT skills were used and their effectiveness.
  • Notes โ€” Add freeform notes about the day.

Clinicians can review entries through the dashboard, tracking patterns in targets, emotions, and skill usage over time.

Dataโ€‹

temporal_slicesโ€‹

One entry per section response, similar to survey responses:

FieldDescription
itemThe target, emotion, or skill being rated
valueThe rating or response value
durationTime on this item in milliseconds

Exampleโ€‹

{
"timestamp": 1649859300000,
"activity": "dbt_diary_card_id",
"duration": 120000,
"static_data": {},
"temporal_slices": [
{
"item": "Self-harm urges",
"value": "3",
"type": null,
"duration": 5000,
"level": null
},
{
"item": "Anger",
"value": "4",
"type": null,
"duration": 3000,
"level": null
}
]
}

Cortex Featuresโ€‹

No Cortex features currently process DBT Diary Card data.

View in Portal | Python SDK | API Reference