Skip to main content
POST
Mark Label Printed

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

dose_id
string
required

Body

application/json

Records that an Rx label was printed for a dose, with a reprintable snapshot of its fields.

labelData
Labeldata · object

Response

Successful Response

Schema for returning medication administration events.

id
string
required
patientId
string
required
createdDate
string<date-time>
required
providerId
string | null
doseDate
string<date-time> | null
sideEffects
string | null
administrationLocation
string | null
frequency
string | null
comment
string | null
noteId
string | null
locationId
string | null
signedOffProviderId
string | null
signedOffDate
string<date-time> | null
dosespotMedicationId
string | null
status
enum<string> | null
Available options:
active,
inactive,
deleted
managementStatus
enum<string> | null

Clinical management status of a dose, set manually by staff.

Available options:
recommended,
active,
discontinued
labelData
Labeldata · object | null
labelPrintedDate
string<date-time> | null
labelPrintedProviderId
string | null
updatedDate
string<date-time> | null
isArchived
boolean
default:false
provider
UserTiny · object | null
signedOffProvider
UserTiny · object | null
components
DoseComponentSummary · object[]