Medications
{{baseUrl}}/persons/:personId/chart/encounters/:encounterId/medications/:medicationId1
Updates a patient medication record for the given person id , encounter id and medication id Note: AcknowledgedProblems in prescription request object will be ignored because DUR check is not done while updating a medication. This field should not be set.
put/persons/{personId}/chart/encounters/{encounterId}/medications/{medicationId}
Path parameters
personIdstring required
(Required) (Required) The id of the person for which the medication is being updated
encounterIdstring required
(Required) (Required) The id of the encounter in which the medication is being updated
medicationIdstring required
(Required) (Required) The unique id of the patient medication being updated
Headers
Content-Type'application/json'
Acceptstring required
Request body
7B7BbaseUrl7D7D1persons13ApersonId1chart1encounters13AencounterId1medications13AmedicationIdRequest1 required— unresolved $ref
Response
OK
object required