medidata · JSON-LD Context

Medidata Context

JSON-LD context defining the semantic vocabulary for Medidata from medidata.

20 Classes 10 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
medidata: https://www.medidata.com/ontology/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Study studyOID studyName status Subject subjectKey ClinicalEvent eventOID eventName CRFForm formOID formName CRFField fieldOID value Site siteName investigator city country

Properties

Property Type Container
protocolName string
environment string
createdDate dateTime
modifiedDate dateTime
siteID string
enrollmentDate date
screeningDate date
initials string
eventDate date
dataEntryDateTime dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "medidata": "https://www.medidata.com/ontology/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Study": "schema:ResearchProject",
    "studyOID": "schema:identifier",
    "studyName": "schema:name",
    "protocolName": {
      "@id": "medidata:protocolName",
      "@type": "xsd:string"
    },
    "environment": {
      "@id": "medidata:environment",
      "@type": "xsd:string"
    },
    "status": "schema:status",
    "createdDate": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "modifiedDate": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "Subject": "schema:Patient",
    "subjectKey": "schema:identifier",
    "siteID": {
      "@id": "schema:memberOf",
      "@type": "xsd:string"
    },
    "enrollmentDate": {
      "@id": "schema:startDate",
      "@type": "xsd:date"
    },
    "screeningDate": {
      "@id": "medidata:screeningDate",
      "@type": "xsd:date"
    },
    "initials": {
      "@id": "schema:additionalName",
      "@type": "xsd:string"
    },
    "ClinicalEvent": "schema:MedicalStudy",
    "eventOID": "schema:identifier",
    "eventName": "schema:name",
    "eventDate": {
      "@id": "schema:eventDate",
      "@type": "xsd:date"
    },
    "CRFForm": "schema:Observation",
    "formOID": "schema:identifier",
    "formName": "schema:name",
    "CRFField": "schema:PropertyValue",
    "fieldOID": "schema:identifier",
    "value": "schema:value",
    "dataEntryDateTime": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "Site": "schema:Hospital",
    "siteName": "schema:name",
    "investigator": "schema:employee",
    "city": "schema:addressLocality",
    "country": "schema:addressCountry"
  }
}