Skip to content

v1.0.4

Compare
Choose a tag to compare
@nckhell nckhell released this 27 Apr 08:57
· 2160 commits to main since this release
0ebc37f

Changelog

Full Changelog: v1.0.3.1...v1.0.4

🛑 Breaking

  • Healthie by @michal-grzelak in #103:
    • Create patient: dob action field removed because Healthie does not support passing in the date of birth when creating a patient (see API reference)
    • Create task: due_date action field is now of value type date instead of string

➕ Added

  • Healthie:
    • Send chat message: chat messages are now sent in the name of the specified provider by @nckhell in #104
    • Update patient: new (optional) action fields skipped_email (boolean), dob (date), and active (boolean) by @michal-grzelak in #103