# EncounterLocation

Model ID: `fieldagent.EncounterLocation`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `location_display` | `string|null` | No |  |  |  | Yes | Display name of the location, when available. |
| `location_id` | `string` | Yes |  |  |  | No | FHIR Location id where the encounter takes place. |
| `period_end` | `string|null` | No |  |  |  | Yes | When the patient was at this location, end, when recorded. |
| `period_start` | `string|null` | No |  |  |  | Yes | When the patient was at this location, start, when recorded. |
| `status` | [`LocationStatus`](./LocationStatus.md) | No |  |  | `"active"` | No | Location status during the encounter: planned, active, reserved, or completed. |

## Example

None declared in canonical OpenAPI.
