Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

(Release to Pre-Production on 10/3/2023. Release to Production scheduled 10/10/2023)

Validic Logistics - Device Ordering

  • Programs can now be configured to allow Only device order OR Care kit ordering.

  • When Devices (devices only) is enabled in the program configuration, the Devices page will present - by measurement type - a list of products available for the associated organization that can be ordered through Validic Logistics.

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

        "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 updated at information if no update was made during enrollment.

  • No labels