subjects

JSON array

This object is an array of subjects, with information about each subject.

JSON variables

*required

Variable

Type

Description (acceptable values)

SubjectID

string

Unique ID of this subject. Each subject ID must be unique within the package. REQUIRED

AlternateIDs

JSON array

List of alternate IDs. Comma separated.

GUID

string

Globally unique identifier, from NDA.

DateOfBirth

date

Subject’s date of birth. REQUIRED

Sex

char

Sex at birth (F,M,O,U).

Gender

char

Self-identified gender.

Ethnicity1

string

NIH defined ethnicity: Usually hispanic, non-hispanic

Ethnicity2

string

NIH defined race: americanindian, asian, black, hispanic, islander, white

VirtualPath

string

Relative path to the data within the package.

StudyCount

number

Number of studies.

MeasureCount

number

Number of measures.

DrugCount

number

Number of drugs.

JSON array

Array of imaging studies/sessions.

JSON array

Array of measures.

JSON array

Array of drugs.

Directory structure

Files associated with this section are stored in the following directory

/data/<SubjectID>

Last updated