Updates a medication profile for a patient.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The requested API version

Body Params

The request to update the new medication profile.

Represents a request to update a manual medication profile for a patient.

string
required
length between 0 and 50

The unique medical record number for the patient. Required.

int64
required
≥ 1

The unique identifier for the patient medication profile. Required.

string | null

The therapy type lookup value.

string | null

The name on the order. Cannot be empty or whitespace if provided.

string | null

The dosage or strength for the medication profile.

string | null

The unit of measure (units) for the medication profile.

string | null

The drug frequency lookup value.

string | null

The drug route lookup value.

string | null

The medication profile class lookup value.

date-time | null

The start date of medication in UTC.
Only the date portion will be used.
Passing '0001-01-01T00:00:00' will clear an existing value.

date-time | null

The stop date of medication in UTC.
Only the date portion will be used.
Passing '0001-01-01T00:00:00' will clear an existing value.

date-time | null

Discontinued date of medication in UTC.
Only the date portion will be used.
Passing '0001-01-01T00:00:00' will clear an existing value.

boolean | null

True if medication order is primary; otherwise, false.
Defaults to false.

string | null

Comments for medication.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json