# Data Models

## Implementation

### Diagram

![](/files/-MNLrJlv0prmTxaY43Nd)

## Common Data Models

### Annotation Set

| Field | Description |
| ----- | ----------- |
|       |             |

### Phenotype

Describe a phenotype following an OBO ontology.

| Field                                                    | Description |
| -------------------------------------------------------- | ----------- |
| <p><strong>id</strong></p><p><em>String</em></p>         |             |
| <p><strong>name</strong></p><p><em>String</em></p>       |             |
| <p><strong>source</strong></p><p><em>String</em></p>     |             |
| <p><strong>ageOfOnset</strong></p><p><em>String</em></p> |             |
| <p><strong>status</strong></p><p><em>Status</em></p>     |             |
| <p><strong>attributes</strong></p><p><em>Map</em></p>    |             |

### Creation and Modification Date

### Status

### File ID

File IDs contain the path using `:`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opencga.opencb.org/develop-2/overview/data-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
