Roivant Sciences · Schema

Datavant Healthjump Encounter

Standardized clinical encounter record exposed by the Datavant Healthjump EHR Integration API.

BiotechPharmaceuticalsDrug DevelopmentClinical TrialsHealth DataTokenizationElectronic Health RecordsReal-World EvidenceHolding CompanyHealthcare

Properties

Name Type Description
hj_import_int integer
client_id integer
encounter_id string
patient_id string
provider_id string
encounter_type string Office visit, telehealth, hospital admit, etc.
encounter_date string
reason_for_visit string
location string
status string
date_created string
date_modified string
View JSON Schema on GitHub

JSON Schema

datavant-healthjump-encounter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/roivant-sciences/json-schema/datavant-healthjump-encounter-schema.json",
  "title": "Datavant Healthjump Encounter",
  "description": "Standardized clinical encounter record exposed by the Datavant Healthjump EHR Integration API.",
  "type": "object",
  "properties": {
    "hj_import_int": { "type": "integer" },
    "client_id": { "type": "integer" },
    "encounter_id": { "type": "string" },
    "patient_id": { "type": "string" },
    "provider_id": { "type": "string" },
    "encounter_type": { "type": "string", "description": "Office visit, telehealth, hospital admit, etc." },
    "encounter_date": { "type": "string", "format": "date-time" },
    "reason_for_visit": { "type": "string" },
    "location": { "type": "string" },
    "status": { "type": "string" },
    "date_created": { "type": "string", "format": "date-time" },
    "date_modified": { "type": "string", "format": "date-time" }
  },
  "required": ["client_id", "encounter_id", "patient_id", "encounter_date"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/datavant-healthjump-encounter"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.