File size: 6,023 Bytes
90da2e9 c6ae5c7 bee23fb c6ae5c7 90da2e9 c6ae5c7 90da2e9 c6ae5c7 90da2e9 736146d 90da2e9 6f23b4d 90da2e9 6f23b4d 90da2e9 1e03bc7 90da2e9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CHRIS Report</title>
<!-- <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> -->
<!-- <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js"></script> -->
<script id="MathJax-script" async src="{{ url_for('static',filename='mathjax/tex-mml-svg.js') }}"></script>
<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='styles.css') }}">
<style>
* {
box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
vertical-align: top;
align: center;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</style>
</head>
<img src="{{ url_for('static',filename='images/FDAlogo.png') }}" style="float: left;" height="100"/>
<img src="{{ url_for('static',filename='images/FDAgraphic.png') }}" style="float: right;" height="100"/>
<br clear="all" />
<header>
<h1 style="text-align:center"><font color="#0070C0">CH</font>emical <font color="#0070C0">RIS</font>k calculators (CHRIS) Report - Bulk chemicals (v2)</h1>
</header>
<body>
<p> The following report was generated using CHRIS-Bulk Chemicals (RST) v.2.0 on
<script> document.write(new Date().toLocaleDateString()); </script>.
</p>
<h2> Compound </h2>
<div class="container">
<div class="row">
<div class="column">
Input :: {{chemName}} <br> <br>
IUPAC Name :: {{iupac}} <br> <br>
CAS :: {{cas}} <br> <br>
Molecular weight (g/mol) :: {{'%0.4f'%MW|float}}
{% if ceramic %} :: ceramic detected, assume maximum Mw {% endif %}
<br> <br>
{% if show_properties %}
LogKow :: {{LogP}}{{LogP_origin}}<br> <br>
Density (g/cm<sup>3</sup>) :: {{rho}}{{rho_origin}}<br> <br>
Melting point (°C) :: {{mp}}{{mp_origin}}<br> <br>
{% endif %}
SMILES :: {{smiles}}
</div>
<div class="column">
<img src="{{molImage}}"/>
</div>
</div>
</div>
<h2> Exposure </h2>
<p>
<u> Diffusion calculation for leaching from {{polymers[pIndex]}} estimates the worst case single day exposure = {{release}} mg. </u>
<p>
<p>
This estimate was derived using solutions to the conservative plane sheet model for mass release, \( M \):
\[
M(\tau)= \left\{
\begin{array}{cr}
2 M_0 \sqrt{\tau/\pi} & \tau \leq 0.2 \\
M_0\left(1-8 \exp\left[-\tau \pi^2/4 \right]/\pi^2\right) & \tau > 0.2
\end{array} \right.
\]
where \( \tau= D t A^2 / V^2 \) and \( A \) and \( V \) are the surface area and volume of the polymer matrix, respectively, \( M_0 \) is total mass initially contained in the polymer, \( D \) is a conservative estimate of the diffusion coefficient of the leachable within the polymer matrix, and \( t \) is time. Based on the input provided, the calculation was based on the following values:
</p>
<p>
\( A \) = {{area}} cm<sup>2</sup> <br>
\( V \) = {{vol}} cm<sup>3</sup> <br>
\( M_0 \) = {{amount}} mg <br>
\( D \) = {{diff}} cm<sup>2</sup>/s <br>
\( t \) = {{time}} h <br>
</p>
<p>
In addition to the maximum daily (day 1) release rate, it can be helpful to examine the decay in release rate over time predicted by the model,
which is illustrated for the first 30 days of exposure in the plot below:
</p>
<img src="{{ image }}"/>
<h2> Assumptions </h2>
{% if assume[0] and assume[1] and assume[2] and assume[3] and assume[4] %}
<p>
<font color="green"> You have confirmed your system complies with the model assumptions and no further data are needed to support using the exposure estimation provided by CHRIS in a submission to CDRH. </font>
</p>
{% else %}
<p>
<font color="red"> You have not confirmed compliance with one or more of the underlying assumptions upon which the exposure calculation is based. Therefore, it may be necessary to provide a justification and supporting data for why the results obtained for a system that may not comply with unchecked assumptions below are still valid if the assessment is used to support a submission to CDRH: </font> <br>
</p>
{% if not assume[0] %}
<font color="red"> • The polymer matrix does not swell or degrade in the clinical use environment. <br> </font>
{% endif %}
{% if not assume[1] %}
<font color="red"> • Manufacturing processes do not impact the integrity of the polymer. <br> </font>
{% endif %}
{% if not assume[2] %}
<font color="red"> • The chemical is homogeneously distributed throughout the polymer. <br> </font>
{% endif %}
{% if not assume[3] %}
<font color="red"> • The total amount of the chemical is present in dilute concentrations (≤ 2 %). <br> </font>
{% endif %}
{% if not assume[4] %}
<font color="red"> • Any particles/aggregates of the chemical are much smaller than the smallest component dimension (≤ 50x). <br> </font>
{% endif %}
{% endif %}
<h2> Screening level toxicological risk assessment </h2>
<p>
The threshold for toxicological concern (TTC) for {{exposure}} contact is {{TTC}} mg. Based on the exposure estimation this results in a margin of safety (MOS) of {{MOS}}.
</p>
{% if MOS >= 1 %}
<p>
<font color="green"> The MOS based on the mutagenic TTC is greater than one; therefore, no further analysis is needed for systemic biocompatibility endpoints. </font>
</p>
<p>
<font color="red"> *Note*: This assessment assumes that the chemical is not in the cohort of concern. </font>
</p>
{% else %}
<p>
<font color="red"> The MOS based on the mutagenic TTC is less than one; therefore, further analysis is needed to address systemic biocompatibility endpoints. For example, a compound-specific tolerable intake value could be independently derived and compared to the exposure estimate provided above. </font>
</p>
{% endif %}
<button type="button" onclick="javascript:history.back()">Back</button>
</body>
</html>
|