Returns “general” analytics metrics, such as the number of users, patients and assessments.
The metrics are calculated when general
is included in the metric_pool
list for Analytics Endpoint. They are calculated per-partition, via an invoked procedure ss_general_metrics_for_partition
.
Metrics are calculated over assessment_data = assessments which can be filtered by license, user, site, patient, mode, start date and end date as inherited from the endpoint call. Patient and user metrics are impacted by the permissions of license, user, site and patient. Patient and user metrics can be considered to have a reporting group defined by the start date and end date (see the individual metric terminology) - an “All” time metric, is equivalent to a group with start date = null and end date = NOW().
Metric Key |
Definition |
Example |
---|---|---|
|
The number of Active Users 1 |
|
|
The number of Pending Users 1 |
|
|
The number of Deactivated Users 1 |
|
|
The number of Active Patients 2 |
|
|
The number of Archived Patients 2 |
|
|
The number of Assessing Users 1 |
|
|
The number of Assessed Patients 1 (i.e. who have had at least one assessment). |
|
|
|
|
|
The number of assessments |
|
|
The number of assessments with If metrics are for |
|
|
The number of assessments with If metrics are for NB: |
|
|
|
|
|
The number of assessments that show a pain level of |
|
|
The number of assessments that show a pain level of |
|
|
The number of assessments that show a pain level of |
|
|
The number of assessments that show a pain level of |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The average assessment_pain_score of |
|
|
The average assessment_pain_score of |
|
|
The number of assessments with |
|
|
The number of assessments with |
|
|
The number of assessments with |
|
Note
-
Terminology found here - Analytics User Type Terminology
-
Terminology found here - Analytics Patient Type Terminology
{ "active_users": 10, "pending_users": 12, "inactive_users": 10, "active_patients": 120, "archived_patients": 18, "assessing_users": 12, "assessed_patients": 92, "assessed_patients_percentage": 76.7, "assessments": 167, "painchek_assessments": 137, "nrs_assessments": 30, "assessments_per_assessed_patient": 1.8, "none_assessments": 100, "mild_assessments": 40, "moderate_assessments": 20, "severe_assessments": 7, "none_percentage": 59.9, "mild_percentage": 24.0, "moderate_percentage": 12.0, "severe_percentage": 4.2, "average_painchek_score": 6.4, "average_nrs_score": 2.3, "post_movement_assessments": 45, "video_assessments": 89, "zero_pain_score_assessments": 6 }