EMR Integration
Introduction
HipTrender seamlessly integrates with Electronic Medical Record (EMR) systems and enables automatic data transfer from EMR to HipTrender with a single click. No manual data entry is needed - just effortless integration for streamlined workflow efficiency.
Integration
For Epic customers, the easiest way to integrate HipTrender into your EMR is through the Epic Showroom. Simply access HipTrender's Showroom landing page and review the details provided to understand its integration capabilities and to request access. When you are ready to proceed, submit a download request directly through the Showroom to initiate the integration process. Throughout this process, you can collaborate with your Epic Technical Coordinator (TC) for any support you may need.
GET/POST Integration
For non-Epic customers, HipTrender can be integrated into your EMR system using a GET or POST method. This method allows you to seamlessly send patient data from your EMR to HipTrender to generate the assessment. You will need to collect the data however your EMR system allows, and then send it to HipTrender.
To use the GET method, send the data using the following URL format:
To use the POST method, send the data as POST parameters. If your EMR supports it, this is the preferred method.
Parameters
- sex:
- The patient's assigned sex at birth
- dob:
- The patient's date of birth (Optionally include time of birth for more precision)
- meas:
- A JSON array containing sets of timestamps and corresponding measurements. At least one measurement is required per set, however acetabular width and acetabular depth must be provided together. The following fields should be used for each set:
- time:
- The timestamp of the measurement (required)
- aiR:
- The right acetabular index
- aiL:
- The left acetabular index
- adR:
- The right acetabular depth
- adL:
- The left acetabular depth
- awR:
- The right acetabular width
- awL:
- The left acetabular width