Roivant Sciences · JSON Structure

Datavant Healthjump Structure

Composite payload structure showing how Healthjump records hang off a patient when assembling a longitudinal record bundle. Aligns to the per-entity schemas in json-schema/.

Type: object Properties: 11 Required: 1
BiotechPharmaceuticalsDrug DevelopmentClinical TrialsHealth DataTokenizationElectronic Health RecordsReal-World EvidenceHolding CompanyHealthcare

Datavant Healthjump Structure is a JSON Structure definition published by Roivant Sciences, describing 11 properties, of which 1 is required. It conforms to the https://json-schema.org/draft/2020-12/schema meta-schema.

Properties

patient encounters vitals allergies immunizations medications diagnoses procedures labs documents appointments

Meta-schema: https://json-schema.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/roivant-sciences/json-structure/datavant-healthjump-structure.json",
  "title": "Datavant Healthjump Patient Bundle Structure",
  "description": "Composite payload structure showing how Healthjump records hang off a patient when assembling a longitudinal record bundle. Aligns to the per-entity schemas in json-schema/.",
  "type": "object",
  "properties": {
    "patient": { "$ref": "https://github.com/api-evangelist/roivant-sciences/json-schema/datavant-healthjump-patient-schema.json" },
    "encounters": {
      "type": "array",
      "items": { "$ref": "https://github.com/api-evangelist/roivant-sciences/json-schema/datavant-healthjump-encounter-schema.json" }
    },
    "vitals": {
      "type": "array",
      "items": { "$ref": "https://github.com/api-evangelist/roivant-sciences/json-schema/datavant-healthjump-vitals-schema.json" }
    },
    "allergies": { "type": "array" },
    "immunizations": { "type": "array" },
    "medications": { "type": "array" },
    "diagnoses": { "type": "array" },
    "procedures": { "type": "array" },
    "labs": { "type": "array" },
    "documents": { "type": "array" },
    "appointments": { "type": "array" }
  },
  "required": ["patient"]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/datavant-healthjump-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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