# EncounterParticipant

Model ID: `fieldagent.EncounterParticipant`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `participant_type` | [`ParticipantType`](./ParticipantType.md) | No |  |  | `"PPRF"` | No | Role of the participant in the encounter (e.g. PPRF primary performer, ATND attender, ADM admitter). |
| `period_end` | `string|null` | No |  |  |  | Yes | When the participant's involvement ended, when recorded. |
| `period_start` | `string|null` | No |  |  |  | Yes | When the participant's involvement started, when recorded. |
| `practitioner_display` | `string|null` | No |  |  |  | Yes | Display name of the practitioner, when known. |
| `practitioner_id` | `string` | Yes |  |  |  | No | FHIR Practitioner id of the participant. |

## Example

None declared in canonical OpenAPI.
