GET
/patients/{patientId}/diagnoses
List Patient Diagnoses
Retrieve all diagnoses for a specific patient across all encounters.
Path Parameters
See schema: PatientIdPathParam
Query Parameters
See schema: PaginationParams
Request Body
Content Types: -
Schema: -
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Successful response with list of diagnoses | Diagnosis |
| 404 | Patient not found | ErrorResponse |