Roivant Sciences · JSON-LD Context

Roivant Sciences Context

JSON-LD context defining the semantic vocabulary for Roivant Sciences from Roivant Sciences.

Roivant Sciences Context is a JSON-LD context published by Roivant Sciences on the APIs.io network.

It defines 45 semantic classes, 9 properties.

Top classes include RoivantSciences, Vant, Datavant, Lokavant, Healthjump, and 40 more. Namespace prefixes: schema, dv, and fhir. Tagged areas include Biotech, Pharmaceutical, Drug Development, Clinical Trials, and Health Data.

45 Classes 9 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dv: https://github.com/api-evangelist/roivant-sciences/json-ld/roivant-sciences-context.jsonld#
fhir: http://hl7.org/fhir/

Classes

RoivantSciences Vant Datavant Lokavant Healthjump EHR patient_id client_id encounter_id external_patient_id icd10_code cpt_code hcpcs_code loinc_code rxnorm_code ndc_code cvx_code first_name last_name middle_name date_of_birth gender address_line_1 city state zip country phone email encounter_date measurement_date systolic_bp diastolic_bp heart_rate respiratory_rate temperature_c oxygen_saturation height_cm weight_kg bmi tokenization linkage clinicalTrial trialSite sponsor

Properties

Property Type Container
Patient reference
Encounter reference
Vitals reference
Allergy reference
Immunization reference
Medication reference
Diagnosis reference
Procedure reference
LabResult reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "dv": "https://github.com/api-evangelist/roivant-sciences/json-ld/roivant-sciences-context.jsonld#",
    "fhir": "http://hl7.org/fhir/",
    "RoivantSciences": "schema:Corporation",
    "Vant": "dv:Vant",
    "Datavant": "dv:Datavant",
    "Lokavant": "dv:Lokavant",
    "Healthjump": "dv:Healthjump",
    "EHR": "dv:ElectronicHealthRecord",
    "Patient": { "@id": "fhir:Patient", "@type": "@id" },
    "Encounter": { "@id": "fhir:Encounter", "@type": "@id" },
    "Vitals": { "@id": "fhir:Observation", "@type": "@id" },
    "Allergy": { "@id": "fhir:AllergyIntolerance", "@type": "@id" },
    "Immunization": { "@id": "fhir:Immunization", "@type": "@id" },
    "Medication": { "@id": "fhir:MedicationStatement", "@type": "@id" },
    "Diagnosis": { "@id": "fhir:Condition", "@type": "@id" },
    "Procedure": { "@id": "fhir:Procedure", "@type": "@id" },
    "LabResult": { "@id": "fhir:Observation", "@type": "@id" },
    "patient_id": "dv:patientId",
    "client_id": "dv:clientId",
    "encounter_id": "dv:encounterId",
    "external_patient_id": "dv:externalPatientId",
    "icd10_code": "dv:icd10Code",
    "cpt_code": "dv:cptCode",
    "hcpcs_code": "dv:hcpcsCode",
    "loinc_code": "dv:loincCode",
    "rxnorm_code": "dv:rxnormCode",
    "ndc_code": "dv:ndcCode",
    "cvx_code": "dv:cvxCode",
    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "middle_name": "schema:additionalName",
    "date_of_birth": "schema:birthDate",
    "gender": "schema:gender",
    "address_line_1": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",
    "country": "schema:addressCountry",
    "phone": "schema:telephone",
    "email": "schema:email",
    "encounter_date": "schema:startDate",
    "measurement_date": "schema:observationDate",
    "systolic_bp": "dv:systolicBloodPressure",
    "diastolic_bp": "dv:diastolicBloodPressure",
    "heart_rate": "dv:heartRate",
    "respiratory_rate": "dv:respiratoryRate",
    "temperature_c": "dv:bodyTemperatureCelsius",
    "oxygen_saturation": "dv:oxygenSaturation",
    "height_cm": "dv:heightCentimeters",
    "weight_kg": "dv:weightKilograms",
    "bmi": "dv:bodyMassIndex",
    "tokenization": "dv:tokenization",
    "linkage": "dv:patientLinkage",
    "clinicalTrial": "schema:MedicalTrial",
    "trialSite": "dv:trialSite",
    "sponsor": "dv:trialSponsor"
  }
}