GET
/encounters/{encounterId}/prescriptions
List Encounter Prescriptions
Retrieve all prescriptions issued during a specific encounter.
Path Parameters
See schema: EncounterIdPathParam
Request Body
Content Types: -
Schema: -
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Successful response with list of prescriptions | Prescription |
| 404 | Encounter not found | ErrorResponse |