v1.0.4
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 typedate
instead ofstring
- Create patient:
➕ 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), andactive
(boolean) by @michal-grzelak in #103