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

# Patient Created

> Triggered when a patient is created

## Output

```json theme={null}
{
  "type": "patientCreated",
  "data": {
    "patientId": "123456789"
  }
}
```

## Get Patient Details

To get the details of a patient, please see the [Get Patients](/api-reference/patients/get) endpoint.
