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

# Target identity

> A reference to the entity about which the model produces output.

When applicable, a reference to the entity about which the model produces output. For example, a patient
ID number for clinical predictions or a claim ID for administrative tasks. Some models may not produce
outputs about discrete targets, making this field optional.

| Field         | Type   | Notes                                      |
| ------------- | ------ | ------------------------------------------ |
| `target_type` | enum   | `patient`, `document`, `claim`, or `none`. |
| `target_id`   | string | Identifier of the target entity.           |
