...
Goal Updates
Reading Count (adherence) goals will now show as
passing
if the number of readings taken exceeds the goal value.Goals are now evaluated starting after the patient consents to participation in the program (
patient consent
status).Goals will be set to
unknown
attainment status prior topatient consent
.
Event/Action Updates
Send a secure message to a clinical user
actions now show "subscribed" provider names.
Impact API
Reading
origin
is now returned in the logbook response /api/v1/organizations/{validic_org_id}/users/{validic_user_uid}/programs/{user_program_id}/logbookCode Block "logbook": [ { "measurement_type": "weight", "metrics": [ { "metric": "body_weight", "unit": "kg" }, { "metric": "bmi", "unit": "kg/m2" } ], "entries": [ { "time": "2019-06-12T18:00:00Z", "value": "66.67807839", "user_notes": "Here's a note: 5 < 6 & 6 > 5 are equivalent.", "metric_type": "body_weight", "source_type": "bluetooth", "origin": "device" "id": "2d76b78537554c28b043f59351b97a5c" },
...
Resolved Defects
Events will no longer show an
updated at
value information if no update was made during enrollment.Opening and closing statement prompts no longer show as available questions for
conversation answer
event creation in Admin.
tele-curator
IC-2176: BE | Stop setting 'updated_at' value on user program creation
IC-2177: Move accidental AMCAH enrollments to user status archived
IC-2180: Curator | Upgrade mocking framework
...