Examples for Hospital Profile Settings

From ProfileSettings.yaml (hospital/ProfileSettings.schema)

---
legacy:
  reminder_1: "08:00"
  reminder_2: "12:00"
---
notifications:
  deactivated:
    - ecg
    - bot
    - alert
    - emobot
    - broadcast
    - ed_roster
    - arise_psp
    - art_reminder
    - moodlog_reminder
---
notifications:
  deactivated: []
---
notifications: {}
---
{}
---
emobot: {}
---
emobot:
  preferred_name: John
  reminder_frequency: daily
  reminder_time: "18:00"
  last_reminded_on: 1524865379.856434

  sources_of_strengths:
    - {label: "Self help", value: false}
    - {label: "Test", value: true}
    - {label: "Family", value: false}
    - {label: "Myself", value: false}
    - {label: "Digital tools", value: false}
    - {label: "Friends", value: false}
    - {label: "Religion or Faith", value: false}
    - {label: "Relaxation & exercise", value: false}
---
emobot:
  chat_state:
    current: hello
    emotion: sad
    vent_count: 1
    thinking_trap: Emotional Reasoning
    feelings: [sad, happy, angry]
    updated_on: "2021-07-05T10:14:04Z"


[Main Page] [Schema Documentation] [Raw Schema] [JSON Schema]