Person
Person represents any user in a system. Principal Investigator is derived from it and Person is used vanilla to store PI proxies and primary contacts for Study and Site, as well as responsible parties for RNI Action Plan.
Content
Name | Type | Description |
---|---|---|
firstName | string |
The first name of the person. |
lastName | string |
The last name of the person. |
string |
The email address for the person. | |
id | string |
An internal identifier used to reference the person, assigned by the IRB Exchange. |
Example
{
"id": "uuid:6934774a3ff74619a51322fafc8b1fce",
"firstName": "Rebecca",
"lastName": "Simms",
"email": "rsimms@abbotlabs.org"
}