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

# relatedperson_name

A name associated with the person (`RelatedPerson.name[]`).

**Primary Keys:**

* relatedperson\_name\_id

**Foreign Keys:**

* relatedperson\_id - links to the [relatedperson](/medical-api/handling-data/schema-v100/relatedperson/base) table

<div style={{textAlign: 'right'}}><sub>† Metriport Platform added</sub></div>

| Column                  | Data Type | Description                                            |
| ----------------------- | --------- | ------------------------------------------------------ |
| relatedperson\_name\_id | varchar   | Unique identifier for the name row                     |
| relatedperson\_id       | varchar   | Parent related person                                  |
| last\_name†             | varchar   | Family name (FHIR family)                              |
| first\_name†            | varchar   | First given name                                       |
| given\_names†           | array     | All given names as array (nulls removed)               |
| suffixes†               | array     | Name suffixes as array (nulls removed)                 |
| prefixes†               | array     | Name prefixes as array (nulls removed)                 |
| name\_rank†             | int       | Order of this name within the related person (1-based) |

**Related Tables:**

**Parent:**

* [relatedperson](/medical-api/handling-data/schema-v100/relatedperson/base)
