Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
playground:how_is_risk_level_for_an_irb_determined [2025/01/23 20:33] – aldens | playground:how_is_risk_level_for_an_irb_determined [2025/01/24 01:33] (current) – removed aldens |
---|
Risk Level Determination | |
| |
There are 3 levels: | |
| |
Exempt - will not require any further review after the initial approval and only needs to be reviewed by the chair of the IRB. | |
| |
Expedited - only needs to be reviewed by the chair or by a qualified member of the IRB that has been designated by the chair. However, the IRB is subject to annual review. | |
| |
Full Review - involve more than minimal risk or involves protected populations (minors, prisoners, pregnant women, persons with disabilities, etc.). Full Board projects are reviewed once a month at convened IRB meetings. | |
| |
**NOTE: minimal risk is defined as risk that is not greater than what one encounters in ordinary daily life or during the performance of routine physical or psychological examinations or tests.** | |
| |
| |
<bpmnio type="bpmn"> | |
<?xml version="1.0" encoding="UTF-8"?> | |
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="definitions_1"><process id="Process_1" isExecutable="false"><startEvent id="start"><outgoing>start-gateway1</outgoing></startEvent><exclusiveGateway id="gateway1" name="More than minimal risk?"><incoming>start-gateway1</incoming><outgoing>gateway1-task1</outgoing><outgoing>gateway1-gateway2</outgoing></exclusiveGateway><task id="task1" name="Full Board Review"><incoming>gateway1-task1</incoming><outgoing>Flow_1g1qo7z</outgoing></task><exclusiveGateway id="gateway2" name="Meets Exempt Criteria?"><incoming>gateway1-gateway2</incoming><outgoing>gateway2-task2</outgoing><outgoing>gateway2-gateway3</outgoing></exclusiveGateway><task id="task2" name="Exempt"><incoming>gateway2-task2</incoming><outgoing>task2-gateway3</outgoing><outgoing>Flow_0z30t9q</outgoing></task><exclusiveGateway id="gateway3" name="Meets Expedited Criteria?"><incoming>task2-gateway3</incoming><incoming>gateway2-gateway3</incoming><outgoing>gateway3-task3</outgoing><outgoing>gateway3-task4</outgoing></exclusiveGateway><task id="task3" name="Expedited Review"><incoming>gateway3-task3</incoming><outgoing>task3-end</outgoing></task><task id="task4" name="Full Board Review"><incoming>gateway3-task4</incoming><outgoing>task4-end</outgoing></task><endEvent id="end"><incoming>task3-end</incoming><incoming>task4-end</incoming><incoming>Flow_1g1qo7z</incoming><incoming>Flow_0z30t9q</incoming></endEvent><sequenceFlow id="start-gateway1" sourceRef="start" targetRef="gateway1" /><sequenceFlow id="gateway1-task1" name="Yes" sourceRef="gateway1" targetRef="task1" /><sequenceFlow id="gateway1-gateway2" name="No" sourceRef="gateway1" targetRef="gateway2" /><sequenceFlow id="task2-gateway3" sourceRef="task2" targetRef="gateway3" /><sequenceFlow id="gateway2-task2" name="Yes" sourceRef="gateway2" targetRef="task2" /><sequenceFlow id="gateway2-gateway3" name="No" sourceRef="gateway2" targetRef="gateway3" /><sequenceFlow id="task3-end" sourceRef="task3" targetRef="end" /><sequenceFlow id="gateway3-task3" name="Yes" sourceRef="gateway3" targetRef="task3" /><sequenceFlow id="task4-end" sourceRef="task4" targetRef="end" /><sequenceFlow id="gateway3-task4" name="No" sourceRef="gateway3" targetRef="task4" /><sequenceFlow id="Flow_1g1qo7z" sourceRef="task1" targetRef="end" /><sequenceFlow id="Flow_0z30t9q" sourceRef="task2" targetRef="end" |