GET
/patients/{patientId}
Get Patient
Retrieve a specific patient by ID.
Path Parameters
See schema: PatientIdPathParam
Request Body
Content Types: -
Schema: -
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Successful response with patient details | Patient |
| 404 | Patient not found | ErrorResponse |