> ## Documentation Index
> Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Patient General Clinical Information (ZCI)

This segment is used to transmit specific patient information that may be important in the calculation of results.

| seq | type | opt | description     | value              |
| --- | ---- | --- | --------------- | ------------------ |
| 0   |      | O   | Segment Type ID | ZCI                |
| 1   |      | O   | Height (inches) |                    |
| 2   |      | O   | Weight (lbs)    |                    |
| 4   |      | O   | Fasting         | 'Y' - Yes 'N' - No |

<CodeGroup>
  ```text text theme={null}
  ZCI|71.00|186.0|||||
  ```
</CodeGroup>
