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

# Patient Identification (PID)

Patient Matching Patient first name, last name, gender, and date of birthday will be used to match Elation patients. If no exact match is found (or more than one match is found), a new patient record is created in the practice for the target physician.

| seq | type     | opt | Description            |
| --- | -------- | --- | ---------------------- |
| 5.1 | char(50) | R   | Patient Last Name      |
| 5.2 | char(50) | R   | Patient First Name     |
| 5.3 | char(50) | O   | Patient Middle Name    |
| 7   | YYYYMMDD | R   | Patient Date of Birth  |
| 8   | char(1)  | R   | Patient Gender (M/F/U) |

<CodeGroup>
  ```text text theme={null}
  PID|1||||Test Patient^Elation^||19600427|M|||||||||||
  ```
</CodeGroup>

<img src="https://mintcdn.com/elationhealth/aZGpvx7JjGPeyovG/images/625276d-Screen_Shot_2016-11-03_at_2.53.10_PID.png?fit=max&auto=format&n=aZGpvx7JjGPeyovG&q=85&s=e5e8dcd9ca285ee5d0e4acc2f25d1d96" alt="566" width="566" height="583" data-path="images/625276d-Screen_Shot_2016-11-03_at_2.53.10_PID.png" />
