Jose
- Total activity 113
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 60
Articles
Votes on activity by Jose Sort by votes-
Restarting the Datavant Site Connect Agent
On rare occasion, you may need to restart the Datavant Site Connect Windows service (JumpAgent) on the hosting server. This is a quick and relatively easy process that should be conducted by some...
Using DB Explorer
dbx.healthjump.com is a Datavant Site Connect 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...
Datavant Site Connect's Standard Data Model
Datavant Site Connect'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 ...
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...
Datavant Site Connect Agent Security - Encryption
What is the Datavant Site Connect Agent? When we connect to on-premise EHR / PM systems, Datavant Site Connect requires the installation of the Datavant Site Connect agent. The agent allows Data...
Sandbox Environment
The Datavant Site Connect Sandbox Environment provides potential customers a preview of several Datavant Site Connect products. The below guide will walk you through sandbox access to 4 core featur...
Webhooks
About webhooks Webhooks allow you to get programmatic notifications and data from Datavant Site Connect when changes to the EHR connection data occur. Rather than requiring you to pull informat...
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 - Datavant Site Connect 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....