| Literature DB >> 35860613 |
Panzhang Wang1, Tao Li1, Lei Yu1, Liang Zhou1, Tao Yan1.
Abstract
Background: In the past decade, electronic modalities are increasingly deployed to integrate patient-reported outcomes into electronic health records. Most popularly, patient portals are used for remote questionnaires, and tablets are provided to patients in-office in case they need help. They are both useful. But some barriers are still in the way, which place burdens on patients and clinicians in the process of routine data collection. Objective: This study aims to describe a portable and scalable framework which can simplify the patient-reported outcome integration by mitigating the related burdens.Entities:
Keywords: Electronic health records; data collection method; integration; interoperability; patient-reported outcome; privacy; quick response code; security; substitutability
Year: 2022 PMID: 35860613 PMCID: PMC9290150 DOI: 10.1177/20552076221112152
Source DB: PubMed Journal: Digit Health ISSN: 2055-2076
Figure 1.Framework overview.
Figure 2.The architecture of the framework.
Figure 3.Data model.
JSON elements for a PROM.
| Object | Attribute | Description | Example |
|---|---|---|---|
|
| |||
| code | Survey code | WOMAC | |
| name | Survey name | The Western Ontario and McMaster Universities Arthritis Index (WOMAC)
| |
| lang | Language code | en/zh-CN | |
| ver | Version number | 1 | |
| type | Survey rendering type | SPT/CAT | |
| sections | Array of section objects. | ||
| questions | Array of question objects | ||
|
| |||
| code | Section code | A0 | |
| name | Section name | Pain | |
| on | List of trigger names | hip, neck | |
|
| |||
| code | Question code | A0A | |
| name | Question name | Walking on flat surface? | |
| answers | Array of answer elements | ||
|
| |||
| code | Answer code | A | |
| name | Answer name | Moderate | |
| score | Numeric value | 2 | |
| goto | An event or trigger name | hip |
JSON: JavaScript Object Notation; PROM: patient-reported outcome measure; SPT: single-page testing; CAT: computerized adaptive testing.
Figure 4.Computerized adaptive testing.
The rules to code a patient-reported outcome measure (PROM).
| Object | Length | Description | Combinations |
|---|---|---|---|
| Survey | Up to 10 | To ensure a PROM unique globally. | unlimited |
| Section | 2 | To code a unique section given a PROM. The length was fixed. | 1296 (36*36, using only 0–9 and A–Z) per survey |
| Question | 3 | The length was fixed. The first two characters were the code of the parent section. | 36 per section 46,656 per survey |
| Answer | 1 | To code an enumerable answer given a question. | 36 per question |
Figure 5.Data structure. (A) URL structure. (B) The encoded data format for a QR code.
Figure 6.Screenshots (A) convert a survey into a QR code (B) PRO review.
Clinical testing environments.
| Campus | Modality | Minimal environment setup |
|---|---|---|
| A | Tablet | A simple web application was developed to be used internally for tablets-based integration. |
| B | Portal | A cloud server was purchased. Based on it, a simulated portal was developed, which included functions like survey, registration, login and some menus for navigation. A simple FFC was developed as well. |
| C | PROoQR | Some localization was made to the proposed framework. |
FFC: frontend for clinicians; PROoQR: PRO over QR code.
Capacity of quick response (QR)-encoded items.
| Item | Length | Description |
|---|---|---|
| QR code storage limit | 3391 characters | As assumed above |
| Header | Up to 30 characters reserved | Non-fixed ( |
| Surveyed item | Each was fixed as long as 5 characters | 2 characters for a section, 1 for a question, 1 for an answer, and 1 for a delimiter ( |
| Capacity of items | 1120 | (3391-30)/5 |
Implementation effort and responses from patients.
| Modality group | Effort in man-days | Reminders dispatched | Total number of PRO assessments | No-shows | Total number of workload assessments | Total number of NPS assessments |
|---|---|---|---|---|---|---|
| Tablet | 7 | 0 | 345 | 0 | 206 | 225 |
| Portal | 25 | 365 | 223 | 26 | 167 | 151 |
| PROoQR | 3 | 351 | Remote: 186 In-office: 83 | 23 | 211 | 233 |
PRO: patient-reported outcome; PROoQR: PRO over QR code.
Evaluation outcomes.
| Modality group | Average workload score for patients | NPS for patients | Average workload score for clinicians | NPS for clinicians | Average minutes for completion | No-show rate |
|---|---|---|---|---|---|---|
| Tablet | 20.5 | 82.3% | 44.9 | 54.2% | Clinicians: 2.0 Patients: 2.8 | |
| Portal | 47.8 | 60.9% | 15.5 | 77.7% | 5.3 | 11.7% |
| PROoQR | 23.2 | 86.5% | 16.3 | 89.3% | Clinicians: 0.2 Patients: 2.9 Total: 3.0 | 8.6% |
NPS: Net Promoter Score; PROoQR: PRO over QR code.