> ## 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.

# Location

> Schema documentation for the Location table in the Metriport data model

The location table contains information on practice and facility locations where patients receive medical care.

**Primary Keys:**

* location\_id

**Foreign Keys:**

* managing\_organization\_id

| Column                     | Data Type | Description                                                 |
| -------------------------- | --------- | ----------------------------------------------------------- |
| location\_id               | varchar   | Unique identifier for the location                          |
| managing\_organization\_id | varchar   | Unique identifier for the managing organization             |
| name                       | varchar   | Name of the location                                        |
| type\_display              | varchar   | Type of healthcare facility                                 |
| physical\_type\_display    | varchar   | Physical type of the facility                               |
| address                    | varchar   | Address of the location                                     |
| address\_line              | varchar   | Address line of the location                                |
| city                       | varchar   | City                                                        |
| state                      | varchar   | State or province                                           |
| country                    | varchar   | Country                                                     |
| zip\_code                  | varchar   | ZIP or postal code                                          |
| meta\_source               | varchar   | Source document filename from FHIR meta.source              |
| data\_source               | varchar   | **Deprecated.** Use `meta_source` instead.                  |
| data\_source\_ext          | varchar   | Integration source of the data, derived from FHIR extension |
