schema:
https://schema.org/
dv:
https://github.com/api-evangelist/roivant-sciences/json-ld/roivant-sciences-context.jsonld#
fhir:
http://hl7.org/fhir/
{
"@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"
}
}