Create Discontinued Medication
Requirements
Themed_order referenced in the request body must be a signed medication order (one created with is_doc_med: true). Medication orders created as unsigned drafts (is_doc_med: false) cannot be discontinued.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
The id of the medication which we discontinued.
The timestamp at which this discontinue was available in the patient's chart
The date when the medication was discontinued.
The timestamp at which we've documented this discontinue occurred.
The user who documented this discontinue.
The medication that was discontinued.
The id of the patient chart.
The id of the practice.
The id of the physician who prescribed the medication.
The discontinue reason.
The timestamp at which a user signed off on the discontinue.
If the prescribing physician requires supervision, this will reference the physician who is in that role.
Response
The id of the medication which we discontinued.
The timestamp at which this discontinue was available in the patient's chart
The timestamp at which this discontinue was created in our database.
The timestamp at which the discontinue was marked as deleted, usually occurs when a user wants to 'undiscontinue' the medication.
The date when the medication was discontinued.
The timestamp at which we've documented this discontinue occurred.
The user who documented this discontinue.
The id of the discontinue medication.
The id of the last medication ordered before we discontinued this thread of med orders.
The medication that was discontinued.
The id of the patient chart.
The id of the practice.
The id of the physician who prescribed the medication.
The discontinue reason.
The timestamp at which a user signed off on the discontinue.
If the prescribing physician requires supervision, this will reference the physician who is in that role.