Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Validic Logistics - Device Ordering

  • [Add information here]

  • Cody Beard are we ready to unveil this featureā€¦ Yep. Rob will get those added

Additional New Features and Updates

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).

...

  • Programs can now be configured to allow device ordering OR care kit ordering.

  • When Devices (devices only) is enabled in the program configuration, clinicians can order devices for program participants during enrollment.

  • An address is captured for the participant (this can be populated via the EHR demographics), and a list of products will display for each associated measurement/device type for the organization.

  • Once the enrollment is complete, the order is submitted and fulfilled through Validic Logistics (in-house device fulfillment) and shipped directly to the participant.

...

Please reach out to your Validic account representative to learn more.

Additional New Features and Updates

  • 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}/logbook

      Code 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"
              },

...

  • Events will no longer show updated at 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

impact-ui

AIS-810: tele-curator | accept+store participant address during enrollment
AIS-886: impact-ui | Hide statement prompts
IC-1379: impact-ui: node package "trim" has High security issues
IC-1380: impact-ui: node package "trim-newlines" has High security issues
IC-1932: FE | add "subscribed" providers to single provider actions

fulfillment-api

https://validic.atlassian.net/browse/AIS-807)
AIS-811: fulfillment-api | Rewire order create to be Async (Scheduler)
AIS-812: fulfillment-api | Permit toggle of ENABLED via PATCH
AIS-829: fulfillment-api | Permit update of products
AIS-832: fulfillment-api | Make kitTypeUuid configurable

mobile-services

AIS-783: mobile-services | return "Manual Data Entry" config

impact-api

...