Principal Investigator (PI)
PI is a derivation of Person and is used to store the PI information for Study, Site and Site Modification.
Header
Name | Type | Description |
---|---|---|
type | string |
The value principal-investigator . |
version | string |
The value IRBX.2 |
Content
Name | Type | Description |
---|---|---|
id | string |
An internal identifier used to reference the person, assigned by the IRB Exchange. |
firstName | string |
The first name of the person. |
lastName | string |
The last name of the person. |
string |
The email address for the person. | |
hasFinancialInterest | boolean |
A flag which indicates the PI has a finanical interest with the study. |
Example
{
"id": "ec8ff2cbadb74231ba059878820fdc63",
"firstName": "Jack",
"lastName": "Smith",
"email": "testuser@huronclick.com",
"hasFinancialInterest": false
}