Add Medications

POST /v1.0/appointments/encounters/notes/medications

Adds medications to an appointment.

Parameters

(same as Add Chief Complaints)

Request Body (
application/json
)
[
  "string"
]

Responses

  • 201: Medications added successfully

  • 400: Bad request due to invalid input (application/json)

Last updated