POST
/encounters/{encounterId}/prescriptions
Create Prescription
Create a new prescription during an encounter.
Path Parameters
See schema: EncounterIdPathParam
Request Body
Prescription details
Content Types: application/json
Schema: CreatePrescriptionRequest
Responses
| Status | Description | Schema |
|---|---|---|
| 201 | Prescription created successfully | Prescription |
| 400 | Invalid prescription data | ErrorResponse |
| 404 | Encounter not found | ErrorResponse |