Site
Participating site for a multi-site Study as uploaded by the pSite side.
Header
Name | Type | Description |
---|---|---|
type | string |
The value site |
version | string |
The value IRBX.2 . |
Content
Name | Type | Description |
---|---|---|
attachments | Array of Document Reference | Other site attachments |
consentForms | Array of Document Reference | Site consent forms |
description | string |
Description of the site |
fundingSources | Array of Funding Source | Site funding sources |
hasPSiteBeenApproved | Boolean? |
Flag indicating whether the site on the pSite side has been approved yet or not |
piProxies | Array of Person | PI proxies selected |
primaryContact | Person | Assigned primary contact |
principalInvestigator | Principal Investigator | Site Principal Investigator |
recruitmentMaterials | Array of Document Reference | Site recruitment materials attachments |
siteId | string |
ID of the site in the pSite store |
status | string |
State of the site in the pSite store |
Example
{
"type": "site",
"version": "IRBX.2"
}
{
"attachments": [
{
"attachmentId": "documents/47086805f7dc4966b4a0c8736b7e32c4",
"category": "Other",
"draftDateModified": "8/23/2017 7:04:02 PM +00:00",
"draftFileName": "Test.txt",
"draftId": "documents/47086805f7dc4966b4a0c8736b7e32c4/draft",
"draftName": "Test.txt",
"draftVersion": "0.01",
"finalDateModified": "8/23/2017 7:53:06 PM +00:00",
"finalFileName": "Test.pdf",
"finalId": "documents/47086805f7dc4966b4a0c8736b7e32c4/final",
"finalName": "Test.pdf",
"finalVersion": "0.01"
}
],
"consentForms": [
{
"attachmentId": "documents/47086805f7dc4966b4a0c8736b7e32c4",
"category": "Consent Form",
"draftDateModified": "8/23/2017 7:04:02 PM +00:00",
"draftFileName": "Test.txt",
"draftId": "documents/47086805f7dc4966b4a0c8736b7e32c4/draft",
"draftName": "Test.txt",
"draftVersion": "0.01",
"finalDateModified": "8/23/2017 7:53:06 PM +00:00",
"finalFileName": "Test.pdf",
"finalId": "documents/47086805f7dc4966b4a0c8736b7e32c4/final",
"finalName": "Test.pdf",
"finalVersion": "0.01"
}
],
"description": "Description for the site",
"fundingSources": [
{
"id": "uuid:cde50874360c4dc0a0a8a7d1ee8986ed",
"name": "Abbott Laboratories",
"sponsorId": "1001",
"grantsOfficeId": "2001",
"documents": [
{
"attachmentId": "documents/47086805f7dc4966b4a0c8736b7e32c4",
"category": "Funding Source Attachment",
"draftDateModified": "8/23/2017 7:04:02 PM +00:00",
"draftFileName": "Test.txt",
"draftId": "documents/47086805f7dc4966b4a0c8736b7e32c4/draft",
"draftName": "Test.txt",
"draftVersion": "0.01",
"finalDateModified": "8/23/2017 7:53:06 PM +00:00",
"finalFileName": "Test.pdf",
"finalId": "documents/47086805f7dc4966b4a0c8736b7e32c4/final",
"finalName": "Test.pdf",
"finalVersion": "0.01"
}
]
}
],
"hasPSiteBeenApproved": true,
"piProxies": [
{
"id": "ec8ff2cbadb74231ba059878820fdc63",
"firstName": "Jack",
"lastName": "Smith",
"email": "testuser@huronclick.com"
}
]
"primaryContact": {
"id": "ui9ff2cbadb74231ba059878820fdd77",
"firstName": "John",
"lastName": "Smith",
"email": "jsmith@huronclick.com"
},
"principalInvestigator": {
"id": "nh4ff2cbadb74231ba059878820fdr34",
"firstName": "Joan",
"lastName": "Smith",
"email": "joansmith@huronclick.com",
"hasFinancialInterest": false
},
"recruitmentMaterials": [
{
"attachmentId": "documents/47086805f7dc4966b4a0c8736b7e32c4",
"category": "Recruitment Materials",
"draftDateModified": "8/23/2017 7:04:02 PM +00:00",
"draftFileName": "Test.txt",
"draftId": "documents/47086805f7dc4966b4a0c8736b7e32c4/draft",
"draftName": "Test.txt",
"draftVersion": "0.01",
"finalDateModified": "8/23/2017 7:53:06 PM +00:00",
"finalFileName": "Test.pdf",
"finalId": "documents/47086805f7dc4966b4a0c8736b7e32c4/final",
"finalName": "Test.pdf",
"finalVersion": "0.01"
}
],
"siteId": "SITE00000001",
"status": "Active"
}