Funding Source
Funding Source is an entity collected in a set on Study and Site, along with Site Modification.
Content
Name | Type | Description |
---|---|---|
id | string |
A unique identifier used to reference the funding source within a Study or Site. Assigned by the IRB Exchange. |
name | string |
The name of the organization funding the study. |
sponsorId | string |
The agency ID for the funding source. |
grantsOfficeId | string |
The internal ID of the funding source used by the grants office. |
documents | Array of Document Reference | Documents related to the funds provided by the funding source. |
fundingSourceInitialSiteId | string |
The path to the funding source on a site modification's parent site that is relative to the items endpoint. Assigned by the IRB Exchange. Used for tying site modification funding sources to their originals on the initial site. |
Example
{
"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",
"draftInitialSiteId": "documents/65486805f7dc4966b4a0c8736b7e34t5/draft",
"draftName": "Test.txt",
"draftVersion": "0.01",
"finalDateModified": "8/23/2017 7:53:06 PM +00:00",
"finalFileName": "Test.pdf",
"finalId": "documents/47086805f7dc4966b4a0c8736b7e32c4/final",
"finalInitialSiteId": "documents/65486805f7dc4966b4a0c8736b7e34t5/final",
"finalName": "Test.pdf",
"finalVersion": "0.01"
}
],
"fundingSourceInitialSiteId": "sites/l1f29ca562b6t4f18689be528ad438j8"
}