Avatar

Jose

  • Total activity 112
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 5
  • Subscriptions 60

Articles

Votes on activity by Jose Sort by votes Recent activity Votes
  • Restarting the Healthjump Agent

    On rare occasion, you may need to restart the Healthjump Windows service (JumpAgent) on the hosting server.   This is a quick and relatively easy process that should be conducted by someone with lo...

  • Using DB Explorer

    dbx.healthjump.com is a Healthjump tool that allows you to query, visualize and collaborate on data sources from anywhere in no time. It allows you share your results and dashboards with other team...

  • Healthjump's Standard Data Model

    Healthjump's Data Platform is a data processor which normalizes, aggregates, and stores data, creating a single uniformed source of data from all of an organization’s systems. This data can then be...

  • Installing AWS CLI and retrieving your files from S3

      Installing AWS CLI The AWS Command Line Interface (AWS CLI) is available in the following versions: Version 2.x: The current, generally available release of the AWS CLI that is intended for ...

  • Healthjump Agent Security - Encryption

      What is the Healthjump Agent? When we connect to on-premise EHR / PM systems, Healthjump requires the installation of the Healthjump agent.  The agent allows Healthjump to safely and securely con...

  • Sandbox Environment

    The Healthjump Sandbox Environment provides potential customers a preview of several Healthjump products. The below guide will walk you through sandbox access to 4 core features: API Unloads ...

  • Webhooks

      About webhooks Webhooks allow you to get programmatic notifications and data from Healthjump when changes to the EHR connection data occur.  Rather than requiring you to pull information via our...

  • DBX and Parameters Overview

    Unless specific to a one-time project, most queries can be reused by changing a WHERE clause (or filter block in NoSQL) to suit the present need. Yet it can be a hassle to Edit Source every time yo...

  • DBX API (Parameters) - Python Example

    import osimport requestsimport timefrom pprint import pprintdef poll_job(s, dbx_url, job): # TODO: add timeout while job['status'] not in (3,4): response = s.get('{}/api/jobs/{}'.format(db...

  • DrChrono API - Healthjump Activation

       Open your jumpSTART installation URL. (If you lost yours or don't know it, ask your Client Success Manager for it.) Enter your practice information and select DrChrono from the EH/PM Dropdown. ...