# Enable Pregnancy-Related Case Fields

With the 25R3 release, Veeva Safety adds pregnancy-related fields to the _Case_ object.

After you have configured this feature, see <a href="/en/gr/01149/">Process Pregnancy Cases, Child Information & Parent Information</a> for more information.


## Update the Case Layouts

To configure the _Case_ object for this feature, navigate to **Admin > Configuration > Objects > Case** and add the
<a href="/en/gr/26387/#how-to-add-object-fields">fields</a>
and
<a href="/en/gr/51632/#creating-layout-rules">layout rule updates</a>
to the _Case_ object layouts as shown in the following table:

<table>
    <thead>
        <tr>
            <th>
                Field
            </th>
            <th>
                Layout Updates
            </th>
            <th>
                Layout Rule Updates
            </th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>
                <em>Breastfeeding</em>
            </td>
            <td>
                <p>
                    Add to the <em>Family</em> section of the following <em>Case</em> object layouts:
                </p>
                <ul>
                    <li><em>Case</em></li>
                    <li><em>Patient</em></li>
                    <li><em>Child Information</em></li>
                    <li><em>Parental Information</em></li>
                </ul>
            </td>
            <td>
                <p>Update the <em>Pregnancy</em> layout rule for the following <em>Case</em> object layouts to hide this field if not a pregnancy case:</p>
                <ul>
                    <li><em>Case</em></li>
                    <li><em>Patient</em></li>
                    <li><em>Child Information</em></li>
                    <li><em>Parental Information</em></li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>
                <em>Fetal / Infant Status</em>
            </td>
            <td>
                <p>
                    Add to the <em>Family</em> section of the following <em>Case</em> object layouts:
                </p>
                <ul>
                    <li><em>Case</em></li>
                    <li><em>Patient</em></li>
                    <li><em>Child Information</em></li>
                </ul>
            </td>
            <td>
                <p>Update the <em>Foetus</em> layout rule for the following <em>Case</em> object layouts to hide this field if not a pregnancy case:</p>
                <ul>
                    <li><em>Case</em></li>
                    <li><em>Patient</em></li>
                    <li><em>Child Information</em></li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>
                <em>Gestation Age at Outcome</em>
            </td>
            <td>
                <p>
                    Add to the <em>Family</em> section of the following <em>Case</em> object layouts:
                </p>
                <ul>
                    <li><em>Case</em></li>
                    <li><em>Patient</em></li>
                    <li><em>Child Information</em></li>
                    <li><em>Parental Information</em></li>
                </ul>
            </td>
            <td>
                <p>Update the <em>Foetus</em> layout rule for the following <em>Case</em> object layouts to hide this field if not a pregnancy case:</p>
                <ul>
                    <li><em>Case</em></li>
                    <li><em>Patient</em></li>
                    <li><em>Child Information</em></li>
                    <li><em>Parental Information</em></li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>
                <em>Fetal Outcome</em>
            </td>
            <td>
                <p>
                    Add to the <em>Family</em> section of the following <em>Case</em> object layouts:
                </p>
                <ul>
                    <li><em>Case</em></li>
                    <li><em>Patient</em></li>
                    <li><em>Child Information</em></li>
                </ul>
            </td>
            <td>
                <p>Update the <em>Foetus</em> layout rule for the following <em>Case</em> object layouts to hide this field if not a pregnancy case:</p>
                <ul>
                    <li><em>Case</em></li>
                    <li><em>Patient</em></li>
                    <li><em>Child Information</em></li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>
                <em>Cesarean Type</em>
            </td>
            <td>
                <p>
                    Add to the <em>Family</em> section of the following <em>Case</em> object layouts:
                </p>
                <ul>
                    <li><em>Case</em></li>
                    <li><em>Patient</em></li>
                    <li><em>Parental Information</em></li>
                </ul>
            </td>
            <td>
                <p>Update the <em>Pregnancy</em> layout rule for the following <em>Case</em> object layouts to hide this field if not a pregnancy case:</p>
                <ul>
                    <li><em>Case</em></li>
                    <li><em>Patient</em></li>
                    <li><em>Parental Information</em></li>
                </ul>
                <p>
                    Add the following layout rule to the <em>Case</em>, <em>Patient</em>, and <em>Parental Information</em> layouts:
                </p>
                <ul>
                    <li><strong>Label</strong>:  Cesarean Type</li>
                    <li><strong>Description</strong>: Hide Cesarean type field if delivery method does not include cesarean</li>
                    <li><strong>IF this Layout Rule Expression is TRUE</strong>: <code>not(includes(delivery_method__v,'cesarean_section__v'))</code></li>
                    <li>
                        <strong>Apply the following display effects</strong>:
                            <ul>
                                <li><strong>Effect</strong>: Hide</li>
                                <li><strong>Type</strong>: Fields</li>
                                <li><strong>Values</strong>: Cesarean Type</li>
                            </ul>
                    </li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>
                <em>Fetal Defect</em>
            </td>
            <td>
                Add to the <em>Child Information</em> section of the <em>Child Information</em> object layout
            </td>
            <td>
                Update the <em>Foetus</em> layout rule of the <em>Child Information</em> object layout to hide this field if not a fetus case.
            </td>
        </tr>
        <tr>
            <td>
                <em>Congenital Anomaly</em>
            </td>
            <td>
                Add to the <em>Child Information</em> section of the <em>Child Information</em> object layout
            </td>
            <td>
                Update the <em>Pregnancy</em> layout rule of the <em>Child Information</em> object layout to hide this field if not a pregnancy case.
            </td>
        </tr>
    </tbody>
</table>