Roivant Sciences · Example Payload

Datavant Healthjump Patient Example

BiotechPharmaceuticalDrug DevelopmentClinical TrialsHealth DataTokenizationElectronic Health RecordsReal World EvidenceHolding CompanyHealthcare

Datavant Healthjump Patient Example is an example object payload from Roivant Sciences, with 23 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

hj_import_intclient_idpatient_idexternal_patient_idfirst_namelast_namemiddle_namedate_of_birthgenderraceethnicitymarital_statusaddress_line_1address_line_2citystatezipcountryphoneemailpreferred_languagedate_createddate_modified

Example Payload

Raw ↑
{
  "hj_import_int": 4421877,
  "client_id": 1042,
  "patient_id": "hj-pat-9f30a1c4",
  "external_patient_id": "EPIC-MRN-557812",
  "first_name": "Jane",
  "last_name": "Doe",
  "middle_name": "L.",
  "date_of_birth": "1972-04-18",
  "gender": "female",
  "race": "White",
  "ethnicity": "Not Hispanic or Latino",
  "marital_status": "Married",
  "address_line_1": "1212 Cherry Street",
  "address_line_2": "",
  "city": "Philadelphia",
  "state": "PA",
  "zip": "19107",
  "country": "USA",
  "phone": "+1-215-555-0144",
  "email": "jane.doe@example.com",
  "preferred_language": "English",
  "date_created": "2024-08-12T14:32:11Z",
  "date_modified": "2026-04-30T09:18:44Z"
}